Hello all,

I m just trying to add multiple nodes to an existing xml file.

Here is my sample.

<ADT>
<IN1>
<DG1>
<GT1>
</ADT>

All these parent nodes are also having a large tree structure of children nodes. Now what I would like to be able is adding multiple DG1 segments to the file having the same tree structure. I need...