XSLT <xsl:comment> 元素

  • 定义和使用

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

    <xsl:comment>
      <!-- Content:template -->
    </xsl:comment>
  • 参数

    属性 描述
  • 示例

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