<?xml version="1.0" encoding="iso-8859-1"?><xcl:active-sheet
	xmlns:sys="http://www.inria.fr/xml/active-tags/sys"
	xmlns:xcl="http://www.inria.fr/xml/active-tags/xcl"
	xmlns:web="http://www.inria.fr/xml/active-tags/web"
	xmlns:exp="http://www.inria.fr/xml/active-tags/exp">
			
<exp:unmarshal name="myWebapp" source="file:///path/to/hello-world.web"/>
<web:start service="{$myWebapp}">
</web:start>
<!-- the xcl params are "send" to the xcl:mapping matching the url -->			
<web:post name="reponse" url="/index.html" service="{ $myWebapp }">
	<xcl:param name="who" value="toto"/>
</web:post>
</xcl:active-sheet>

