<?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.f method attribute of submission element</title>
        <xforms:model>
            <xforms:instance>
                <car xmlns="">
                    <make>Infiniti
          	<model>G35x</model>
                    </make>
                    <year>2005</year>
                </car>
            </xforms:instance>
            <xforms:submission action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" id="submitPost" method="post"/>
            <xforms:submission action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" id="submitPut" method="put"/>
        </xforms:model>
        <link href="../../driverPages/html/TestSuite11.css" rel="stylesheet"/>
    </head>
    <body>
        <xforms:group>
            <xforms:label class="title">11.1.f method attribute of submission element</xforms:label>
        </xforms:group>
        <xforms:group>
            <xforms:label>
              Each submit control below submits the form with a different method. Both must replace the page 
              with form data containing the values "Infiniti", "G35x", and "2005". 
  			</xforms:label>
  		</xforms:group>
        <xforms:submit submission="submitPost">
            <xforms:label>Submit by Post</xforms:label>
        </xforms:submit>
        <xforms:submit submission="submitPut">
            <xforms:label>Submit by Put</xforms:label>
        </xforms:submit>
    </body>
</html>
