From afebd79d44b75aed3b38e867c65330ba80ddc0ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 13 Oct 2009 11:29:26 +0200 Subject: Extended the streaming example It now shows how to perform stream-oriented, partially in-memory XML processing using the C++/Tree mapping. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7acdf60..451c032 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,13 @@ Version 3.3.0 * New example, custom/mixed, shows how to use type customization to parse and serialize mixed content. + * The streaming example has been extended to shows how to perform stream- + oriented, partially in-memory XML processing using the C++/Tree mapping. + With the partially in-memory parsing and serialization only a part of + the object model is in memory at any given time. With this approach one + can process parts of the document as they become available as well as + handle documents that are too large to fit into memory. + Version 3.2.0 * New option, --disable-warning, disables printing of a warning with -- cgit v1.1