From c17591e684ac06653e83186991ce039502c21a16 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Feb 2010 12:46:46 +0200 Subject: Add entry for the compression example --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 318a243..9e7b878 100644 --- a/NEWS +++ b/NEWS @@ -77,6 +77,9 @@ Version 3.3.0 the schema grammar into an application and then use it to parse and validate XML documents. + * New example, compression, shows how to compress an XML document during + serialization and decompress it during parsing using the zlib library. + * New example, custom/mixed, shows how to use type customization to parse and serialize mixed content. -- cgit v1.1