xml parser

Milosz Kmieciak milosz at kmieciak.eu
Wed Jul 23 09:51:25 EDT 2008


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?

cheers
-- 
Milosz Kmieciak



More information about the neon mailing list