aboutsummaryrefslogtreecommitdiff
path: root/src/transformer_facade.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/transformer_facade.cc')
-rw-r--r--src/transformer_facade.cc2
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)
)