CodeSynthesis XSD/e - XML data binding for embedded systems

CodeSynthesis XSD/e 3.0.0 released Boris Kolpackov 2009-02-05

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. XSD/e implements three XML Schema to C++ mappings: Embedded C++/Parser for event-driven XML parsing, Embedded C++/Serializer for event-driven XML serialization, and Embedded C++/Hybrid which provides a light-weight, tree-like object model with support for fully in-memory as well as hybrid, partially event-driven, partially in-memory XML processing.

Compared to general-purpose validating XML processors, 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.

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

More information, documentation, source code, and precompiled binaries are available from http://www.codesynthesis.com/products/xsde/

  • 2009-02-05 CodeSynthesis XSD/e 3.0.0 released
  • CodeSynthesis XSD/e