September 2004
Intermediate to advanced
712 pages
24h 45m
English
This is the default template rule for comments and processing instructions:
<xsl:template match="processing-instruction( )|comment( )"/>
It matches all comments and processing instructions. However, it does not output anything into the result tree. That is, unless a stylesheet provides specific rules matching comments or processing instructions, no part of these items will be copied from the input document to the output document.