XForms are a recently completed second generation HTML form technology. The XForm accessor is
a server-side implementation of XForms. It is used to prepare, execute, update and style an XForm document.
The XForm accessor requires an <xform> argument that supplies the initial XForm document.
The <xslt> argument provides the XSLT stylesheet to use to style the XForm model into an XHTML Form.
The <param> argument provides the current XForms instance submission. The value of the instance
data is used to update the XForms model. XForms are stateful, the XForm model must be preserved between interactions. The XForm is
saved under the key xform to the session URI supplied in the <session> argument.
The XForm accessor is the Controller in a Model-View-Controller pattern of XForms processing. Please see the
XForm Processing Guide for examples and discussion of use.