aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/polyroot/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/polyroot/driver.cxx')
-rw-r--r--examples/cxx/hybrid/polyroot/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/polyroot/driver.cxx b/examples/cxx/hybrid/polyroot/driver.cxx
index f41422c..c673182 100644
--- a/examples/cxx/hybrid/polyroot/driver.cxx
+++ b/examples/cxx/hybrid/polyroot/driver.cxx
@@ -235,7 +235,7 @@ main (int argc, char* argv[])
doc_s.add_no_namespace_schema ("supermen.xsd");
ps->pre (*p);
- doc_s.serialize (std::cout);
+ doc_s.serialize (std::cout, xml_schema::document_simpl::pretty_print);
ps->post ();
}
catch (const xml_schema::parser_exception& e)