|
Appending a Child
Hi All,
I am facing problem while adding a Child in the XML. If I add a Child under the Root Node Then it is Working fine. If I try to add the New Child Under the same XML file in Level x. Then It is giving some problem. Any Solution for this.
Will it Work If I use the selectNodes() from the Script. I have used like
x=XMLDoc.documentElement.selectNodes()
x[0].appendChild(oNode)?
Will it work. Its not working .
Can u pls explain me.
|