Include 10 items in RSS feed instead of only 5.

svn path=/trunk/; revision=10700
This commit is contained in:
Reinhard Müller 2008-06-25 16:59:57 +00:00
parent ad7c71b3b5
commit 9412673b23
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
<xsl:for-each select="/html/set/event
[translate (@end, '-', '') &gt;= translate ($today, '-', '')]">
<xsl:sort select="@start" />
<xsl:if test="position() &lt; 6">
<xsl:if test="position() &lt; 11">
<xsl:variable name="start"><xsl:value-of select="@start" /></xsl:variable>
<xsl:variable name="end"><xsl:value-of select="@end" /></xsl:variable>
<item>

View File

@ -86,7 +86,7 @@
<xsl:for-each select="/html/set/news
[translate (@date, '-', '') &lt;= translate ($today, '-', '')]">
<xsl:sort select="@date" order="descending" />
<xsl:if test="position() &lt; 6">
<xsl:if test="position() &lt; 11">
<item>
<!-- Title -->