summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-02-09 12:46:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-02-09 12:46:46 +0200
commitc17591e684ac06653e83186991ce039502c21a16 (patch)
treee0bd451a7566c11b51dcc3f8207e94e1a4a3abc2 /NEWS
parent65cfe4bb8b504749a4d199b258f5f5254a08ed64 (diff)
Add entry for the compression example
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.