summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-27 18:17:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-27 18:17:22 +0200
commitb0846152c522c859bee2fbce55721d7b79264848 (patch)
tree6e3daedf516d67d54d344af92193cb03ab18d9c4 /examples/cxx/tree/README
parent9e77d565b3b817ceb427d7ffc2c71fd7ffe5d169 (diff)
Add XML compression example
Diffstat (limited to 'examples/cxx/tree/README')
-rw-r--r--examples/cxx/tree/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/cxx/tree/README b/examples/cxx/tree/README
index e2ba8de..1c89961 100644
--- a/examples/cxx/tree/README
+++ b/examples/cxx/tree/README
@@ -67,6 +67,10 @@ streaming
of the document as they become available as well as handle documents
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.
+
binary/
A collection of examples that show how to serialize the object model
into a number of predefined and custom binary formats.