EDN Admin
Well-known member
<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
<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