From 741f84835e207e219eb3093eaad845c941ba2818 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Nov 2009 17:15:57 +0200 Subject: New example that shows how to embed schema grammar into application --- examples/cxx/tree/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/cxx/tree/README') 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 -- cgit v1.1