Building XSD Examples

The xsd-examples source package provides a collection of examples that demonstrate various aspects of the XSD functionality. The hello example provided for each mapping is a good place to start.

The C++/Tree and C++/Parser mapping examples can be found in the cxx/tree/ and cxx/parser/ subdirectories of xsd-examples, respectively. For the summary of available examples for each mapping, see cxx/tree/README and cxx/parser/README, respectively. Each example also comes with its own README file that provides a detailed description of the functionality demonstrated 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.