You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by St...@r2isante.fr on 2001/01/04 16:20:49 UTC

Réf. : Add Node

You can't use appendChild method to add a node from one document to
another.

This action is made by importNode method of the interface Document

Node importNode(Node importedNode, boolean deep )

A++

Stéphane