Re: [dom4j-dev] Document deep copy
This should create a deep copy of the whole XML tree. If this isn't the case, please submit a bug report. Maarten Grosman wrote: Hello , Document doc2 = doc1.clone(); will this deep copy the whole XML tree or just the document instance ? if not, how would i implement a deep copy of a tree
[dom4j-dev] Document deep copy
Hello , Document doc2 = doc1.clone(); will this deep copy the whole XML tree or just the document instance ? if not, how would i implement a deep copy of a tree ? thank you , Grosman Haim