Specifying Patterns for the match Attribute (4)


Matching Comments:
    <xsl:template match="comment()">
     ...
    </xsl:template>
Matching Text Nodes:
    <xsl:template match="text()">
     ...
    </xsl:template>