summaryrefslogtreecommitdiff
path: root/xsd-examples/README.md
blob: e55a3eec45d19725db747d5abd77a65159b51078 (plain)
1
2
3
4
5
6
7
8
9
10
11
# xsd-examples - examples for XSD compiler

This package contains examples for `xsd`, the XML Schema to C++ data binding
compiler.

The C++/Tree and C++/Parser mapping examples can be found in the `cxx/tree/`
and `cxx/parser/` subdirectories, 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 shown as well as the steps to
build and run it.