]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/people-list.xsl
The list of persons in the "By Site" ordering is now also
[helm.git] / helm / mowgli / home / xsl / people-list.xsl
index a40d62272e6c56deaa4bfed47babf7b1a804e185..351ca3418a4a155c8771482f49dfeda9c4cecefb 100644 (file)
@@ -78,9 +78,7 @@
  <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:sort select="@file"/>
- </xsl:apply-templates>
+ <xsl:apply-templates select="person"/>
 </xsl:template>
 
 </xsl:stylesheet>