Visit Mozilla.org

XSLT:comment

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

Contents

The <xsl:comment> element writes a comment to the output document. It must include only text.

[edit] Syntax

<xsl:comment>
	TEMPLATE
</xsl:comment> 

[edit] Required Attributes

None.

[edit] Optional Attributes

None.

[edit] Type

Instruction, appears within a template.

[edit] Defined

XSLT, section 7.4.

[edit] Gecko support

Supported.