<?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>11.9.4.a delete submission method</title>
    <link href="../../../driverPages/forms/TestSuite11.css" rel="stylesheet" type="text/css"/>
    <xforms:model id="mod1">
    	<xforms:instance>
    		<car xmlns="">
    		  <make>Ford</make>
    		  <color>blue</color>
    		</car>
    	</xforms:instance>
    	<xforms:submission id="sub1" ref="/car/color" action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" method="delete"/>
    </xforms:model>
  </head>
  <body>
    <xforms:group>
      <xforms:label class="title">11.9.4.a delete submission method</xforms:label>
    </xforms:group>
    <xforms:group>
    	<xforms:label>
    	  When you activate the Use Delete Method submit control the page must be replaced by the form data. The 
    	  value "blue" must appear in the request URI but must not appear in the form data. 
    	</xforms:label>
    </xforms:group>
    <xforms:group>
      <xforms:submit submission="sub1">
        <xforms:label>Use Delete Method</xforms:label>
      </xforms:submit>
    </xforms:group>
    
  </body>
</html>
