<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="xsltforms/xsltforms.xsl" type="text/xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://www.w3.org/1999/xhtml"
      xmlns:ev="http://www.w3.org/2001/xml-events"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	  h:dummy="dummy"
>
<head>
	<title>Le salon de thé de Tina</title>
	<style type="text/css">
	body { font-family: sans-serif}
	label { display: inline-block; width: 11em; margin: 0 1em }
	</style> 
	<model xmlns="http://www.w3.org/2002/xforms">
	   <instance src="shop.htm"/>
	   <submission id="ok" action="shop.htm"
		       method="put"/>
	</model>
</head>
<body>
    <group  xmlns="http://www.w3.org/2002/xforms">
	<select1 ref="/h:html/h:body/h:p/h:strong">
	<label>Le salon est maintenant :</label>
	<item><label>ouvert</label><value>ouvert</value></item>
	<item><label>fermé</label><value>fermé</value></item>
	</select1>
	<submit submission="ok"><label>OK</label></submit>
    </group>
</body>
</html>

