aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/serializer/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/serializer/README')
-rw-r--r--examples/cxx/serializer/README16
1 files changed, 12 insertions, 4 deletions
diff --git a/examples/cxx/serializer/README b/examples/cxx/serializer/README
index fa71ea3..f65f6b8 100644
--- a/examples/cxx/serializer/README
+++ b/examples/cxx/serializer/README
@@ -1,7 +1,7 @@
-This directory contains a number of examples that show how to
-use the Embedded C++/Serializer mapping. The following list
-gives an overview of each example. See the README files in
-example directories for more information on each example.
+This directory contains a number of examples that show how to use the
+Embedded C++/Serializer mapping. The following list gives an overview
+of each example. See the README files in example directories for more
+information on each example.
hello
A simple "Hello, world!" example that shows how to serialize
@@ -18,3 +18,11 @@ minimal
wildcard
Shows how to serialize XML data matched by XML Schema wildcards
(any and anyAttribute).
+
+polymorphism
+ Shows how to handle XML vocabularies that use XML Schema polymorphism
+ features such as the xsi:type attribute and substitution groups.
+
+polyroot
+ Shows how to handle XML vocabularies with polymorphic document root
+ elements.