Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

xsl:comment

Syntax

<xsl:comment>
...
</xsl:comment>

Description

Generate a comment node within the final document. The content within the <xsl:comment> element determines the value of the comment. The content must not contain two hyphens next to each other (- -); this sequence is not allowed in comments.

XSLT files can contain ordinary comments delimited by <!-- and --> such as <!-- ... Insert your comment here ... -->, but these are ignored by the processor. To generate a comment within the final document, use an <xsl:comment> element.

Usage Examples

See Example: Adding a Final then accept Term to a Firewall.

Published: 2013-03-05

Published: 2013-03-05