[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] Mixed SAX-DOM parsing
- From: Tim Bray <tbray@textuality.com>
- To: xml-dev@lists.xml.org
- Date: Wed, 26 Sep 2001 13:50:14 -0700
At 02:57 PM 26/09/01 -0500, Devsphere wrote:
>Devsphere.com announces the availability of SAXDOMIX,
>a FREE Open-Source Java framework for scalable XML parsing and
>transforming based on standard APIs (SAX, DOM and JAXP).
>
>The framework can forward SAX events or DOM sub-trees during
>the parsing
Heh heh. The world's first ever XML parser was a Java program
named Lark, which would build a tree with objects of class
Element and so on - or it would feed you an event stream where
the handlers were passed objects of type Element and so on.
-Tim