|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Saxon node matching order, Michael Kay | Thread | [xsl] Multiple Character Encodings , Ramkumar Menon |
| RE: [xsl] Saxon node matching order, Michael Kay | Date | Re: [xsl] Saxon node matching order, Wendell Piez |
| Month |