<?xml version="1.0" encoding="utf-8" ?>
<html-fragment>
	Your name: <input type = "text" pattern-id = "not-empty" name = "demo_name" />
	<br />
	Your email: <input type = "text" pattern-id = "email-address" name = "demo_email" />
	<br />
	<input type = "button" value = "Submit Demo" acid = "demoform" />
</html-fragment>