RE: Is there a method to copy a node from one document to another

Another technique is to serialize the document fragment and then reconstruct
it in the other document.

Jonathan Borden
http://jabr.ne.mediaone.net

>
> > I am using the DOM with java servlets and I couldn't find any method
> > to copy a node from one document to another document.
> > Thanks for your help
>
> There is none.  You have to create a node in the destination document
> and set the attributes one by one.
>

Received on Wednesday, 13 January 1999 20:27:57 UTC