0

href: で内部リンクを作成する際に文字 "#" に問題があるため、コードは次のとおりです。

     <xsl:template match="content">
        <p><h3><a>
            <xsl:attribute name="href">
                <xsl:value-of select="#../@number"/>
            </xsl:attribute>
            <xsl:value-of select="."/>
        </a></h3></p>
      </xsl:template>

そして、このコードの何が問題なのかわかりません:select="#../@number"

4

0 に答える 0