XML DOM insertBefore() Method
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, When trying to use insertbefore() method to insert a node from an xml file to other Xml file the node is getting deleted from the old Xml file... Please help me regarding the same..
You need to import the node,
XmlNode XmlDocument.ImportNode(XmlNode, bool)
, first."We make a living by what we get, we make a life by what we give." --Winston Churchill