summaryrefslogtreecommitdiff
path: root/examples/cxx/tree
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-02-09 12:47:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-02-09 12:47:08 +0200
commitdcc3f3419c8c69b092a000ac296d615f07656268 (patch)
treed877bf686e63b8e5f29c62e31b7a1f6805a64de1 /examples/cxx/tree
parentc17591e684ac06653e83186991ce039502c21a16 (diff)
Cosmetic changes
Diffstat (limited to 'examples/cxx/tree')
-rw-r--r--examples/cxx/tree/README4
-rw-r--r--examples/cxx/tree/compression/README4
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/cxx/tree/README b/examples/cxx/tree/README
index 1c89961..348885f 100644
--- a/examples/cxx/tree/README
+++ b/examples/cxx/tree/README
@@ -68,8 +68,8 @@ streaming
that are too large to fit into memory.
compression
- Shows how to compress XML documents during serialization and decompress
- them during parsing using the zlib library.
+ 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
diff --git a/examples/cxx/tree/compression/README b/examples/cxx/tree/compression/README
index f2f0563..f163970 100644
--- a/examples/cxx/tree/compression/README
+++ b/examples/cxx/tree/compression/README
@@ -1,5 +1,5 @@
-This example shows how to compress XML documents during serialization
-and decompress them during parsing. The example uses the compression
+This example shows how to compress an XML document during serialization
+and decompress it during parsing. The example uses the compression
functionality provided by the zlib library[1] which needs to be installed
in order to build and run this example. It should also be fairly straight-
forward to modify the code in this example to use other compression