<?xml version="1.0" encoding="ISO-8859-1"?>
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">-->
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
	<head>
		<link rel="stylesheet" type="text/css" href="xformsdemo.css" />
		<link rel="stylesheet" type="text/css" href="search.css" />
		<xforms:model id="form1">
			<xforms:submission id="submit1" method="get" action="http://www.google.com/search" separator="&amp;"/>
			<xforms:instance id="instance1" xmlns="">
				<my>
					<q></q>
					<hl>fi</hl>
					<lr></lr>
				</my>
			</xforms:instance>
		</xforms:model>
	</head>
<body>


<h2>URL Generation with XForms</h2>
<p>
<xforms:input ref="/my/q">
  <xforms:label>Your search:</xforms:label>
</xforms:input>
</p>
<p>
<xforms:submit>
  <xforms:label>Search Google!</xforms:label>
</xforms:submit>
</p>
</body>
</html>

