I hope some of you XForms gurus can help. I have a large XFroms model that is populated via a bunch of xbl controls. One of the controls needs to use the XML that is retrieved from a restful url which returns me the XML for the model.

I assume a XForms submission (GET) will do the trick, but I cannot get my head around how to achieve this.

Could one of you XForms gurus please post a small example of how this can be achieved.

Thank you very much in advance.

link|improve this question
To clarify. I want to add a readonly section to my XForm, this data will come from another system via a webservcie which will provide me with the XML. – Faithypop Jul 26 '11 at 9:44
feedback

1 Answer

up vote 1 down vote accepted

You would typically use an <xforms:submission> to retrieve that XML data into an instance, and point your XBL control to that instance. If you are not familiar with the XForms submission mechanism, you can learn more about it, and about other XForms constructs, in the XForms tutorial.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.