]> 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 e7236ec267af62269e940fb3bc5397f996bcfa64..ab23781becee848c66093d9ba6ca2c1426256b61 100644 (file)
@@ -20,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">
@@ -69,8 +67,9 @@
  <xsl:apply-templates select="$site/name | $site/subsite[1]/name">
   <xsl:with-param name="file" select="@site"/>
  </xsl:apply-templates>
- <xsl:apply-templates select="person"/>
+ <xsl:apply-templates select="person">
+  <xsl:sort select="@file"/>
+ </xsl:apply-templates>
 </xsl:template>
 
 </xsl:stylesheet>
-