<?xml-stylesheet type="text/xsl" href="/xforms-tests/xsltforms/xsltforms.xsl"?>
<html xmlns:my="http://commerce.example.com/payment" xmlns:txs="http://sourceforge.net/projects/txs" xmlns="http://www.w3.org/1999/xhtml" xmlns:req="http://www.agencexml.com/requests" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <head>
        <title>10.18.a iteration of XForms actions</title>
        <link rel="stylesheet" href="../../driverPages/forms/TestSuite11.css" type="text/css"/>
        <xforms:model id="mod1">
            <xforms:instance id="first">
                <numbers xmlns="">
                  <number/>
                </numbers>
            </xforms:instance>
            <xforms:insert ev:event="xforms-ready" nodeset="number" at="1" position="after" while="count(number) &lt; 10"/>
        </xforms:model>
    </head>
    <body>
        <xforms:group>
            <xforms:label class="title">10.18.a iteration of XForms actions</xforms:label>
        </xforms:group>
        <xforms:group>
            <xforms:label>You must see the value "10" for the Number Of Nodes output : </xforms:label>
        </xforms:group>
        <xforms:output value="count(number)">
            <xforms:label>Number Of Nodes : </xforms:label>
        </xforms:output>
        
    </body>
</html>
