I'm having a problem with inserting a cloned node into a document object. This is in a VB.net application.
The jist of the code is.
Dim mainXML as XMLNode
Dim tempXML as XMLNode
tempXML = mainXML.CloneNode
mainXML.ParentNode.InsertAfter(WhereWeWantToInsert, tempXML)
If I don't clone the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.