aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/README')
-rw-r--r--examples/cxx/parser/README16
1 files changed, 12 insertions, 4 deletions
diff --git a/examples/cxx/parser/README b/examples/cxx/parser/README
index eaf9342..8afc5f9 100644
--- a/examples/cxx/parser/README
+++ b/examples/cxx/parser/README
@@ -1,7 +1,7 @@
-This directory contains a number of examples that show how to
-use the Embedded C++/Parser 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++/Parser 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 parse XML
@@ -30,3 +30,11 @@ multiroot
mixed
Shows how to handle raw, "type-less content" such as mixed content
models, anyType/anySimpleType, and any/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.