]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/common.xsl
- more uniform layout
[helm.git] / helm / mowgli / home / xsl / common.xsl
index c4f0d3a448a00e02a145738bf01ce0135e62abd0..2308630f5956842f32f07db6b3f3ef415caee2a6 100644 (file)
   </div>
 </xsl:template>
 
+<xsl:template name="person-name">
+  <xsl:param name="file" select="''"/>
+  <xsl:value-of select="document(concat('../xml/people/',$file,'.xml'))/person/name"/>
+  <xsl:value-of select="' '"/>
+  <xsl:value-of select="document(concat('../xml/people/',$file,'.xml'))/person/surname"/>
+</xsl:template>
+
 </xsl:stylesheet>