xsl-list
[Top] [All Lists]

RE: Restricting the scope of preceding:: and following::

2006-01-03 10:02:59
Wish List: a following-member:: axis which would locate elements
after the current context element in document order, at any depth 
(sibling or below), but never going outside the tree defined by 
the parent of the current context :-)

XPath 2.0 gives you

$a/following::node() intersect $a/ancestor::s/descendant::node()

or

$a/ancestor::s/descendant::node()[. >> $a]

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