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