I'm trying out OmniXML after years of working with the default msxml implementation. I have several xml structures (some of which are pretty massive) for which I originally created a binding using the Delphi wizard. The binding was then edited manually to fix errors and what not.
First question: is there a (somewhat) easy way to create such a binding for OmniXML? I suspect not, but you never know... I started editing my structures by hand to try and make the interfaces and classes fit into omniXML, but it is quite a bit of (very tedious) work
Second question: In some of the demos, and online, it would seem that the "data binding" (for want of a better term) is done by inheriting the classes defined in OmniXMLPorperties (TGpXMLxxxx). So I started toying with that. Is there an advantage, at least in my case, to defining my data-binding this way as opposed to trying to recycle the one created by the wizard?
Thanks!
PS: In case it matters, I'm using Delphi XE2