How clone a XML-document (DOM)
843834Jun 6 2005 — edited Jun 6 2005I have a two XML-documents and now I should make a new XML-document by using a DOM. This document includes all elements of these two old documents. All documents (trees) located in a RAM-memory ( not a file).
I think that the Document is an interface and therefore it can not be clone.
If I clone a root node, does the child and sibling nodes clone to?