The attached pipeline allows you to run XForms code from XPL.
- Drop it in ops/xforms in your resources directory (create that directory is needed).
- You'll find usage information in the comment towards the top of the file.
Release Notes- February 16, 2009 - XPL has been updated to reflect a change in the API of the XForms Server processor. Specifically:
- The controls and models now aren't wrapped inside <controls> and <models>
- We don't specify anymore that we are state handling is client with the xxforms:state-handling="client" property, but instead have an element <properties xxforms:state-handling="client"/>.
|