]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/latest-news.xsl
- renamed some files
[helm.git] / helm / mowgli / home / xsl / latest-news.xsl
index dbbd9f0d2cb361037cd45e1ac97127fa8621c972..29ba8003f2d80afd0bf9ec3ba3f8116109cf2f32 100644 (file)
@@ -9,7 +9,9 @@
 <xsl:output method="html"/>
 
 <xsl:template match="/">
-  <xsl:apply-templates select="news/event[position() &lt; 4]"/>
+  <xsl:apply-templates select="news/event[position() &lt; 4]">
+    <xsl:with-param name="small" select="true()"/>
+  </xsl:apply-templates>
 </xsl:template>
 
 </xsl:stylesheet>