Use doc.importNode(node,deep) per DOM level 2 spec. -----Original Message----- From: Scott Okupski Sent: Tuesday, June 27, 2000 4:58 PM To: '[EMAIL PROTECTED]' Subject: Moving Nodes Among Documents
Is there currently a means in Xerces-J to move nodes between documents? If not, are there plans to support this? I'm trying to incrementally build a DOM based on data contained in numerous smaller DOMs. Any suggestions on strategies for doing this using either XSL or DOM? Thanks, Scott