"Will Holcomb" <[EMAIL PROTECTED]> wrote on 02/22/2007 01:45:51 PM:
> In the FAQ: http://xerces.apache.org/xerces2-j/faq-dom.html#faq-2
>
> The example imports org.w3c.dom.DOMImplementationRegistry. This
> class doesn't seem to exist and, as best I can tell, should be org.
> w3c.dom.bootstrap.DO
>The example imports org.w3c.dom.DOMImplementationRegistry.
That API name changed between the working draft and the final DOM Level 3
spec. The current name is indeed
org.w3c.dom.bootstrap.DOMImplementationRegistry, and the example should be
updated.
See http://www.w3.org/TR/DOM-Level-3-Core/java
In the FAQ: http://xerces.apache.org/xerces2-j/faq-dom.html#faq-2
The example imports org.w3c.dom.DOMImplementationRegistry. This class
doesn't seem to exist and, as best I can tell, should be
org.w3c.dom.bootstrap.DOMImplementationRegistry.
Is that correct?
Will Holcomb
P.S. I am trying to lo