Skip to content

Instantly share code, notes, and snippets.

@ebruchez
Created October 12, 2010 23:50
Show Gist options
  • Select an option

  • Save ebruchez/623136 to your computer and use it in GitHub Desktop.

Select an option

Save ebruchez/623136 to your computer and use it in GitHub Desktop.
XForms without an instance element
<xh:html xmlns:xh="http://www.w3.org/1999/xhtml"
xmlns:xf="http://www.w3.org/2002/xforms">
<xh:head>
<xf:model id="model"/>
</xh:head>
<xh:body>
<xf:output value="'Hello!'"/>
</xh:body>
</xh:html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment