<?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>3.2.1.a id attribute</title>
        <link rel="stylesheet" href="../../../driverPages/forms/TestSuite11.css" type="text/css"/>
        <xforms:model id="mymodel">
            <xforms:instance id="myinstance">
                <car xmlns="">
                    <make>Mazda</make>
                    <color>metallic silver</color>
                </car>
            </xforms:instance>
        </xforms:model>
    </head>
    <body>
        <xforms:group id="mygroup1">
            <xforms:label id="mylabel" class="title">3.2.1.a id attribute</xforms:label>
        </xforms:group>
        <xforms:group id="mygroup2">
            <xforms:label id="myotherlabel">
                Every XForms element has an id attribute. You must not see any errors. 
            </xforms:label>
        </xforms:group>
    </body>
</html>
