[
Lists Home |
Date Index |
Thread Index
]
rsalz@datapower.com (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.
|