The attached sample does not process xf tags: repeat ignored, empty submit
button.
I include the xslt result caught by Chrome. It seems that some generated
scripts are missing (by comparison to agencexml *hello world*).
TIA,
Robert.
XForms test
Traitement en cours
XForms Debugger (XSLTForms 1.6)
> elt.style.height = elt.scrollHeight + "px")(this)" autofocus=""><?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="xsltforms.xsl" type="text/xsl"?>
<?xsltforms-options debug="yes"?>
<html xmlns:ht="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms">
<ht:head>
<xf:model>
<xf:instance>
<game>
<row>
<spot>3</spot>
<spot />
<spot>?</spot>
</row>
<row>
<spot></spot>
<spot>7</spot>
<spot></spot>
</row>
</game>
</xf:instance>
<xf:submission id="do" />
</xf:model>
<!--<ht:script type="text/javascript" src="http://localhost:1180/XForms/xsltforms/xsltforms.js" xmlns:ht="http://www.w3.org/1999/xhtml">/* */</ht:script>-->
</ht:head>
<body xmlns="http://www.w3.org/1999/xhtml">
<h1>Sudoku test</h1>
<table border="1">
<tbody xf:repeat-nodeset="game/row">
<tr xf:repeat-nodeset="spot">
<td>
<!--<xf:switch ref="." xmlns:xf="http://www.w3.org/2002/xforms"><xf:case><xf:input /></xf:case><xf:case selected="false"><xf:output ref="." /></xf:case></xf:switch>-->
<xf:output ref="." />
</td>
</tr>
</tbody>
</table>
<xf:submit submission="do" label="▸"></xf:submit>
</body>
</html>_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support