]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/deliverable.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / deliverable.xsl
index 47ba47e9336c31edbae4286eeb8b2660d3ffbe7a..3d7fa816f0349409bf966b2e0666a57746c5c1ab 100644 (file)
@@ -5,7 +5,7 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:template match="/">
  <html>
     <xsl:text> </xsl:text>
     <xsl:value-of select="deliverable/@name"/>
    </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">
-     <xsl:with-param name="path_to_top" select="'../..'"/>
-    </xsl:call-template>
-   </blockquote>
   </body>
  </html>
 </xsl:template>