BoulderBum
Programmer
If I have
<A>
<B>first</B>
<B>second</B> <--want this
<B>third<B>
</A>
<A>
<B>fourth</B>
</A>
How would I reference the second node based on its 'second' value.
<A>
<B>first</B>
<B>second</B> <--want this
<B>third<B>
</A>
<A>
<B>fourth</B>
</A>
How would I reference the second node based on its 'second' value.