Freelance software grandad
software created
extended or repaired
Follow me on Mastodon
Applications, Libraries, Code
Talks & Presentations
SAX2DOM::Parser<std::string> domParser;
SAX::wInputSource is;
... load instance from somewhere ...
domParser.parse(is);
DOM::Document<std::string> doc = domParser.getDocument();
... manipulate doc ...
// dump out to console
std::cout << doc;
Freelance software grandad
software created
extended or repaired
Follow me on Mastodon
Applications, Libraries, Code
Talks & Presentations