Code:
<Parent>
<Child>FOO</Child>
I am all that should be outputted
<Child>FOO</Child>
</Parent>
This is an example of the section of xlm that i have, what i am trying to achieve is to output the parent element but not its children.
Is there any way to do this with Xpath. Have looked for the last 3hrs on the net for a solution but not joy.