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.
<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.