diff -r 06aaad12c207 -r f686bdaeb9e0 src/XMLTableCommand.h --- a/src/XMLTableCommand.h Sat Nov 28 21:09:18 2020 +0100 +++ b/src/XMLTableCommand.h Sun Nov 29 00:30:36 2020 +0100 @@ -88,6 +88,7 @@ xmlpp::DomParser parser; XMLDocumentConstructor documentConstructor(&input, &parser); + for (ParserOptionRecipe o : configuration.parserOptions) documentConstructor.setOption(convertor.to_bytes(o.uri), convertor.to_bytes(o.value)); documentConstructor.process(); if (configuration.xinclude) parser.get_document()->process_xinclude(true); xmlpp::Element* root = parser.get_document()->get_root_node();