From 6e4d86618645c45d07c3a8113f4641cb9161309e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Apr 2009 15:44:26 +0200 Subject: Add support for XML pretty-printing examples/cxx/hybrid/: examples/cxx/serializer/: turn on pretty-printing --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d868cae..35c7fe7 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,14 @@ Version 3.1.0 sequences of fundamental types (e.g., int, float, etc.) is implemented in terms of memcpy(). + C++/Serializer + + * Support for XML pretty-printing. The serialize() functions in the + xml_schema::document_simpl class now have the flags argument (defaults + to 0). Your can pass the xml_schema::document_simpl::pretty_print flag + for this argument to turn on pretty-printing. See the examples and + documentation for details. + Version 3.0.0 * The new Embedded C++/Hybrid mapping provides a light-weight, tree- -- cgit v1.1