[ad_1]
I have a dynamically created XML which appears to have two root nodes. I want to be able to remove the second node from the xmlDocument. What I mean is
<Node1>
<child1></child1>
<child2>/<child2>
</Node1>
<Node2>
</Node2>
I want to remove the node2 so that it becomes a valid xml document.
[ad_2]