<?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:xhtml="http://www.w3.org/1999/xhtml">
     <head>
          <title>7.10.3.a id() function</title>
          <xforms:model>
               <xforms:instance xmlns="">
                    <root>
                         <level_1a>
                              <level_1achild xml:id="a">Node-A</level_1achild>
                              <level_1achild xml:id="d">Node-D</level_1achild>
                         </level_1a>
                         <level_1b>
                              <level_1bchild xml:id="b">Node-B</level_1bchild>
                              <level_1bchild xml:id="f">Node-F</level_1bchild>
                              <level_1bchild xml:id="c">Node-C</level_1bchild>
                         </level_1b>
                    </root>
               </xforms:instance>
          </xforms:model>
          <link href="../../../driverPages/forms/TestSuite11.css" rel="stylesheet" type="text/css"/>
     </head>
     <body>
          <xforms:group>
               <xforms:label class="title">7.10.3.a id() function</xforms:label>
          </xforms:group>
          <xforms:group>
               <xforms:label>
                 You must see the values "Node-A", "Node-B", and "Node-C" for the Node 
                 Values output. 
            </xforms:label>
          </xforms:group>
          <xforms:repeat nodeset="id('a b c')">
               <xforms:output ref=".">
                    <xforms:label>Node Values : </xforms:label>
               </xforms:output>
          </xforms:repeat>
          
     </body>
</html>