XSLT <xsl:comment> Element
Definition and Usage
<xsl:comment> Element is used to create comment nodes in the result tree.
Grammar
<xsl:comment> <!-- Content:template --> </xsl:comment>
Attribute
None
Instance
Example 1
<xsl:comment>This is a comment!</xsl:comment>