Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

XSLT <xsl:comment> elemens


May 28, 2021 XSL T


Table of contents


XSLT and lt;xsl: comment and element

The XSLT-lt;xsl:comment-and-comment-element provides the convenience of creating comment nodes!


XSLT <xsl:comment> elemens Complete XSLT element reference manual

Definitions and usages

The element is used to create comment nodes in the result tree.


Grammar

<xsl:comment>

<!-- Content:template -->

</xsl:comment>

Property

No

Instance 1

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

XSLT <xsl:comment> elemens Complete XSLT element reference manual