W3C XML schema to C++ data binding compiler
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.
- Developed at devel:libraries:c_c++
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/xsd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
xsd-4.1.0.a11+dep.tar.bz2 | 0001778335 1.7 MB | |
xsd-rpmlintrc | 0000000075 75 Bytes | |
xsd.changes | 0000003852 3.76 KB | |
xsd.spec | 0000002914 2.85 KB | |
xsdcxx-rename.patch | 0000003121 3.05 KB |
Revision 9 (latest revision is 11)
Dominique Leuenberger (dimstar_suse)
accepted
request 870799
from
Christophe Giboudeaux (cgiboudeaux)
(revision 9)
- Update to 4.1.0 * Support for abstract XML Schema types. The corresponding C++ classes now have _clone() declared pure virtual which prevents construction of their instances. - Drop 0001-Fix-build-with-GCC10.patch. Merged upstream. - Rebase xsdcxx-rename.patch (forwarded request 870798 from cgiboudeaux)
Comments 0