On Friday, 09/06/2002 at 11:46 ZE2, "Sander Bos" <[EMAIL PROTECTED]> wrote: > - Does anybody know why these org.w3c.dom interfaces are in > xercesImpl.jar and not in xmlParserAPIs.jar where all the other > org.w3c.dom interfaces are?
DOM Level 3 is still a Working Draft, and so should not be in the "standard APIs" (xmlParserAPIs) jarfile. > - Why does for instance the W3C package interface > org/w3c/dom/DOMBuilder.java have a reference to the Xerces interface > (granted, based on DOM3 interface) > org.apache.xerces.dom3.DOMErrorHandler? Is this a bug or a feature? Bug/prototype... One can argue that these classes shouldn't be in the W3C package at all yet, but should be in something like org.apache.domPrototype; folks can change their imports after the API goes golden... We've discussed that in the past, and the Xerces folks have gone back and forth on it over time. ______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
