<?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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <head>
        <title>11.1.o omit-xml-declaration attribute of submission element</title>
        <link rel="stylesheet" href="../../driverPages/html/TestSuite11.css" type="text/css"/>
        <xforms:model>
			<xforms:instance>
				<car xmlns="">
					<make>Acura</make>
					<year>2005</year>
					<color>blue</color>
				</car>
			</xforms:instance>
			<xforms:bind id="make_bind" nodeset="/car/make"/>
			<xforms:bind id="year_bind" nodeset="/car/year"/>
			<xforms:bind id="color_bind" nodeset="/car/color"/>
			
			<xforms:submission id="submit" action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" method="post" omit-xml-declaration="1"/>
        </xforms:model>
    </head>
    <body>
    	<xforms:group>
  			<xforms:label class="title">11.1.o omit-xml-declaration attribute of submission element</xforms:label>
  		</xforms:group>
  		<xforms:group>
  			<xforms:label>
  			  After activating the Submit control the page must be replaced by the instance data. You must 
  			  not see the value "&lt;?xml version="1.0" encoding="UTF-8"?&gt;" at the 
  			  top of the form data. 
  			</xforms:label>
  		</xforms:group>
  		<xforms:submit submission="submit">
  			<xforms:label>Submit</xforms:label>
  		</xforms:submit>
  		
    </body>
</html>
