Search Text:
Tips
/ == rootnode, so there is no need to type /rootnode
Only 1 attribute may be place inside a [@] search. Example: /tag1[@id="3"]
Multiple [@] searches are ok. Example: /*/*/*/*/*[@id1="1"][@id2="2"]
Tag indexes are 0 based. Example: /tag1[0].../tag1[4]
Tag Path Examples
/*[@tid="blue"]
|
/*/tag/a[1]
|
/tag1[4]/tag/a[0]
|
/*/tag/a[*]/*/*[@tid="red"]
|
/tag1/*/a[2][@pin="3"]/*/tag[@id1="1"][@id2="2"]
|