[xsl] Matching processing-instructions

Subject: [xsl] Matching processing-instructions
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Sun, 7 Oct 2012 23:06:03 -0700
Is an <xsl:apply-templates/> going to hit on child processing
instructions matches, or do I need to specifically select them like:
<xsl:apply-templates select="processing-instructions()"/>

<xsl:template match="processing-instrunction()">
.. do something ..
</xsl:template>

Karl..

Current Thread