Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top