<?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" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<head>
		<title>11.9.b HTTP Get as a submission option</title>
		<link rel="stylesheet" href="../../driverPages/forms/TestSuite11.css" type="text/css"/>
		<xforms:model id="form1">
			<xforms:submission id="submit01" method="get" action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php"/>
			<xforms:instance xmlns="" id="instance1">
				<car>
					<carOwner>Henry</carOwner>
					<make>Acura</make>
					<color>White</color>
				</car>
			</xforms:instance>
		</xforms:model>
	</head>
	<body>
		<xforms:group>
			<xforms:label class="title">11.9.b HTTP Get as a submission option</xforms:label>
		</xforms:group>
		<xforms:group>
			<xforms:label>
			  Activate the Get Data submit control to replace the page with the form data. 
			  The variable on the page for the request method must equal the value "get". 
			</xforms:label>
		</xforms:group>

		<xforms:submit submission="submit01">
			<xforms:label>Get Data</xforms:label>
		</xforms:submit>

		
	</body>
</html>