xsl-list
[Top] [All Lists]

RE: [xsl] Saxon node matching order

2008-11-28 10:47:00
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>


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>