From b0846152c522c859bee2fbce55721d7b79264848 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Nov 2009 18:17:22 +0200 Subject: Add XML compression example --- examples/cxx/tree/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/cxx/tree/README') 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. -- cgit v1.1