]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/people-list.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / people-list.xsl
index a40d62272e6c56deaa4bfed47babf7b1a804e185..ab23781becee848c66093d9ba6ca2c1426256b61 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%">
@@ -25,9 +20,7 @@
     <td valign="top">
 
     <h3><a name="#site">By Site</a></h3>
-    <xsl:apply-templates select="from">
-      <xsl:sort select="@site"/>
-    </xsl:apply-templates>
+    <xsl:apply-templates select="from"/>
 
     </td>
     <td valign="top">
     </td>
     </tr>
     </table>
-
-    <xsl:call-template name="foot">
-     <xsl:with-param name="path_to_top" select="'.'"/>
-    </xsl:call-template>
   </body>
  </html>
 </xsl:template>
@@ -84,4 +73,3 @@
 </xsl:template>
 
 </xsl:stylesheet>
-