How to move to the node that matches a certain attribute

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<clients>
<company name="msft
<address>1 main st.</address>
</company>

<company name="nok
<address>2 main st.</address>
</company>
</clients>



using xpath, how can i move to node of "nok" efficiently, so far all samples i see use loops.

View the full article
 
Back
Top