my first question here!
So I'm using the following expression: //nodes/node[@name='00_QATEST']
and the XML is like this:
xml version 1.0
<nodes>
<node id = "1234abc" name="00_QATEST"/>
<node id = "12345abcd" name="00_QATEST2"/>
When I use the above expression it will return the whole block. I need to get just the id value. Now if I do put id instead of node in the above expression I get nothing returned.