Using Xpath to retrieve nodes satisfying a certain criteria, based on attribute values

Posted by Rishi Poptani on Stack Overflow See other posts from Stack Overflow or by Rishi Poptani
Published on 2010-04-26T14:12:12Z Indexed on 2010/04/26 14:23 UTC
Read the original article Hit count: 265

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about xpath

Related posts about attributes