阅读(3860) (0)

XSLT <xsl:comment> 元素

2015-09-10 21:53:41 更新

XSLT <xsl:comment> 元素

XSLT <xsl:comment> 元素为创建注释节点提供了方便!


XSLT 元素参考手册 完整的 XSLT 元素参考手册

定义和用法

<xsl:comment> 元素用于在结果树中创建注释节点。


语法

<xsl:comment>

<!-- Content:template -->

</xsl:comment>

属性

实例 1

<xsl:comment>This is a comment!</xsl:comment>

XSLT 元素参考手册 完整的 XSLT 元素参考手册