<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="xhtml2.css"?>
<!DOCTYPE html [
	<!ATTLIST section id ID #IMPLIED>
	<!ATTLIST h       id ID #IMPLIED>
	<!ATTLIST div     id ID #IMPLIED>
	<!ATTLIST nl      id ID #IMPLIED>
]>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:html2="http://www.w3.org/2002/06/xhtml2"
      xmlns:xforms="http://www.w3.org/2002/xforms"
      xmlns:ev="http://www.w3.org/2001/xml-events"
      lang="en">
  <head>
    <title>Test the HTTPS urlencoded-posts are supported</title>

    <xforms:model id="form1">
      <!-- TBD: Put in correct action  -->
      <xforms:submission id="submit01" method="urlencoded-post" action="https://xtg/cgi-bin/printenv" indent="1"/>
      <!-- TBD: Put in correct instance  -->
      <xforms:instance id="instance1" src="TestCase_ch11_010.xml" xmlns="http://www.w3.org/2002/06/xhtml2"/>
    </xforms:model>

  </head>
  <body>
    <group xmlns="http://www.w3.org/2002/xforms">
      <label>Test that HTTPS urlencoded-posts are supported</label>
      <group>
        <label>Select the button and the client should put the data using an HTTPS urlencoded-post to the localhost.</label>
      </group>
      <submit submission="submit01">
        <label>Put Data using urlencoded-post</label>
        <hint>Click to put data using urlencoded-post</hint>
      </submit>
    </group>
  </body>
<!-- xml-stylesheet  type="text/css" href="http://webaccess.mozquito.com/data/demo/xform.css" -->
</html>
