XML parsers (was: Is cdindex being developed at all)

Greg Stein (gstein nospam at lyra.org)
Fri, 17 Sep 1999 15:20:03 -0700

Robert Kaye wrote:
>...
> >Anyone who is working with GPL code, or prefers not to use C++ (which
> >is what I presume is implied by STL) might want to check out libxml
> >
> >http://rufus.w3.org/veillard/XML/xml.html

I use the Expat parser in my mod_dav Apache module. In fact, Apache
1.3.9 *includes* a copy of Expat 1.1 in the distribution.

Information about Expat can be found at:

http://www.jclark.com/xml/expat.html

It is a very easy parser to use, is written in C, is fast, and it uses a
SAX interface.

Cheers,
-g

--
Greg Stein, http://www.lyra.org/