C++ XML Parser Library wrapper Part 2: expatmm
After my expatpp adventure, I took a sharp turn and switched to expatmm. It too is a C++ wrapper to expat, but it seems more up-to-date (working with the latest version of the expat library) and has replaced expatpp on the expat 3rd party links.
It works great out of the box on Mac OS X 10.5.6. It built and installed (using configure and make) with only one small problem – I had to change ExpatMM-version.cpp to hardwire the version # in. Once that change was made, I included and linked to the lib from Xcode with no problem.