xsdcxx

XML Data Binding for C++

Install

All systems
curl cmd.cat/xsdcxx.sh
Debian Debian
apt-get install xsdcxx
Ubuntu
apt-get install xsdcxx
Arch Arch Linux
pacman -S xsdcxx
image/svg+xml Kali Linux
apt-get install xsdcxx
Fedora
dnf install xsdcxx
Windows (WSL2)
sudo apt-get update sudo apt-get install xsdcxx
Raspbian
apt-get install xsdcxx

xsdcxx

XML Data Binding for C++

CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as 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 intricacies of reading and writing XML.

xsd

An open-source, cross-platform W3C XML Schema to C++ data binding compiler