Created
February 3, 2011 22:04
-
-
Save avernet/810313 to your computer and use it in GitHub Desktop.
This file contains hidden or 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" | |
xmlns:fr="http://orbeon.org/oxf/xml/form-runner"> | |
<xhtml:head> | |
<xhtml:title>Container validity</xhtml:title> | |
<xforms:model> | |
<xforms:instance> | |
<outer> | |
<inner>Foo</inner> | |
</outer> | |
</xforms:instance> | |
<xforms:bind nodeset="." constraint="false()"/> | |
</xforms:model> | |
</xhtml:head> | |
<xhtml:body> | |
<xforms:group ref="."> | |
<xforms:alert>Invalid</xforms:alert> | |
Group | |
</xforms:group> | |
</xhtml:body> | |
</xhtml:html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment