OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] Mixed SAX-DOM parsing



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