aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary/custom/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/binary/custom/driver.cxx')
-rw-r--r--examples/cxx/hybrid/binary/custom/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/binary/custom/driver.cxx b/examples/cxx/hybrid/binary/custom/driver.cxx
index e453a37..cfc525b 100644
--- a/examples/cxx/hybrid/binary/custom/driver.cxx
+++ b/examples/cxx/hybrid/binary/custom/driver.cxx
@@ -78,7 +78,7 @@ main (int argc, char* argv[])
doc_s.add_schema ("http://www.codesynthesis.com/library", "library.xsd");
catalog_s.pre (*c);
- doc_s.serialize (std::cout);
+ doc_s.serialize (std::cout, xml_schema::document_simpl::pretty_print);
catalog_s.post ();
}
catch (const raw_exception&)