diff -r 5be268bc4c69 -r 917b8fbd29b9 src/XMLDocumentConstructor.h --- a/src/XMLDocumentConstructor.h Sun Oct 25 21:48:11 2020 +0100 +++ b/src/XMLDocumentConstructor.h Sat Nov 28 23:51:54 2020 +0100 @@ -30,6 +30,9 @@ XMLDocumentConstructor(std::istream* input, xmlpp::DomParser* parser) : input(input), parser(parser) { } + + void setOption(const std::string& uri, const std::string& value) { + } void process() { parser->parse_stream(*input);