xml parser
Joe Orton
joe at manyfish.co.uk
Wed Jul 23 10:19:03 EDT 2008
On Wed, Jul 23, 2008 at 03:51:25PM +0200, Milosz Kmieciak wrote:
> Hello,
>
> it is said that neon can use libxml2 or expat as a xml parser. In
> source I found:
>
> #if defined(HAVE_EXPAT)
> /* expat support: */
> #ifdef HAVE_XMLPARSE_H
> #include "xmlparse.h"
> #else
> #include <expat.h>
> #endif
>
> is xmlparse.h a part of so-called expat-lite produced by apache org?
> or this is another "lightweight" xml parser that neon can use?
Hiya, xmlparse.h was used by expat in some old version, 1.0 I think.
The neon build system supports building against a bundled copy of such a
version of expat - sitecopy and cadaver use this.
(I can't remember from which version the "expat-lite" was forked at
Apache, but I think it was a slightly older version.)
Regards, Joe
More information about the neon
mailing list