summaryrefslogtreecommitdiff
path: root/xsd/examples/cxx/tree/README
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 15:21:29 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 15:21:29 +0200
commitbada6666c70977a058755ccf232e7d67b24adeed (patch)
tree1e92d50cebce96abaf9bce19e36026c47f77b9ba /xsd/examples/cxx/tree/README
parenteaf34adcbd8095bc6d1f3371b1227f654c7b19fc (diff)
New upstream release
Diffstat (limited to 'xsd/examples/cxx/tree/README')
-rw-r--r--xsd/examples/cxx/tree/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/xsd/examples/cxx/tree/README b/xsd/examples/cxx/tree/README
index 348885f..569bf11 100644
--- a/xsd/examples/cxx/tree/README
+++ b/xsd/examples/cxx/tree/README
@@ -17,6 +17,10 @@ polymorphism
Shows how to use XML Schema polymorphism features such as the
xsi:type attribute and substitution groups.
+order/
+ A collection of examples that show how to use ordered types to
+ capture and maintain content order.
+
xpath
Shows how to use the C++/Tree mapping together with XPath.
@@ -45,7 +49,7 @@ caching
embedded
Shows how to embed the binary representation of the schema grammar
- into an application and then use it with the C++/Tree mapping to
+ into an application and then use it with the C++/Tree mapping to
parse and validate XML documents.
performance
@@ -68,13 +72,9 @@ streaming
that are too large to fit into memory.
compression
- Shows how to compress an XML document during serialization and decompress
+ Shows how to compress an XML document during serialization and decompress
it during parsing using the zlib library.
binary/
A collection of examples that show how to serialize the object model
into a number of predefined and custom binary formats.
-
-dbxml
- Shows how to use the C++/Tree mapping on top of the Berkeley DB
- XML embedded XML database.