XML data binding: Difference between revisions

Content deleted Content added
Line 25:
 
===.Net===
* [http://www.liquid-technologies.com/Products_XMLDataBinding_ReasonsToUse.aspx Liquid XML - XML Data Binder for C# and VB.Net], Comprehensive XML Data Binding tool (supporting XSD, XDR and DTD). Strongly types all objects and collections, and will cope with XSD schemas other products fail to deal with. The only real choice when dealing with commercial XSD standards, FpML, MPEG7 etc.
*Integrated into the language via the .Net attributes: <code>System.Xml.Serialization.XmlRootAttribute</code> and <code>System.Xml.Serialization.XmlElementAttribute</code>