XML使いの板at HP
XML使いの板 - 暇つぶし2ch679:Name_Not_Found
03/01/01 15:58
>>677
「call-template要素」
「name属性つき template要素」
を使うとか。以下未検証。報告しる。

<xsl:template match="link">
<xsl:call-template name="link" />
</xsl:template>

<xsl:template match="hogehoge_link">
<moge>
<xsl:call-template name="link" />
</moge>
</xsl:template>

<xsl:template name="link">
<a>
<xsl:choose>
<xsl:when test="@uri[. != '']">
<xsl:attribute name="href"><xsl:value-of select="@uri"/></xsl:attribute>
: (省略)
</xsl:when>
<xsl:apply-templates/>
</a>
</xsl:template>


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch