xsl-list
[Top] [All Lists]

Re: [xsl] ancestor::* and for-each

2010-07-28 11:28:01
Wolfgang Laun wrote:

  Hi,

Apparently, the sequence goes from leaf to root, which is the
closing tag order, as it should be.

Then, I iterate over the sequence, and now the nodes are
processed from root to leaf, which is strange.

  Within the same step (so including the predicate), a reverse
axis is evaluated in reverse document order.  But outside of the
step it is used, it is in document order.  This is the typical
example of the difference between both following expressions:

    ancestor::*[2]
    (ancestor::*)[2]

  Regards,

-- 
Florent Georges
http://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>