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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top