<?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.1.j serialization attribute of submission element</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="get" serialization="none"/>
    </xforms:model>
  </head>
  <body>
    <xforms:group>
      <xforms:label class="title">11.1.j serialization attribute of submission element</xforms:label>
    </xforms:group>
    <xforms:group>
    	<xforms:label>
    	  When you activate the Submit With Serialization submit control the page must be replaced by the form data. The 
    	  value "blue" must not appear in the request URI header or in the form data. 
    	</xforms:label>
    </xforms:group>
    <xforms:group>
      <xforms:submit submission="sub1">
        <xforms:label>Submit With Serialization</xforms:label>
      </xforms:submit>
    </xforms:group>
    
  </body>
</html>
