]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/publications-index.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / publications-index.xsl
index 4132b59d320daa81c7527f8973e82e98810f6160..aba49604d32794d39ec965c3d88176232588dc67 100644 (file)
@@ -5,27 +5,20 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:template match="publications">
  <html>
   <head>
    <title>List of Publications</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>Publications</h1>
     <h2>About MoWGLI</h2>
     <xsl:apply-templates select="project"/>
     <h2>Related Publications</h2>
+    <a name="related"/>
     <xsl:apply-templates select="related"/>
-    <xsl:call-template name="foot">
-     <xsl:with-param name="path_to_top" select="'..'"/>
-    </xsl:call-template>
   </body>
  </html>
 </xsl:template>