[Home] [By Thread] [By Date] [Recent Entries]
> > what is the xpath query to get the descendants only at one level. > > the axis you are looking for is the child axis so > > > /root/level1/child::* Or if you want everying at level 3 regardless of the names of any elements at intermediate levels, you can do /*/*/* Michael Kay http://www.saxonica.com/
|

Cart



