<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="../xsltforms/xsltforms.xsl" type="text/xsl"?>
<?xsltforms-options debug="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:xf="http://www.w3.org/2002/xforms"
      xmlns:ev="http://www.w3.org/2001/xml-events"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<head>
	<title>Gender</title>
	<style type="text/css">
	body { font-family: sans-serif}
	label { display: inline-block; width: 20em; margin: 0 1em; text-align: right }
	.select1 {display: inline-block; }
	</style> 
	<model xmlns="http://www.w3.org/2002/xforms">
		<instance>
		  <data xmlns="">
		    <date1/>
		    <date/>
                  </data>
	        </instance>
		<bind nodeset="date" type="xsd:date" required="false()"/>
	</model>
</head>
<body>
	<group xmlns="http://www.w3.org/2002/xforms">
		<input incremental="true" ref="date1"><label>Date</label></input>
	</group>
	<group xmlns="http://www.w3.org/2002/xforms">
		<output ref="date1"><label>The date you have selected is:</label></output>
	</group>

	<group xmlns="http://www.w3.org/2002/xforms">
		<input incremental="true" ref="date"><label>Date</label></input>
	</group>
	<group xmlns="http://www.w3.org/2002/xforms">
		<output ref="date"><label>The date you have selected is:</label></output>
	</group>
</body>
</html>
