Log in

View Full Version : RSS Merger/Splicer Script



DarknessFalls
05-04-2008, 10:32 PM
Hi, I've looked through the XML/RSS section of Dynamic Drive and didn't find what I'm looking for so I'll ask here.

I need a javascript (or similar script) that will take several rss feeds that I put in a php or javascript file and will create a .rss file combining all the feeds displayed in chronological order (Newest first) and will show only the title. Preferably I would also like to be able to display the feed by putting a javascript include on the page (Like <SCRIPT LANGUAGE="JavaScript" SRC="rssfeed.js"></SCRIPT>) that would follow the sites style information.

Is this even possible and if it is were can I find something like this?

Thanks

DarknessFalls
05-05-2008, 12:22 AM
Does anyone have any ideas? If it's not possible just tell me please.

Medyman
05-05-2008, 07:02 PM
It certainly is possible, but I doubt something like this exists.

Google will turn up plenty of examples on creating and parsing XML/RSS files with PHP. You could parse an RSS feed...store the titles and the create a new RSS feed.

I'm not sure about the javascript part. I've never heard of javascript being applied to RSS feeds.

A RSS parsing class might be your first search on google to get you started.