From d80d096ee8743fd6f7382d274272b0b6d7faf9bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Oct 2010 11:17:51 +0200 Subject: Support for schema evolution using substitution groups New examples: hybrid/evolution/ignore and hybrid/evolution/passthrough. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 541c6dc..33035e7 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,13 @@ Version 3.2.0 for variable-length types. These functions allow you to make dynamically- allocated copies of variable-length objects. + * Support for schema evolution using substitution groups. The 'ignore' and + 'passthrough' examples in the examples/cxx/hybrid/evolution/ directory + show how the new mechanism work. The 'ignore' example shows how to + ignores unknown elements. The 'passthrough' example shows how to pass + the unknown content through parsing and serialization so that the output + XML contains all the unknown elements. + * The anySimpleType build-in type is now mapped to std::string or a C-string, depending on whether STL is enabled or not. -- cgit v1.1