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. --- examples/cxx/tree/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'examples/cxx/tree/README') diff --git a/examples/cxx/tree/README b/examples/cxx/tree/README index 16e5ce3..b6993d9 100644 --- a/examples/cxx/tree/README +++ b/examples/cxx/tree/README @@ -55,11 +55,12 @@ custom/ overview of each example in this directory. streaming - Shows how to create an XML document by performing multiple - serializations of its smaller parts. This can be useful when the - document is too large to fit into memory or when the other end - needs to start processing without waiting for the whole document - (streaming). + 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 we can process parts + of the document as they become available as well as handle documents + that are too large to fit into memory. binary/ A collection of examples that show how to serialize the object model -- cgit v1.1