Xpath
Whats the best way, from the 1st appearence of column row/value, moving to the next occurance?
<item>
<column/>
<column>
<column_row num="1" number="2">
<value>Event Count</value>
</column_row>
</column>
<column/>
<column/>
<column>
<column_row num="1" number="5">
<value>1</value>
</column_row>
</column>
</item>
|