[GLLUG] Software Library Release
Michael Watters
michael at watters.ws
Fri Feb 16 10:05:20 EST 2007
On Mon, 12 Feb 2007 21:03:31 -0500
"Bong Munoz" <bongmunoz at gmail.com> wrote:
> On 2/12/07, Clay Dowling <clay at lazarusid.com> wrote:
> >
> >
> > On a related note, anybody have a good C/C++ XML processor that can be
> > included via a few source files?
>
>
> http://expat.sourceforge.net/
>
> It's a streaming parser so you'll have to write support code to handle
> element nesting.
>
> --bong
>
What about ElementTree?
http://effbot.org/zone/element-index.htm
I use this in python to parse XML feeds and it works great.
More information about the linux-user
mailing list