]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/person.xsl
* Rendering of publications improved.
[helm.git] / helm / mowgli / home / xsl / person.xsl
index 717aeb522dd3f870393438f083d04ccf404ed05f..f4ef1e328cf6a8e204787037ae91ee1906800528 100644 (file)
    <xsl:for-each select="selected-publication">
     <li>
      <a href="../../publications/{@file}.html">
-      <xsl:value-of select="@file"/>
+      <xsl:value-of select="document(concat('../xml/publications/',@file,'.xml'))/publication/title"/>
      </a>
     </li>
    </xsl:for-each>