[ANN] CodeSynthesis XSD/e 2.1.0 released

Hi,

I am pleased to announce the availability of CodeSynthesis XSD/e 2.1.0.

CodeSynthesis XSD/e is an open-source (GPL2 + proprietary license) XML
parser/serializer generator for mobile and embedded systems. It provides
event-driven, stream-oriented XML parsing, XML serialization, XML Schema
validation, and C++ data binding while maintaining a small footprint and
portability.

Compared to general-purpose XML parsers and serializers, the XSD/e-
generated code is 2-10 times faster while maintaining the lowest static
and dynamic memory footprints. For example, a validating parser executable
can be as small as 120KB in size. XSD/e is also highly-portable and can
be used without STL, RTTI, iostream, C++ exceptions, and C++ templates.

Major new features in this release:

  * Support for XML Schema polymorphism (xsi:type and substitution groups)
    for both parsing and serialization.

  * Support for delegation-based implementation reuse in addition to 
    inheritance-based.

  * Automatic generation of sample serializer implementations and test 
    drivers.

  * Support for parser and serializer reuse after an error.

  * The file-per-type compilation mode in addition to file-per-schema.

For a complete list of new features in this release see:

http://www.codesynthesis.com/pipermail/xsde-announcements/2008/000003.html

Supported embedded targets include Embedded Linux, VxWorks, QNX, and
Windows CE/Mobile. Precompiled binary distributions are available for
GNU/Linux, Solaris, and Windows host development platforms.

More information, documentation, source code, and precompiled binaries
are available from

http://www.codesynthesis.com/products/xsde/


Best regards,

Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
tel: +27 76 1672134
fax: +27 21 5526869

Received on Wednesday, 11 June 2008 14:01:59 UTC