RE: [xsl] Saxon node matching order

Subject: RE: [xsl] Saxon node matching order
From: Syd Bauman <Syd_Bauman@xxxxxxxxx>
Date: Fri, 28 Nov 2008 10:46:35 -0500
> In my tests, your code produces exactly the output you are asking
> for.

I've also tested (with `xsltproc` instead of Saxon, as I presume MK
tested w/ Saxon) and got the desired output. That said, I like Ken
Holman's approach much better:

  <xsl:template match="x" >
    <xsl:apply-templates select=".//z"/>
  </xsl:template>

Current Thread