Subject: RE: Restricting the scope of preceding:: and following::
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 3 Jan 2006 17:02:59 -0000
|
> 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/
| Current Thread |
|
Michael Kay - 3 Jan 2006 17:03:21 -0000 <=
Peter Flynn - 4 Jan 2006 09:10:36 -0000
Geert Josten - 4 Jan 2006 11:03:18 -0000
|
|