Next in thread → Next in month →

Re: [xml-dev] Different parsing model/API

From
Simon St.Laurent <>
To
xml-dev mailing list <>
Date
2003-11-03T23:33:42Z
ID
<r02000200-1028-294954E20E5611D892650003937A08C2@[192.168.124.11]>
Thread
Re: [xml-dev] Different parsing model/API
 (Rich Salz) writes:
>Jef Poskanzer (of PBM, etc., fame) has an XML parsing model that I 
>haven't seen before.  It basically returns you the element text, but 
>with the stack of pending elements along with it.  It's amenable to 
>streaming, and avoids the common bookkeeping that SAX requires you to 
>do.  Written in C++, some templates, BSD-style open source license. 
>
> [...cool stuff from header file...]
>
>See http://www.acme.com/software/XIP/ for the code.

I'll have to take a closer look at this, and I don't speak C++ anyway,
but this sounds very cool.  I'm happy to see that people are still
_thinking_ about how to present XML data to an application.
Next in thread → Next in month →