documentimportnode08 IBM The importNode method imports a node from another document to this document. A NOT_SUPPORTED_ERR is raised if the type of node being imported is not supported Using the method importNode with deep=true, try to import a newly created DOcumentType node. Since DocumentType nodes cannot be imported, a NOT_SUPPORTED_ERR should be raised. Neil Delima 2002-04-30