December 2002
Intermediate to advanced
576 pages
32h
English
<xsl:comment>
This inserts a comment into the XML document. For example:
<xsl:comment>English material below</xsl:comment>
is translated into a comment in the XML result tree when it is processed:
<!-- English material below --> <xsl:comment> ... </xsl:comment>
Read now
Unlock full access