Wordsworth広場
  新規投稿 ┃ ツリー表示 ┃ 一覧表示 ┃ トピック表示 ┃ 検索 ┃ 設定 ┃ 『Wordsworthの杜』へ戻る  
48 / 861 ←次へ | 前へ→

項目が変更できないのですが
質問  清水侑佳  - 07/11/24(土) 23:16 -

引用なし
パスワード
   初めまして、清水と申します。
現在Wordsworth V3で辞書を制作しています。
その製作中の辞書では読みなどの項目は使用しないので項目を変更しよう思っています。しかし試みたのですがうまくいきません。


<!-- ■■■■■用語を表示(ユーザ定義)-->

<!-- 用語本文の表示を自由に変更したい場合はfalse()をtrue()に変更してください -->
<xsl:variable name="USE_USER_TEMPLATE" select="true()"/>

<!-- USE_USER_TEMPLATEをtrue()に設定した場合に有効です。      -->
<!-- wsworth_common.xslのwsworth_body_defaultを参考にしてください -->
<xsl:template match="用語" mode="wsworth_body_user">
  <a>
    <xsl:attribute name="name">
      <xsl:apply-templates select="." mode="wsworth_get_position_path"/>
    </xsl:attribute>
    <span class="TermCaptionInBody"><xsl:apply-templates select="キャプション"/></span>
  </a><hr/>
  説明文:<br/>
  <xsl:apply-templates select="説明文"/>
  <hr/>
  頁:<xsl:apply-templates select="頁"/><br/>
  使用者:<xsl:apply-templates select="使用者"/><br/>
  更新日時:
  <xsl:call-template name="DisplayDateTime">
    <xsl:with-param name="str" select="./@create_datetime"/>
    <xsl:with-param name="mode" select="'datetime'"/>
  </xsl:call-template>
</xsl:template>
<xsl:include href="Common/wsworth_common.xsl"/>

</xsl:stylesheet>

上記のように変更したのですが、一度Wordsworth V3を再起動して辞書の編集画面を見てみると「読み」などの項目がまだ表示されたままですし、読みの場所に文字を入力すると完全に最初に戻ってしまいます。

もしかすると変更場所が悪いのでしょうか。
(StyleSheetのwsworth_tmpを変更しています)

それとも何か他の原因があるのでしょうか、教えてください。
239 hits
<Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)@ntgifu158082.gifu.nt.ftth4.ppp.infoweb.ne.jp>

項目が変更できないのですが 清水侑佳 07/11/24(土) 23:16 質問
┗ Re:項目が変更できないのですが Wordsworth作者 07/11/26(月) 1:08 回答
 ┗ Re:項目が変更できないのですが 清水侑佳 07/11/30(金) 19:03 解決

  新規投稿 ┃ ツリー表示 ┃ 一覧表示 ┃ トピック表示 ┃ 検索 ┃ 設定 ┃ 『Wordsworthの杜』へ戻る  
48 / 861 ←次へ | 前へ→
ページ:  ┃  記事番号:
56351
(SS)C-BOARD v3.23b is Free.