Re: [xsl] Saxon node matching order

Subject: Re: [xsl] Saxon node matching order
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Fri, 28 Nov 2008 15:58:54 +0100 (CET)
Andrew Welch wrote:

>        <xsl:apply-templates select="y|z"/>
>        <xsl:apply-templates/>

> In the former you are controlling the order of processing by
> selecting the nodes to process, in the latter the input controls
> the order because you process the nodes in document order.

  Nop, in both cases they are in document order.  This is the pipe
operator, not comma :-)

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Current Thread