XForms: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 23: Line 23:


* Kurt A. Cagle (2007). [http://www.ibm.com/developerworks/xml/library/x-xformsxadventure/ Understanding XForms], Viewing and creating "Adventure" scenarios, IBM develooperWorks
* Kurt A. Cagle (2007). [http://www.ibm.com/developerworks/xml/library/x-xformsxadventure/ Understanding XForms], Viewing and creating "Adventure" scenarios, IBM develooperWorks
* [http://en.wikibooks.org/wiki/XForms XForms Tutorial and Cookbook], a [http://en.wikibooks.org/ wikibook].
[[Category: XML]]
[[Category: XML]]
[[Category: Standards]]
[[Category: Standards]]

Revision as of 11:28, 28 May 2008

Draft

XForms is an official W3C recommendation for the data processing and presentation of forms.

As opposed to the traditional HTML-based forms, XForms is XML-based and allows for the separation of presentation and content giving developers the ability to reuse forms for multiple platforms and devices (e.g. PDAs, cell phones, etc.). From a W3C XForms press release:


By splitting traditional HTML forms into three parts—XForms model, instance data, and the XForms user interface—XForms cleanly separates presentation from content. This separation brings new advantages:

  • Reuse: XForms modules can be reused independently of the information they collect
  • Device independence: user interface controls are abstract—that is, their generic features are the only thing indicated—so they can easily be delivered to different devices with different capabilities
  • Accessibility: separation of presentation from content leaves information more readily available for users of assistive technologies; in addition, the user interface controls encapsulate all relevant metadata such as labels, thereby enhancing accessibility of the application when using different modalities.

Currently the XForms standard is not supported by any browser natively, though plugins exist for Windows Internet Explorer and Firefox 2.0 (a version of the plugin for Firefox 1.5 exists but is incompatible with any v1.5 updates). KBenetos 11:24, 30 January 2007 (MET) has not yet tested any of these plugins.

For further information on software support see Wikipedia's XForms article.

Links