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/caching/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cxx/tree/caching/README') diff --git a/examples/cxx/tree/caching/README b/examples/cxx/tree/caching/README index 1bbb590..64e5a1a 100644 --- a/examples/cxx/tree/caching/README +++ b/examples/cxx/tree/caching/README @@ -1,4 +1,4 @@ -This example shows how to use the the C++/Tree mapping to parse several +This example shows how to use the C++/Tree mapping to parse several XML documents while reusing the underlying XML parser and caching the schemas used for validation. @@ -22,7 +22,7 @@ driver.cxx ten iterations that parse the input file to a DOM document using the DOM parser and call one of the parsing functions that constructs the object model from this DOM document. On each iteration the driver - prints a number of book in the object model to STDERR. + prints a number of books in the object model to STDERR. To run the example on the sample XML instance document simply execute: -- cgit v1.1