xsl-list
[Top] [All Lists]

RE: Newbie RSS/XSLT Configuration Question

2004-11-10 09:01:51
    Sorry to bother you with such a simple question, but I'm 
    stuck on this one. I'm rendering an RSS feed with the XSLT 
    file below, and simply want to limit the number of articles 
    that are displayed to 10.


  <xsl:template match="*[local-name()='item' or 
local-name()='entry'][position() &gt; 10]"/>


That kills off items or entries > 10
which does what you want I think.

I'm assuming you are processing rss0.91 0.92, 1.0 etc.

regards DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk





<Prev in Thread] Current Thread [Next in Thread>