summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-13 11:29:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-13 11:29:26 +0200
commitafebd79d44b75aed3b38e867c65330ba80ddc0ee (patch)
tree7fc95caae113884defce1ac712f93327f58f72e0 /dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj
parent0b21758fcd9f3127e30a1c9172c4c27b46a2b957 (diff)
Extended the streaming example
It now shows how to perform stream-oriented, partially in-memory XML processing using the C++/Tree mapping.
Diffstat (limited to 'dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj')
-rw-r--r--dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj30
1 files changed, 21 insertions, 9 deletions
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">
</File>
<File
- RelativePath=".\records.cxx">
+ RelativePath=".\position.cxx">
+ </File>
+ <File
+ RelativePath=".\parser.cxx">
+ </File>
+ <File
+ RelativePath=".\serializer.cxx">
</File>
</Filter>
<Filter
@@ -129,29 +135,35 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{94F3375D-5EB8-4D2C-8739-4D47E9AB7072}">
<File
- RelativePath=".\records.hxx">
+ RelativePath=".\position.hxx">
+ </File>
+ <File
+ RelativePath=".\parser.hxx">
+ </File>
+ <File
+ RelativePath=".\serializer.hxx">
</File>
</Filter>
<Filter
Name="Schema Files"
Filter="xsd">
<File
- RelativePath=".\records.xsd">
+ RelativePath=".\position.xsd">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
- Description="xsd records.xsd"
- CommandLine="xsd.exe cxx-tree --generate-serialization --suppress-parsing --generate-intellisense --root-element-all records.xsd"
- Outputs="records.cxx;records.hxx"/>
+ Description="xsd position.xsd"
+ CommandLine="xsd.exe cxx-tree --generate-serialization --generate-intellisense position.xsd"
+ Outputs="position.cxx;position.hxx"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
- Description="xsd records.xsd"
- CommandLine="xsd.exe cxx-tree --generate-serialization --suppress-parsing --generate-intellisense --root-element-all records.xsd"
- Outputs="records.cxx;records.hxx"/>
+ Description="xsd position.xsd"
+ CommandLine="xsd.exe cxx-tree --generate-serialization --generate-intellisense position.xsd"
+ Outputs="position.cxx;position.hxx"/>
</FileConfiguration>
</File>
</Filter>