XSLT:comment
From MDC
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.