Re: importNode

keshlam@us.ibm.com wrote:
> 
> importNode copies the other node "by value" -- it extracts all the
> information and uses it to produce a new node (or nodes) belonging to the
> target document. 

Actually, not "all" the information.  If the node is of some subtype
that the "importing" DOM doesn't fully recognize, that information
can't be imported.  Examples include additional attributes and of
course any specialized methods the original subtype supported.

- Dave

Received on Friday, 3 March 2000 11:11:17 UTC