#24
What Happened to my Comments?
Comments and processing instructions are ignored.
They aren't copied to the output.
For example:
<xsl:template match="foo"> <!-- The next element is significant --> <spam type='fried'/> </xsl:template>
generates:
<spam type='fried'/>