3 <xsl:stylesheet version="1.0"
4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
6 <xsl:import href="common.xsl"/>
7 <xsl:import href="news.xsl"/>
9 <xsl:output method="xml"/>
11 <xsl:template match="/">
15 <xsl:apply-templates select="news/event[position() < 4]">
16 <xsl:with-param name="small" select="true()"/>
17 </xsl:apply-templates>
19 <a href="news.html">Older news</a>