XSLT <xsl:comment> 元素


定义和用法

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


语法

  1. <xsl:comment>
  2. <!-- Content:template -->
  3. </xsl:comment>
属性

None


实例

例子 1
  1. <xsl:comment>This is a comment!</xsl:comment>

分类导航