]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/work-packages_index.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / work-packages_index.xsl
index e57ff7b8e4ba85c54c78f215f6ac7ea467e0ea5a..d13fd454ad23deb3851eb4006aee87880e966524 100644 (file)
@@ -5,23 +5,15 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:template match="/">
  <html>
   <head>
    <title>Work Packages</title>
-   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-   <link rel="stylesheet" href="../../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <blockquote>
-    <xsl:call-template name="head">
-     <xsl:with-param name="path_to_top" select="'..'"/>
-    </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
-   </blockquote>
   </body>
  </html>
 </xsl:template>