]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/person.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / person.xsl
index f4ef1e328cf6a8e204787037ae91ee1906800528..385465cca96761a55200acd5841c59954ef12ef8 100644 (file)
@@ -5,7 +5,7 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:template match="/">
  <html>
                      select="person/surname"/>
     </xsl:call-template>
    </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>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot">
-     <xsl:with-param name="path_to_top" select="'../..'"/>
-    </xsl:call-template>
   </body>
  </html>
 </xsl:template>