From http://www.w3schools.com (Copyright Refsnes Data)
Complete XSLT Element Reference
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> |
Complete XSLT Element Reference
From http://www.w3schools.com (Copyright Refsnes Data)