XML data binding wizard alternative

admin

Administrator
Staff member
The Delphi data binding wizard seem to have problems with complex XSD files.
Whenever several XSD files reference each other (using the @include keyword i believe), the prefixing of namespaces go out the window.
This makes it impossible to use the Delphi XML data binding wizard with large and complex schemas. In my case, the <a href="http://www.kith.no/templates/kith_WebPage____1018.aspx">standard message structures</a> used by the Norwegian government.

Are there any alternative xml data binding wizards on the marked?
At the moment i have to generate the XML by code which is less than desireable. The whole point of using the automated wizard is to save time and being able to adapt to changes in standards more quickly.

See the following article for a more in-depth presentation of the problem:
<a href="http://jonlennartaasenden.wordpress.com/2013/09/17/delphi-xml-data-binding-pains/">Delphi XML Databinding pains</a>