PDA

View Full Version : XML, How do I change the node heirchy?



egfx
October 2nd, 2009, 07:29 PM
I have


<Element>
<a>some content</a>
</Element><a> is nested in <Element> and I need to delete <Element> without deleting <a>. So basically I want <a> to be the parent element of itself.