- From: xmlplus custodians <xmlplus.custodians@gmail.com>
- Date: Wed, 29 Jan 2014 13:42:14 +0530
- To: "xmlschema-dev@w3.org" <xmlschema-dev@w3.org>
- Message-ID: <CAMsVqVLK3JPt2vU7BFq2gef64bafbCZyBONSBc=miO+H6_SUqw@mail.gmail.com>
Hi, Please add XmlPlus - xsd2cpp to the list here: http://www.w3.org/XML/Schema#Tools The details follow: ------------------------------------------------------------------------------------------------------------------------------------------------------ Description: ============ The 'XmlPlus xsd2cpp' is an open-source tool which provides XML data binding for C++ through XML Schema. The xsd2cpp tool is a C++ code generator. The xsd2cpp tool when invoked on an input XML Schema, generates C++ classes(headers) mapped to the input XML Schema components. Alongside, wherever needed, it generates implementation files(.cpp) for the generated C++ classes. Also, a sample application(main.cpp) is generated to demonstrate how an application could consume the generated C++ source files. Features: ========= - xsd2cpp generates C++ XML Objects(X/O mapping) - XML I/O ie. marshalling & un-marshalling (serialization-deserialization) - provides "simple to use" C++ XML data binding. - deserialization has in-built validation. - roundtrip retains processing instructions and comments - is a network-enabled processor. HomePage: ========= http://xmlplus.sourceforge.net/ Other Links: ============ * Project's hosting at google code: http://code.google.com/p/xplus-xsd2cpp * Sourceforge: http://sourceforge.net/projects/xmlplus/ Currently Supported Platforms(OS): ================================== * Linux : Ubuntu, Fedora, Redhat and other flavors of Linux * Mac OS X Currently Supported Encodings: ============================== * ASCII * UTF-8 * ISO-8859-1 ------------------------------------------------------------------------------------------------------------------------------------------------------ -- Best Regards, Satya Prakash Tripathi
Received on Wednesday, 29 January 2014 08:12:44 UTC