<root>
<pages>
<page>
<title>Home</title>
<content>Lorem Ipsum</content>
</page>
</pages>
</root>
Say I have a variable containing “Home”, I want to get what’s in the <content> sibling node,
Something like: "Get -content- Where -title- = VARIABLE"
1 Answer