<node label="Chemist Name">
<node label="John,Smith" searchId="1122" />
</node>
Hi,
if i have the above as part of my xml structure, and i want to find a tag where the parent has a label of "Chemist Name" and its inner tag has a label of John,Smith so i can then get the searchid - what would be the best way of doing it?
is there a way where i can, rather than unefficiently looping through every xml value in my document just directly say
"get me the node where its parent is chemist name and its child has a label of john smith"
thanks