summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-25 17:15:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-25 17:15:57 +0200
commit741f84835e207e219eb3093eaad845c941ba2818 (patch)
treeebcbf5660ba2e873b273aff23d8af53336a3bf87 /examples/cxx/tree/README
parente8c564ba614889b0aa80fae0f66ee932f87decb0 (diff)
New example that shows how to embed schema grammar into application
Diffstat (limited to 'examples/cxx/tree/README')
-rw-r--r--examples/cxx/tree/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/cxx/tree/README b/examples/cxx/tree/README
index b6993d9..e2ba8de 100644
--- a/examples/cxx/tree/README
+++ b/examples/cxx/tree/README
@@ -43,6 +43,11 @@ caching
Shows how to parse several XML documents while reusing the
underlying XML parser and caching the schemas used for validation.
+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
+ parse and validate XML documents.
+
performance
Measures the performance of parsing and serialization. This example
also shows how to structure your code to achieve the maximum