View Single Post
Old 11-27-2002, 10:36 AM   PM User | #1
anandraj
New Coder

 
Join Date: Oct 2002
Location: Bangalore,India
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
anandraj is an unknown quantity at this point
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.
anandraj is offline   Reply With Quote