Name

<xsl:comment>

Synopsis

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

Description

Inserts a comment into the XML document. For example, the following:

<xsl:comment>English material below</xsl:comment>

is translated into a comment in the XML document when it is processed:

<!-- English material below -->

Get XML Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.