Forum Moderators: mack

Message Too Old, No Replies

Limiting the number of articles on an RSS feed

         

timhackett

4:24 am on Jan 13, 2006 (gmt 0)

10+ Year Member



I have included an RSS feed on one of my pages which is "current news" from the ABC. The feed is however very long and I want to restrict it to the last 10 articles only.

This is my code:
<script src="http://rssxpress.ukoln.ac.uk/lite/viewer/?rss=http%3A%2F%2Fwww.abc.net.au%2Fxmlcontent%2Findexes%2Fsa%2Fsa_rss_index.xml"> </script> <noscript> <a href="http://rssxpress.ukoln.ac.uk/lite/viewer/?rss=http%3A%2F%2Fwww.abc.net.au%2Fxmlcontent%2Findexes%2Fsa%2Fsa_rss_index.xml"> View </a> </noscript>

What can I do to this to limit the number of articles?

Do I need to take a different approach altogether?

kamakaze

9:56 pm on Jan 18, 2006 (gmt 0)

10+ Year Member



What are you using to build the rss feed? Automated script? Database query? What?

timhackett

11:28 pm on Jan 18, 2006 (gmt 0)

10+ Year Member



Hi,

I used the RSS Editor at the following site:
rssxpress.ukoln.ac.uk

If there is a better way or an alternative which is more flexible I should try please advise.

Tim