XML data binding: Difference between revisions

Content deleted Content added
gremlins
Line 32:
 
===C++===
* [http://codesynthesis.com/products/xsd/ CodeSynthesis XSD - XML Data Binding Compiler for C++], open source data binding tool that provides an event-driven, SAX-like C++ mapping in addition to the standard, tree-like in-memory representation. For closed source use, the company also offers a commercial license.
* [http://tech-know-ware.com/lmx/ LMX - XML to C++ Data Binding Code Generator] Convert XML Schema to C++ code for easy interfacing to XML data.
* [http://xmlbeansxx.touk.pl/ xmlbeansxx] - a C++ library for easing the processing of XML data. It is very similar to and in fact was inspired by [http://xmlbeans.apache.org Apache XMLBeans] (by The Apache Xml Project).