[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: RE: [ebxml-dev] Writing to XML docs with SAX
Mark, Joseph SAX parser throws parsing events to the application while reading XML documents. In practise, the parsing events are sequential callback methods (from XMLReader to ContentHandler interface) carrying information about the content of the document. To be able to modify or serialize XML, the SAX programmer should construct an object representation of the document (which is not provided by SAX) on the basis of the parsing events and program manipulation and serialization modules for the object model. This is not a trivial task and takes one month's full-time work at least. There are however tools that enable you to be more effective here and combine the best aspects of SAX and DOM. Check http://www.x-fetch.com/xhtml/performer.html http://www.x-fetch.com/common/X-Fetch_Performer_Benchmark.pdf Hope this helps - best regards Jouko Salonen CEO Republica Ltd www.republica.fi www.x-fetch.com -----Original Message----- From: CHIUSANO, Joseph [mailto:JCHIUSANO@lmi.org] Sent: 3. syyskuuta 2002 0:53 To: Mark Mark; ebxml-dev Subject: RE: [ebxml-dev] Writing to XML docs with SAX Are you asking a general question about the disadvantages of using SAX vs., say, DOM? > ************************************************************************** > Joseph M. Chiusano > Logistics Management Institute > 2000 Corporate Ridge > McLean, VA 22102 > Email: jchiusano@lmi.org > Tel: 571.633.7722 > ************************************************************************** > -----Original Message----- From: Mark Mark [mailto:mark_ai@yahoo.com] Sent: Friday, August 30, 2002 11:56 AM To: ebxml-dev Subject: [ebxml-dev] Writing to XML docs with SAX This is not exactly ebXML but what is the problem with SAX to write back to the XML documents? Thanks __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com ---------------------------------------------------------------- The ebxml-dev list is sponsored by OASIS. To subscribe or unsubscribe from this elist use the subscription manager: <http://lists.ebxml.org/ob/adm.pl> ---------------------------------------------------------------- The ebxml-dev list is sponsored by OASIS. To subscribe or unsubscribe from this elist use the subscription manager: <http://lists.ebxml.org/ob/adm.pl>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC