diff -r ee72fccc5267 -r 0e8a58946c48 src/XMLTableCommand.h --- a/src/XMLTableCommand.h Wed Nov 25 17:28:17 2020 +0100 +++ b/src/XMLTableCommand.h Sat Nov 28 23:52:01 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();