aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/evolution/README')
-rw-r--r--examples/cxx/hybrid/evolution/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/cxx/hybrid/evolution/README b/examples/cxx/hybrid/evolution/README
new file mode 100644
index 0000000..878cb50
--- /dev/null
+++ b/examples/cxx/hybrid/evolution/README
@@ -0,0 +1,13 @@
+This directory contains a number of examples that show how to handle schema
+evolution using the C++/Hybrid mapping. The following list gives an overview
+of each example:
+
+ignore
+ Shows how to handle schema evolution using substitution groups. This
+ example ignores unknown elements.
+
+passthrough
+ Shows how to handle schema evolution using substitution groups. This
+ example passes the unknown content through parsing and serialization
+ so that the output XML contains all the unknown elements.
+