Created
May 21, 2012 21:46
-
-
Save ebruchez/2764922 to your computer and use it in GitHub Desktop.
Repro case for https://github.com/orbeon/orbeon-forms/issues/245
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" | |
xmlns:xforms="http://www.w3.org/2002/xforms" | |
xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" | |
xmlns:ev="http://www.w3.org/2001/xml-events" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
<xhtml:head> | |
<xforms:model> | |
<xforms:instance> | |
<value/> | |
</xforms:instance> | |
<xforms:bind ref="." type="xs:date" readonly="true()"/> | |
</xforms:model> | |
</xhtml:head> | |
<xhtml:body> | |
<xforms:input ref="."/> | |
</xhtml:body> | |
</xhtml:html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment