<?xml-stylesheet type="text/xsl" href="/xforms-tests/xsltforms/xsltforms.xsl"?>
<html xmlns:my="http://www.fakenamespace.org" 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:my1="http://www.fakenamespace.org" 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.v includenamespaceprefixes attribute of submission element</title>
        <link rel="stylesheet" href="../../driverPages/html/TestSuite11.css" type="text/css"/>
        <xforms:model>
			<xforms:instance>
				<my1:car>
					<make xmlns="">Acura</make>
					<year xmlns="">2005</year>
					<color xmlns="">blue</color>
				</my1:car>
			</xforms:instance>
			<xforms:bind id="make_bind" nodeset="/my:car/make"/>
			<xforms:bind id="year_bind" nodeset="/my:car/year"/>
			<xforms:bind id="color_bind" nodeset="/my:car/color"/>
			
			<xforms:submission id="submit" action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" method="post" includenamespaceprefixes="my"/>
        </xforms:model>
    </head>
    <body>
    	<xforms:group>
  			<xforms:label class="title">11.1.v includenamespaceprefixes attribute of submission element</xforms:label>
  		</xforms:group>
  		<xforms:group>
  			<xforms:label>
  			  When you activate the Submit submit control the page must be replaced by the form data. 
  			  You must see the namespace " &lt;my:car xmlns:my="http://www.fakenamespace.org"&gt; " in 
  			  the form data. You must NOT see any other namespaces in the form data. 
  			</xforms:label>
  		</xforms:group>
  		<xforms:submit submission="submit">
  			<xforms:label>Submit</xforms:label>
  		</xforms:submit>
  		
    </body>
</html>