Building XSD/e Examples
The xsde-examples
source package provides a
collection of examples that demonstrate various aspects of the XSD/e
functionality. The hello
example provided for each mapping is a
good place to start.
The Embedded C++/Parser, C++/Serializer, and C++/Hybrid mapping examples
can be found in the cxx/parser/
, cxx/serializer/
,
and cxx/hybrid/
subdirectories, respectively. For the summary
of available examples for each mapping, see cxx/parser/README
,
cxx/serializer/README
, and cxx/hybrid/README
,
respectively. Each example also comes with its own README
file
that provides a detailed description of the functionality shown as well as
the steps to build and run it.
Note that no ready-made project/solution files are provided for various
IDEs due to the substantial effort required to maintain them. However, it
shouldn't be difficult to create custom solution for the examples that you
need based on the build and run command lines described in each example's
README
file.