Using xpath to lookup value

roman66

New Member
I have this structure,
2g8fB.jpg
Can I use xpath on this to first locate the id W01001 and then get the value for _ on the same level? The xml is the result of a webservice and changes between different questions, input and type of result returned. The only thing we can rely on is the W01001, W01002 and so on so the xpath may only use that.If this cant be done with xpath, what alternative solution would you suggest?
 
Back
Top