Jez Higgins

Freelance software grandad
software created
extended or repaired


Follow me on Mastodon
Applications, Libraries, Code
Talks & Presentations

Hire me
Contact

Older posts are available in the archive or through tags.

Feed

Thursday 18 October 2001 Arabica

Moved the MSXML and expat wrappers into the SAX namespace. Also physically moved them into the SAX directory, in a subdirectory called wrappers. You'll need to tweak includes and declarations, but that's all -
#include <wrapper/saxexpat.h>
...
void myFunc() {
  ...
  SAX::expat_wrapper<std::string> parser;
  ...
}

Tagged code, arabica, xml, and c++


Jez Higgins

Freelance software grandad
software created
extended or repaired

Follow me on Mastodon
Applications, Libraries, Code
Talks & Presentations

Hire me
Contact

Older posts are available in the archive or through tags.

Feed