|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] xpath question
Hello:
For the following xml input: <list1>
<text>
<para>
<scene>
<set1></set1>
<set2></set2>
</scene>
</para>
</text>
<list2>
<text>
<para>
<scene>
<set1></set1>
<set2></set2></scene> </para> </text> <list2> </list1> <list1>
<text>
<para>
<scene>
<set1></set1>
<set2></set2>
</scene>
</para>
</text>
<list2>
<text>
<para>
<scene>
<set1></set1>
<set2></set2></scene> </para> </text> <list2> </list1>
I tried using .//scene. But this locates even the <scene> elements under <list2> since it is a child of list1. Thank you
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






