feedkiller.com is a free online tool that allows you to merge multiple rss feeds into your own rss mix made up of your favorite feeds.
You might have to scroll down to see the online form due to poor page layout.
The first field requires you to input the name of your custom feed. For example: Australian Cricket News
Quote:
choose a name for the custom feed you are building:
|
The next two fields require the source feed URLs.
Quote:
enter the url for the feed you want to use:
|
In the
stories: field the default number is
1. Change the number to however many stories you want to display from this source feed. For example, I selected 10 stories from 3 different RSS feeds so that 30 stories are displayed on my web page.
To add more than two RSS feeds to your custom feed click
When the form is done click

A new page will appear containing a link to your custom RSS feed URL. For example:
http://www.feedkiller.com/feed-2083 will redirect to
http://www.feedkiller.com/files/rss.php?id=2083. You may have to wait a few seconds for the redirect to happen.
Now place the second URL in your php file in the following section:
// If XLMFILE is passed as part of the URL, XMLFILE=, then it will be used
// otherwise the the file below is used.
//$XMLfilename = "http://examlple.com/sample.xml";
$XMLfilename = "http://www.feedkiller.com/files/rss.php?id=2083";
If you paste
http://www.feedkiller.com/feed-2083 into the file it will create errors on your webpage.