Skip to content

Instantly share code, notes, and snippets.

@ebruchez
Created February 10, 2012 18:00
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 ebruchez/1791298 to your computer and use it in GitHub Desktop.
Save ebruchez/1791298 to your computer and use it in GitHub Desktop.
Simpler example for issue #25
<xhtml:html xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<xhtml:head>
<xforms:model>
<xforms:instance id="main-instance">
<table>
<tr/>
</table>
</xforms:instance>
</xforms:model>
</xhtml:head>
<xhtml:body>
<xhtml:table>
<xforms:repeat nodeset="tr" id="cell-repeat-dd-row">
<xhtml:tr class="{'gaga'}"/>
</xforms:repeat>
</xhtml:table>
</xhtml:body>
</xhtml:html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment