From http://www.w3schools.com (Copyright Refsnes Data)
The <xsl:comment> element is used to create a comment node in the result tree.
<xsl:comment> <!-- Content:template --> </xsl:comment> |
None
<xsl:comment>This is a comment!</xsl:comment> |
From http://www.w3schools.com (Copyright Refsnes Data)