How do I get the position of the XML element in this loop?
For Each objNode In objDoc.SelectNodes("//books/book")
???
Next
What I want in output would be something like
1 2 3 4 ....
|
|
How do I get the position of the XML element in this loop?
What I want in output would be something like 1 2 3 4 ....
|
||
|
|
|
|
You probably want something like:
|
||
|
|