Using Xpath to retrieve nodes satisfying a certain criteria, based on attribute values
- by Rishi Poptani
prod
someTable
1
3
5
dev
someTable
1
2
5
Given the above schema, I would like to know how to frame an Xpath query that returns the children of the node whose id is "QA03", for example.
Many Thanks in advance