xsl-list
[Top] [All Lists]

RE: XPath2 preceding / following axis and attributes

2006-01-10 02:37:47
In fact, it is easy to see that the following two XPath expressions
are equivalent:

      someElement/@someAttribute/following::someNodeTest

and

     someElement/following::someNodeTest

No, I don't think that's correct. The former includes descendants of
someElement, the latter doesn't.

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