Skip to content

Instantly share code, notes, and snippets.

@avernet
Created April 23, 2014 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avernet/11226025 to your computer and use it in GitHub Desktop.
Save avernet/11226025 to your computer and use it in GitHub Desktop.
<xh:html xmlns:xh="http://www.w3.org/1999/xhtml"
xmlns:xf="http://www.w3.org/2002/xforms"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:fr="http://orbeon.org/oxf/xml/form-runner">
<xh:head>
<xf:model>
<xf:instance>
<invalid/>
</xf:instance>
<xf:bind ref="." constraint="false()"/>
<xf:dispatch ev:event="xforms-ready" name="fr-visit-all" targetid="error-summary"/>
</xf:model>
</xh:head>
<xh:body>
<fr:error-summary id="error-summary" observer="output"/>
<xf:input ref="." id="output">
<xf:alert>alert</xf:alert>
</xf:input>
</xh:body>
</xh:html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment