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/streaming/position.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 examples/cxx/tree/streaming/position.xml (limited to 'examples/cxx/tree/streaming/position.xml') diff --git a/examples/cxx/tree/streaming/position.xml b/examples/cxx/tree/streaming/position.xml new file mode 100644 index 0000000..e40b0c8 --- /dev/null +++ b/examples/cxx/tree/streaming/position.xml @@ -0,0 +1,30 @@ + + + + + + +
+ Lion's Head + rock +
+ + + + + + + + + + +
-- cgit v1.1