Code Synthesis has released XSD 3.2.0, a free-as-in-speech (GPL) C++
W3C XML Schema to C++ data binding library.
New features in this release include:
- Support for locating object model nodes with XPath queries.
- Automatic assignment of namespace prefixes during serialization.
- Polymorphism-aware object model comparison and printing.
- Generation of non-copying constructors.
- Support for the fractionDigits/totalDigits facets during serialization.
- Generation of the XML Schema namespace into a separate header file.
- Reduced usage of virtual inheritance which results in a much smaller object code size and faster C++ compilation.