C++/Parser: Validating XML Parsing

C++/Parser is an event-driven, stream-oriented W3C XML Schema to C++ mapping for mobile and embedded systems. It generates validating parser skeletons for data types defined in XML Schema which can be extended with application logic. In comparison to the traditional, tree-like data binding model, the C++/Parser mapping allows you to handle large XML documents that would not fit into memory, perform stream-oriented processing, or build your own in-memory representations using existing data types. For an introduction to the C++/Parser mapping refer to the Hello World Example from the C++/Parser Mapping Getting Started Guide.

Features

Documentation

Getting Started Guide An introduction to the C++/Parser mapping with examples. Also available in PDF and PostScript.
XSD/e Compiler Manual The XSD/e compiler command line interface documentation.
XSD/e Wiki Pages XSD/e community resources, such as FAQs, HOWTOs, etc.

Support

We provide free, best-effort technical support for XSD/e via the xsde-users mailing list. Simply send an email to this mailing list with the description of a bug or a problem that you encountered. Please follow the Posting Guidelines to receive a prompt reply.

We also offer priority support on a commercial basis. Visit our support page for more information.

Resources

XSD/e project page Source code, build instructions and other information for XSD/e compiler developers.
XML Schema Part 0: Primer An easily approachable description of the XML Schema facilities. It is oriented towards quickly understanding how to create schemas using the W3C XML Schema language.