xsd

[full]

XML Schema to C++ data binding compiler

CodeSynthesis XSD is a W3C XML Schema to C++ data binding compiler.
It generates vocabulary-specific, statically-typed C++ mappings (also
called bindings) from XML Schema definitions. XSD supports two C++
mappings: in-memory C++/Tree and event-driven C++/Parser.

The C++/Tree mapping consists of types that represent the given
vocabulary, a set of parsing functions that convert XML instance
documents to a tree-like in-memory object model, and a set of
serialization functions that convert the object... More
license other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
project xsd
url www.codesynthesis.com/projects/xsd/
doc-url www.codesynthesis.com/projects/xsd/
src-url git.codesynthesis.com/cgit/xsd/xsd/tree/xsd/
topics C++XMLXML SchemaXML parsersource code generation
1 Version
version 4.2.0-b.4.20230911095927.9c7aaf839025
repository https://queue.stage.build2.org/1/alpha
depends 4; libxsd-frontend, libcutl, libxerces-c, *cli ?
requires 2; host, c++11