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

Subject: RE: [xsl] to get the descendants at only one level - xpath
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 6 Feb 2008 18:39:27 -0000
> 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/

Current Thread