Re: possible error in the faq

2007-02-22 Thread Michael Glavassevich
"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

Re: possible error in the faq

2007-02-22 Thread keshlam
>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

possible error in the faq

2007-02-22 Thread Will Holcomb
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