<?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>
	<!-- Note: URL is not a secure address. -->
		<title>11.9.g HTTPS Post as a submission option (non-normative)</title>
		<link rel="stylesheet" href="../../driverPages/forms/TestSuite11.css" type="text/css"/>
		<xforms:model id="form1">
			<xforms:submission id="submit01" method="post" action="https://xformstest.org/cgi-bin/echo.sh"/>
			<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.g HTTPS Post as a submission option (non-normative)</xforms:label>
		</xforms:group>
		<xforms:group>
			<xforms:label>
			  Activate the Post Data submit control to post the data using HTTPS Post to the localhost. 
			</xforms:label>
		</xforms:group>
		<xforms:submit submission="submit01">
			<xforms:label>Post Data</xforms:label>
		</xforms:submit>
		
	</body>
</html>
