(No version information available, might be only in CVS)
DOMDocument::importNode — Import node into current document
This function returns a copy of the node to import and associates it with the current document.
The node to import.
If set to TRUE, this method will recursively import the subtree under the importedNode .
The copied node or FALSE, if it cannot be copied.
DOMException is thrown if node cannot be imported.