From 3435666d53353b2469fe338828313e3ca910e306 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 14 Jul 2014 21:49:16 +0200 Subject: Updated README.md to mention TestXSLT * TestXSLT is a playground for testing static site generation concepts based on InputXSLT * replaced xalan::FormatterToXML indent amount with its default value --- src/transformer_facade.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/transformer_facade.cc b/src/transformer_facade.cc index 431b9f8..1a55c4e 100644 --- a/src/transformer_facade.cc +++ b/src/transformer_facade.cc @@ -38,7 +38,7 @@ std::unique_ptr augmentFormatterToXML( *(formatter.getWriter()), stylesheetRoot->getOutputVersion(outputVersion), stylesheetRoot->getOutputIndent(), - 0, + xalan::FormatterToXML::eDefaultIndentAmount, stylesheetRoot->getOutputEncoding(outputEncoding), stylesheetRoot->getOutputMediaType(outputMediaType), stylesheetRoot->getOutputDoctypePublic(outputDoctypePublic), -- cgit v1.2.3