You shouldn't use any of the *Impl classes in client code. You should bootstrap using the jaxp.xml.parsers.DocumentFactoryBuilder class which will create the appropriate implementation classes for you. See the JAXP documentation for examples.
org.w3c.dom.DOMImplementation has a createDocumentType() method that will create a node that you can then pass to DOMImplementation.createDocument(). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
