XML Parsing with Expat

If you are after a fast, stable and lean XML Parser have a look at Expat

Comparable to SaX Expat is not a sophisticated XML framework, which supports schemas, embedded instruction etc, but it is a good choice if you need something fast to develop and fast in execution.


C++ World