]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/people-list.xsl
Great changes in all the stylesheets. Every page is now generated in two
[helm.git] / helm / mowgli / home / xsl / people-list.xsl
index 351ca3418a4a155c8771482f49dfeda9c4cecefb..e7236ec267af62269e940fb3bc5397f996bcfa64 100644 (file)
@@ -5,19 +5,14 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:template match="people">
  <html>
   <head>
    <title>People Directory</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>People</h1>
 
     <table border="0" width="100%">
     </td>
     </tr>
     </table>
-
-    <xsl:call-template name="foot">
-     <xsl:with-param name="path_to_top" select="'.'"/>
-    </xsl:call-template>
   </body>
  </html>
 </xsl:template>