4 <xsl:stylesheet version="1.0"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 xmlns:helm="http://www.cs.unibo.it/helm">
11 media-type="text/html"
12 doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
13 doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
15 <xsl:param name="uri" select="''"/>
17 <xsl:template match="helm:getParam">
18 <xsl:value-of select="$uri"/>
21 <xsl:template match = "/|*">
23 <xsl:copy-of select="@*"/>
24 <xsl:apply-templates/>