XML data binding: Difference between revisions

Content deleted Content added
m XML data binding frameworks: gSOAP entry: yes => partial in the "custom mapping" column is more accurate
m XML data binding frameworks: clarified gSOAP mapping XML schema to/from C/C++ types via type mapping file and via source code annotation, respectively, and changed "partial" to "yes" (for mapping) as the updated clarification should suffice; updated .NET code generation "yes" (which is done with xsd.exe) and mapping "no"
Line 81:
| 2.8.94, {{release date|2019|10|17}}
| {{yes}}
| {{partialyes}}
| Supports XML schema, WSDL, and SOAP; XML schemas are not required to serialize C/C++ data to XML; custom mapping of XML schema types to select C/C++ types possible via a type mapping file and byfrom explicitC/C++ namingtypes ofto elementcompatible andXML attributeschema types by tagssource usingcode backticksannotation
|-
| [[Java Architecture for XML Binding]] (JAXB)
Line 116:
|
|
| {{unkyes}}
| {{unkno}}
| Part of the .NET framework, contains XML data binding classes; includes <code>xsd.exe</code> tool to generate classes from XSD schema
|-
| [[xmlbeansxx]]