xsl-list
[Top] [All Lists]

Re: [xsl] Saxon node matching order

2008-11-28 09:59:16
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/






















      


--~------------------------------------------------------------------
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>