Good day !

Let say if I have a XML document contains the following code:

<ROOT>
<SUB1>
<SUB2>
</SUB2>
</SUB1>
</ROOT>

What should I do to remove a sub-node? I was told that I can use RemoveChild ( Correct ? ) but I don't know how to implement it.

Help .......

Thanks a lot !

SonicWave