]> matita.cs.unibo.it Git - helm.git/commitdiff
Hyperlink to the author's MOWLI home page added.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 13 Feb 2002 11:29:54 +0000 (11:29 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 13 Feb 2002 11:29:54 +0000 (11:29 +0000)
helm/mowgli/home/xsl/news.xsl

index a0f4a18d429fe0805104543026b61975e6235e63..6e7146cb1e3a5f6dc83048360b6977fe1a6439e4 100644 (file)
    <div class="right">
     <xsl:variable name="who" select="document(concat('../xml/people/',who/@file,'.xml'))/person"/>
     <em>
-     <div class="small">
-      <xsl:value-of select="$who/name"/>
-      <xsl:text> </xsl:text>
-      <xsl:value-of select="$who/surname"/>
-     </div>
+     <a href="people/{who/@file}.html">
+      <div class="small">
+       <xsl:value-of select="$who/name"/>
+       <xsl:text> </xsl:text>
+       <xsl:value-of select="$who/surname"/>
+      </div>
+     </a>
     </em>
    </div>
   </xsl:if>