Re: Should Document.cloneNode() work in Level 1?

>newDoc.createCopy(node, false); // for a shallow copy
>newDoc.createCopy(node, true); // for a deep copy

I have no problem with this proposal particularly because it shifts the
responsibility of copying to the destination document.  It feels right.

Don Park
Docuverse

Received on Tuesday, 8 September 1998 16:47:17 UTC