expatmm 1.0.4

ExpatMM implements an XML parser as a class, providing virtual methods for the various events that can occur while parsing.

Tags xml c
License GNU LGPL
State stable

Recent Releases

1.0.416 Apr 2021 13:02 minor bugfix: The autogen.sh in the build system now calls libtoolize and stops relying upon an ltmain.sh from my system. Requires that the builder has libtoolize installed, which is now pretty ubiquitous.
1.0.313 Dec 2015 01:24 documentation: Re-inherited project from former employer that discontinued hosting of it. Moved to github, updated copyright and project contact info. You build an XML parser by inheriting from this base class, and implementing the virtual methods you need to handle parser events.