<?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:xsd="http://www.w3.org/2001/XMLSchema">
    <head>
        <title>11.1.d action attribute of submission element</title>
        <xforms:model>
            <!-- valid submission sends data to xformstest.org which echos information back to user -->
            <xforms:submission action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" id="submit" method="post"/>
            <xforms:instance>
                <car xmlns="">
                    <make>Subaru
          			<model>Impreza WRX STi</model>
                    </make>
                    <year>2005</year>
                </car>
            </xforms:instance>
        </xforms:model>
        <link href="../../driverPages/html/TestSuite11.css" rel="stylesheet"/>
    </head>
    <body>
        <xforms:group>
            <xforms:label class="title">11.1.d action attribute of submission element</xforms:label>
        </xforms:group>
        <xforms:group>
            <xforms:label>
              When you activate the Submit trigger the page must be replaced by the form data. 
		  	  The form data must contain the values "Subaru" and "Impreza WRX STi", and 
		  	  "2005". 
    	</xforms:label>
        </xforms:group>
        <xforms:submit id="submitButton_001" submission="submit">
            <xforms:label>Submit</xforms:label>
        </xforms:submit>
    </body>
</html>
