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

Reply via email to