I don't think an XML object can be simply converted to Registry. If we would manage to do so, I'm afraid it would be easier to manipulate XMLDocument than Registry result.
On Wednesday, March 12, 2014 5:36:55 PM UTC+1, Adam Bouqdib wrote:
Ah I see. I'll have a closer look at that first then. If I update the XML package of Registry should I report back here or just create a pull request?
On 12 March 2014 17:29, Don Gilbert
<dilber... AT gmail.com> wrote:
Main issue was the XML support in Registry. It doesn't use clear semantic markup. Instead of <form><fieldset><field name="foo"></fieldset></form> it uses <node name="form"><node name="fieldset">etc</node></node> - It's not a good representation of the data.