| 1 | == XForms == |
| 2 | {{{controllers/xforms.py}}} allows the [wiki:BluePrintMessagingModuleJ2ME J2MEClient] to input data into the Sahana Database. |
| 3 | |
| 4 | There is limited support for building an XForm automatically out of a Web2Py DAL model...however advanced functionality still needs to be added manually (such as optional fields dependent on previous answers) |
| 5 | |
| 6 | * http://en.wikipedia.org/wiki/XForms |
| 7 | * http://code.javarosa.org/wiki/buildxforms |
| 8 | * http://www.w3schools.com/xforms/ |
| 9 | * http://oreilly.com/catalog/9780596003692/preview.html |
| 10 | * http://www.ibm.com/developerworks/xml/library/x-xformsfirefox/ |
| 11 | * http://www.orbeon.com/forms/screencast/ops-30-examples-640 |