This was what I had thought ...

... until, I was told that by mozilla developers that within
the one implementation, cloneNode() can be used to
copy nodes between documents.  I was told to use
cloneNode() because mozilla has no plans to implement
importNode().  Is their use of cloneNode() per spec?

Thanks

-John

----- Original Message -----
From: "Scott Okupski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 28, 2000 7:35 AM
Subject: RE: Moving Nodes Among Documents


> 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




__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Reply via email to