xsl-list
[Top] [All Lists]

RE: Equivalence between XSL and XPath expression

2004-12-11 15:28:07
Err, correct me if I am wrong, but doesn't the 'preceding' 
axis include the ancestors as well?

I would have guessed that the 'equivalent' would have been:
     count(self::menu)+count(preceding::menu)

Guessing isn't a good way of discovering what the semantics of XPath are. A
better way is to read the spec:


the preceding axis contains all nodes in the same document as the context
node that are before the context node in document order, excluding any
ancestors and excluding attribute nodes and namespace nodes


Michael Kay
http://www.saxonica.com/


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