xsd

[full]

XML Schema to C++ data binding compiler

XSD is an open-source, cross-platform XML Schema to C++ data binding compiler. Provided with an XML document specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as XML parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with generic elements/attributes and raw strings.

For further information, refer to the XSD project page.

Usage

... More
license other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
project xsd
url www.codesynthesis.com/products/xsd/
doc-url www.codesynthesis.com/products/xsd/
src-url git.codesynthesis.com/cgit/xsd/xsd/
topics C++XMLXML SchemaXML parsersource code generation
1 Version
version 4.2.0
repository https://pkg.cppget.org/1/stable
depends 4; libxsd-frontend, libcutl, libxerces-c, *cli ?
requires 2; host, c++11