XForms: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 10: Line 10:
* 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.
* 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.
}} - [http://www.w3.org/2003/10/xforms-pressrelease W3C XForms press release]
}} - [http://www.w3.org/2003/10/xforms-pressrelease W3C XForms press release]
Currently the XForms standard is not supported by any browser, 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).
[[User:Kalli|kalli]] 11:24, 30 January 2007 (MET) has not yet tested any of these plugins.


==Links==
==Links==
* [http://www-128.ibm.com/developerworks/xml/library/x-xformsfirefox/ XForms in Firefox] - a good intro to XForms and tutorial on installing and using XForms with Firefox.
* [http://www.w3.org/MarkUp/Forms/ The Forms Working Group at W3C]
* [http://www.w3.org/MarkUp/Forms/ The Forms Working Group at W3C]
* [http://www.w3.org/MarkUp/Forms/2003/xforms-for-html-authors.html XForms for HTML Authors]
* [http://www.w3.org/MarkUp/Forms/2003/xforms-for-html-authors.html XForms for HTML Authors]

Revision as of 12:24, 30 January 2007

XForms is the W3C recommendation for creating Web-based 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.)


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.

- W3C XForms press release

Currently the XForms standard is not supported by any browser, 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). kalli 11:24, 30 January 2007 (MET) has not yet tested any of these plugins.

Links