summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/README
diff options
context:
space:
mode:
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.