Skip to content

Instantly share code, notes, and snippets.

@avernet
Created March 25, 2010 05:45
Show Gist options
  • Save avernet/343235 to your computer and use it in GitHub Desktop.
Save avernet/343235 to your computer and use it in GitHub Desktop.
<xhtml:html xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xdt="http://www.w3.org/2005/xpath-datatypes" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fr="http://orbeon.org/oxf/xml/form-runner" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:exforms="http://www.exforms.org/exf/1-0">
<xhtml:head>
<xforms:model id="odm-model" version="1.1" xxforms:external-events="load-initial-data" schema="http://localhost:7070/xforms/xsd/odm1-3-0-foundation.xsd">
<xforms:instance id="odm-instance">
<ODM/>
</xforms:instance>
</xforms:model>
</xhtml:head>
<xhtml:body>
</xhtml:body>
</xhtml:html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment