[Home] [By Thread] [By Date] [Recent Entries]
hi,
what is the xpath query to get the descendants only at one level.
i tried /root/level1/descendants. but couldnt get that.
i need to select only child1, 2, 3.
suppose the xml is,
<root>
<level1>
<child1/>
<child2/>
<child3>
<child31/>
<child32/>
</child3>
</level1>
</root>
thanks
senthil
|

Cart



