You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeSynthesis XSD is a W3C XML Schema to C++ translator. 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.
It uses internally libxerces-c and is a good addition to the libxerces-c package.
There is already a bincrafters package, but with some caveats. E.g. on Windows it is compiled with mingw and mingw shared libs, so it actually needs a mingw installation to run correctly. Mingw is used although there are build instructions for MSVC.
Also, if I use the bincrafters recipe, it installs dependent libs from bincrafters that I already have from conan-center, e.g. libxerces.
The text was updated successfully, but these errors were encountered:
Package Details
Description Of The Library / Tool
CodeSynthesis XSD is a W3C XML Schema to C++ translator. 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.
It uses internally libxerces-c and is a good addition to the libxerces-c package.
There is already a bincrafters package, but with some caveats. E.g. on Windows it is compiled with mingw and mingw shared libs, so it actually needs a mingw installation to run correctly. Mingw is used although there are build instructions for MSVC.
Also, if I use the bincrafters recipe, it installs dependent libs from bincrafters that I already have from conan-center, e.g. libxerces.
The text was updated successfully, but these errors were encountered: