On this pageXSLT <xsl:comment> XSLT <xsl:comment> The <xsl:comment> element is used to create a comment node in the result tree. Syntax <xsl:comment> <!-- Content:template --> </xsl:comment> Attributes The <xsl:comment> element has no attributes. Example <xsl:comment>This is a comment!</xsl:comment>