XML data binding: Difference between revisions

Content deleted Content added
Line 32:
 
===C++===
* [http://www.liquid-technologies.com/Products_XMLDataBinding_ReasonsToUse.aspx Liquid XML - XML Data Binder for C++], Comprehensive XML Data Binding tool (supporting XSD, XDR and DTD), out of the box support for windows and Linux, cross platform support for most UNIX platforms - source code is also evadible.
* [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.