My C++ wrapper for the Expat XML parser
Last year when I was writing Orpheus, I knocked out a C++ wrapper around Expat to make using it easier.
It consists of two classes. XMLParser is the Expat wrapper and sets up the event handlers and automates setup and teardown of the parser itself. XMLEvtHandler consists of a set …
