The Artima Developer Community
Sponsored Link

C++ Community News Forum
XSD/e Validating XML Parser Generator for Embedded Systems Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Boris Kolpackov

Posts: 14
Nickname: boris
Registered: May, 2006

XSD/e Validating XML Parser Generator for Embedded Systems Released Posted: Aug 1, 2007 8:20 AM
Reply to this message Reply
Summary
XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability.
Advertisement

Provided with an XML instance specification (XML Schema), XSD/e generates validating C++ parser skeletons for data types defined in your vocabulary. You can then implement these parser skeletons to build your own in-memory representation or perform immediate processing as parts of your XML document become available.

Compared to general-purpose validating XML parsers, the XSD/e-generated parsers are 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 toolchains include GNU g++ 2.95.x-4.x.x, eMbedded Visual C++ 4.0, and Visual Studio 2005 with Smart Devices support. 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/.

Topic: IncrediBuild v3.0 Public Beta released, now providing general-purpose distr Previous Topic   Next Topic Topic: CodeSynthesis XSD Release 3.0.0 - open-source XML Schema to C++ compiler

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use