← Back to team overview

cuneiform team mailing list archive

Re: Question: is Expat a good choice?

 

Hello!

On Wed, 2009-03-11 at 16:03 +0300, Dmitry Polevoy wrote:
> I need an XML-parser for OpenOCR QA utility. Is Expat
> (http://expat.sourceforge.net/) a good choice? 
> I didn't use it before, but it is small, it has a compatible lisense
> and it have binary packages for all main platforms.

I would use libxml2 instead, check out the discussion at:

https://mailman.research.att.com/pipermail/graphviz-interest/2004q2/001274.html

The pure C library (MIT) is available here:

http://xmlsoft.org

and the C++ bindings (LGPL) here:

http://libxmlplusplus.sourceforge.net/

Another reason to use libxml2 is that it also supports DOM.
 
-- 
Sincerely yours,
Yury V. Zaytsev




References