Subject: RE: 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 |
Message not available
Michael Kay - 28 Nov 2008 15:35:59 -0000
- Syd Bauman - 28 Nov 2008 15:46:57 -0000 <=
|
|