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