XML data binding: Difference between revisions

Content deleted Content added
No edit summary
O/RM frameworks and tools: Added a subsection for C++, added a link to a C++ tool with a short description.
Line 14:
===.Net===
*Integrated into the language via the .Net attributes: System.Xml.Serialization.XmlRootAttribute and System.Xml.Serialization.XmlElementAttribute
 
===C++===
* xsd [http://codesynthesis.com/products/xsd/], open source data binding tool that uses W3C XML Schema as a schema language, also provides an event-driven, SAX-like mapping
 
==External link==