CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   XML (http://www.codingforums.com/forumdisplay.php?f=3)
-   -   Appending a Child (http://www.codingforums.com/showthread.php?t=10555)

anandraj 11-27-2002 10:36 AM

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.

Alex Vincent 12-05-2002 02:05 AM

I've never heard of the selectNodes() method. It's not part of the standard... :confused:

Can you give us your full source code, or a link?


All times are GMT +1. The time now is 07:35 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.