![XSLT 元素参考手册](http://img.voidme.com/vcimg/000/000/000/939_9e8_8d6.gif)
定义和用法
<xsl:comment> 元素用于在结果树中创建注释节点。
语法
<xsl:comment>
<!-- Content:template -->
</xsl:comment>
<!-- Content:template -->
</xsl:comment>
属性
无
实例 1
<xsl:comment>This is a comment!</xsl:comment>
![XSLT 元素参考手册](http://img.voidme.com/vcimg/000/000/000/939_9e8_8d6.gif)
<xsl:comment> 元素用于在结果树中创建注释节点。
无