diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/transformer_facade.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transformer_facade.cc b/src/transformer_facade.cc index 1a55c4e..5bfb71e 100644 --- a/src/transformer_facade.cc +++ b/src/transformer_facade.cc @@ -41,8 +41,8 @@ std::unique_ptr<xalan::FormatterToXML> augmentFormatterToXML( xalan::FormatterToXML::eDefaultIndentAmount, stylesheetRoot->getOutputEncoding(outputEncoding), stylesheetRoot->getOutputMediaType(outputMediaType), - stylesheetRoot->getOutputDoctypePublic(outputDoctypePublic), stylesheetRoot->getOutputDoctypeSystem(outputDoctypeSystem), + stylesheetRoot->getOutputDoctypePublic(outputDoctypePublic), !stylesheetRoot->getOmitOutputXMLDecl(), stylesheetRoot->getOutputStandalone(outputStandalone) ) |