I have an idea...
        I already have some classes doing SAX-to-DOM translation, and
I'm currently in the process of bringing them from SAX version 1 to
version 2.
Since with SAX 2.0 we'll be able to fully build a DOM, what about
"dropping" the current DOMParser and SAXParser, keeping just one of them
(the SAX one) and relying on a SAX-to-DOM to get the documents?
I don't know how DOM level 2 and 3 would fit in this picture, but, as
far as I'm concerned (DOM1) this is more than possible...

        Pier

BTW... I made some speed tests on Xerces, and I must say that
performances are G.R.E.A.T.  I always knew that Xerces was fast, but not
THAT fast (basically 90% of the time spent in parsing is I/O, processing
the XML data is just 10%). Congratulations go to all the team... (I had
to say that!)
-- 
--------------------------------------------------------------------
-          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