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 29 November 2001 Arabica

Added a missing piece to the MSXML wrapper today, it will now read a stream passed in the InputSource -
  SAX::msxml2_wrapper<std::string> parser;
  SAX::InputSource is(std::cin);
  ...
  parser.parse(is);
will now work correctly. Up to now it had only worked for system ids.
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