Try this: DOM_Node node = doc1.importNode( doc2.getDocumentElement() ); node = doc2.getDocumentElement().appendChild( node );
-----Original Message----- From: Mark Norman [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2000 9:30 AM To: Xerces Subject: Combining Trees and Copying Nodes I wondering how to transfer a node from one document to another document?? Thanks, Mark Norman