XML Schema to C++ data binding compiler examples
This package contains a number of examples that show how to use XSD, the
XML Schema to C++ data binding compiler and the generated C++ Tree and
Parser classes. See the README files in example directories for more
information on each example.
The package source code is in the public domain.
The project page is at https://www.codesynthesis.com/projects/xsd/.
The easiest way to build this package is with the bpkg package manager:
$ mkdir xsd-examples/
$ cd xsd-examples/
$ bpkg create cc
$ bpkg build... More
1 Version