Hi, I'd like to clone a Document and all its subnodes. Is there a quick method to do so or do I need to do it manual or even to reparse the whole tree?
I'd like something like: Document myDoc = mySourceDoc.clone(); myDoc could be modified in any way without altering mySourceDoc. Of course, the API could be named differently or it could go through a Builder... Thanks for any help... Jean Georges PERRIN --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
