xsl-list
[Top] [All Lists]

Re: XPath2 preceding / following axis and attributes

2006-01-10 04:45:40
Hi, Michael,

The above says it all. The context node has no descendants, so you can
shorten the definition a bit: the following axis of an attribute contains
all descendants of the root of the tree (that is, all element, text, comment
and processing instructions in the tree) that occur after that attribute in
document order. Note that this includes the descendants of the attribute's
parent element.
Rightie. I think the confusion arose from me forgetting that an attribute is not a descendant of anything...

Soren

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