Is there any way to get all the contents through which Xpath passes
Eg: If I give a Xpath as
node1/node2[@attb="something"]/node3[@attb="something]
I want to get all the contents under node1 which satisfies the Xpath
Query instead of contents under node3.