我在使用 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"