]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/deadlines.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / deadlines.xsl
index 030c64480c026512d2adec9b9b64e7005613f49b..a71a04feb5a792e8cba5c9a3980ece6829491b28 100644 (file)
@@ -5,7 +5,7 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:param name="events-class" select="''"/>
 <xsl:param name="today" select="''"/>
     <xsl:value-of select="$events-class"/>
     <xsl:text> Events Sorted by Deadlines</xsl:text>
    </title>
-   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-   <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-    <xsl:call-template name="head">
-     <xsl:with-param name="path_to_top" select="'.'"/>
-    </xsl:call-template>
     <h1>
      <xsl:value-of select="$events-class"/>
      <xsl:text> Events</xsl:text>
@@ -49,9 +44,6 @@
       <xsl:sort select="date" data-type="number" order="descending"/>
      </xsl:apply-templates>
     </ul>
-    <xsl:call-template name="foot">
-     <xsl:with-param name="path_to_top" select="'.'"/>
-    </xsl:call-template>
   </body>
  </html>
 </xsl:template>