在XSLT转换中无法使用#char创建href链接

时间:2013-10-24 01:00:48

标签: html string xslt char href

在使用href创建内部链接时我遇到char“#”的问题:所以我的代码是:

     <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"

0 个答案:

没有答案