Hallo everyone... I've seen the new spec published today, and found a
very small inconsistence:

on page 21 the method SAXParser.getParser() is declared to throw a
SAXException, but later on, on page 23, that exception is not reflected
into the documentation. I believe the mistake resides on page 21,
because nothing should happen in the getParser() method but returning
the already instantiated and configured Parser() instance to the caller.

Also, I don't understand why the SAXParserFactory.newSAXParser() should
throw a SAXException, while DocumentBuilderFactory.newDocumentBuilder()
doesnt. Those methods already throw a ParserConfigurationException, so,
in my very humble opinion, the SAXException is redundant.

The last thing, I developed an implementation for the Apache XERCES
parser, both of the javax.xml.parser classes, and for their relative
implementation under the org.apache.xerces.jaxp package. If you could
give them a look and send me some feedback that would be greatly
appreciated (I implemented the javax.xml.parser classes also since
there's not an implementation currently available conforming to the
given spec, as far as I can see).

Thank you...

        Pier

-- 
--------------------------------------------------------------------
-          P              I              E              R          -
stable structure erected over water to allow the docking of seacraft
<mailto:[EMAIL PROTECTED]>    <http://www.betaversion.org/~pier/>
--------------------------------------------------------------------
- ApacheCON Y2K: Come to the official Apache developers conference -
-------------------- <http://www.apachecon.com> --------------------

Reply via email to