xsl-list
[Top] [All Lists]

RE: [xsl] to get the descendants at only one level - xpath

2008-02-06 11:40:10
Actually I'm giving the xpath query to the libxml2 library 
and it returns everything under that path for that query.
/root/level1/child::*

No, it returns those three nodes. If you can see the children of those nodes
it is because you have done something that navigates from the three returned
nodes to their children. For example, serializing a returned node will show
you everything in its subtree.

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