Latest web development tutorials

XSLT <xsl: comment> element

XSLT Elements Reference Manual Complete XSLT Element Reference Manual

Definition and Usage

<Xsl: comment> element is used to create a note in the result tree node.


grammar

<xsl:comment>

<!-- Content:template -->

</xsl:comment>

Attributes

no

Example 1

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


XSLT Elements Reference Manual Complete XSLT Element Reference Manual