This is assuming when you say page, you are referring to the Page feature of WP. The easiest way to do this is to create a custom page template and a plugin that allows for RSS inclusion.
Pages#Creating_your_own_Page_Templates
I use Feed List to include RSS feeds in my blog.
If you run into trouble creating the template, or configuring the plugin code, just post back.
http://simplepie.org/ is also really easy and flexible, they have a wp plugin too 🙂
Gee, I think I just responded to this same basic question elsewhere. 😉
CG-FeedRead can do it, in combination with either a custom template (as miklb points out), or something like CG-QuickPHP (which enables calling a PHP function from within a page/post content).
-d
Check out Rob’s Aggregate plugin.
Aggregate allows you to display the contents of an RSS feed within your posts.
It automatically fetches, parses and caches the contents of the RSS feed, and displays the entries — with links — in an HTML unordered list.
Thread Starter
weir
(@weir)
Thanks for all the replies, I will try them elsewhere on my blog, but I ended up just using html code Last.fm has on their site for inserting lists into websites.
I do however still need to do this for my links page, so thank you.