Boost logo

Boost Users :

From: Tomas Puverle (Tomas.Puverle_at_[hidden])
Date: 2006-04-17 11:26:34


> ... or you can use libxml (http://xmlsoft.org), which is also
> portable. I used it on Windows and Linux. It is a C library.

There are further advantages to using libxml.
The programming model of expat is based on the SAX2 interface. Libxml has
both the SAX2 and a pull-parser interface, which is generally easier to use
from an application point of view. Libxml2 is generaly faster than expat. It
also has better support for all the different XML features such as entities
etc. I also believe it's more actively maintained and developed.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net