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. --- .../tree/streaming/streaming-xerces2-7.1.vcproj | 30 +++++++++++++++------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj') diff --git a/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj b/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj index 9785c61..b606b8f 100644 --- a/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj +++ b/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj @@ -121,7 +121,13 @@ RelativePath=".\driver.cxx"> + RelativePath=".\position.cxx"> + + + + + RelativePath=".\position.hxx"> + + + + + RelativePath=".\position.xsd"> + Description="xsd position.xsd" + CommandLine="xsd.exe cxx-tree --generate-serialization --generate-intellisense position.xsd" + Outputs="position.cxx;position.hxx"/> + Description="xsd position.xsd" + CommandLine="xsd.exe cxx-tree --generate-serialization --generate-intellisense position.xsd" + Outputs="position.cxx;position.hxx"/> -- cgit v1.1