它是更长的 XSLT 的一部分,我必须对此发表评论。有谁知道,这里发生了什么,尤其是 select="node()" 的值?
<xsl:template match="type">
<xsl:element name="attribute">
<xsl:attribute name="NAME">type</xsl:attribute>
<xsl:attribute name="VALUE"><xsl:value-of select="node()"/>
</xsl:element>
</xsl:template>
谢谢!:)