aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-18 11:17:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-18 11:17:51 +0200
commitd80d096ee8743fd6f7382d274272b0b6d7faf9bf (patch)
treed0f0bee1e645cb2b86b6837ac0db8a7d2821e533 /NEWS
parent0e4637025fa8d1b4234b0512561d31f0dd023843 (diff)
Support for schema evolution using substitution groups
New examples: hybrid/evolution/ignore and hybrid/evolution/passthrough.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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.