summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/caching
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/caching
parente8c564ba614889b0aa80fae0f66ee932f87decb0 (diff)
New example that shows how to embed schema grammar into application
Diffstat (limited to 'examples/cxx/tree/caching')
-rw-r--r--examples/cxx/tree/caching/README4
1 files changed, 2 insertions, 2 deletions
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: