#1
|
|||
|
|||
Help with XPATH
Once again I am struggling with XPATH so I apologize ahead of time for asking for help.
I have the following xml: <foo> <bar> <name>John</name> </bar> <baz> <name>Bob</name> </baz> <bang> <name>Pete</name> </bang> </foo> I need to read the xml and read the node names under "foo" and then loop on each node to read the name. So what I am looking for is a loop that returns me "bar" and "John", second iteration "baz" and "Bob" and third iteration "bang" and "Pete". I also need to do some processing on these values. Any help would be greatly appreciated. |
#2
|
|||
|
|||
See the attached sample.
|
Tags |
xml , xpath |
Thread Tools | |
Display Modes | Rate This Thread |
|
|