[xsl] XPath Question

Subject: [xsl] XPath Question
From: "WATKIN-JONES,ADAM (HP-UnitedKingdom,ex1)" <adam_watkin-jones@xxxxxx>
Date: Thu, 6 Sep 2001 13:16:06 +0100
Hello,

I am having trouble constructing some XPath.

Suppose I have this XML:

<nodes>
<node id="1" parent="0"/>
<node id="2" parent="1"/>
<node id="3" parent="2"/>
</nodes>

So, node 2 is the child of node 1, node 3 is the child of node 2.

If I want to find the children of node 1 I believe I would write:
/nodes/node[@parent='1']

But how do I write an XPath to select all the nodes that are grandchildren
of node 1?

Many thanks,
Adam



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread