<?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.7.1.a method element</title>
    <link rel="stylesheet" href="../../../driverPages/forms/TestSuite11.css" type="text/css"/>
    <xforms:model>
        <xforms:instance>
            <data xmlns="">
                <mthd>post</mthd>
                 <lore>geordi</lore>
             </data>
        </xforms:instance>
    	<xforms:submission id="submit" action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php">
    		<xforms:method value="mthd">other</xforms:method>    	
    	</xforms:submission>     	
    </xforms:model>
  </head>
  <body>
  	<xforms:group>
  		<xforms:label class="title">11.7.1.a method element</xforms:label>
  	</xforms:group>
    <xforms:group>
        <xforms:label>
          When the Submit With Method trigger is activated the page will be replaced by the form data. 
          The variable on the page for the request method must equal "post". 
		</xforms:label>
	</xforms:group>
    <xforms:submit submission="submit">
        <xforms:label>Submit With Method</xforms:label>
    </xforms:submit>  	
  </body>
</html>
