- From: Borden, Jonathan <jborden@mediaone.net>
- Date: Wed, 13 Jan 1999 20:24:27 -0500
- To: "DOM List" <www-dom@w3.org>
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