Skip to content
Sergey Ilinykh edited this page Jan 17, 2019 · 1 revision

C++ classes generation from XMPP XML Schema

Below is an example:

xsdcxx cxx-tree --std c++11 --function-naming lcc --type-naming ucc ~/Downloads/jingle.xsd

It will also require --type-map with custom mapping to Qt types. It seems there is no ready to use Qt mapping file anywhere.

Clone this wiki locally