- From: Boris Kolpackov <boris@codesynthesis.com>
- Date: Sat, 8 Oct 2005 17:36:10 +0200
- To: xmlschema-dev@w3.org
- Message-ID: <20051008153610.GA8509@karelia>
Good day, Could you please add the following to the Tools section on the XML Schema page (http://www.w3.org/XML/Schema#Tools): ------------------------------------------------------------------------ <p><a href="http://codesynthesis.com/products/xsd/">xsd</a>, Code Synthesis Tools CC, 2005-10-08</p> <p><i>xsd</i> is a cross-platform, open source W3C XML Schema to C++ translator. It supports two C++ mappings: in-memory C++/Tree and event-driven C++/Parser.</p> <p>The C++/Tree mapping consists of data types that represent the given vocabulary, a set of parsing functions that convert XML instance documents to a tree-like in-memory data structure, and a set of serialization functions that convert the in-memory representation back to XML.</p> <p>The C++/Parser mapping provides parser templates for data types defined in XML Schema. Using these parser templates you can build your own in-memory representations or perform immediate processing of XML instance documents.</p> ------------------------------------------------------------------------ thanks, -boris
Received on Saturday, 8 October 2005 15:40:22 UTC