Forum Moderators: open

Message Too Old, No Replies

ASP script for multiple RSS feeds

         

jweb

1:36 pm on Oct 10, 2006 (gmt 0)

10+ Year Member



Does anyone know of an ASP script that will pull content from multiple RSS feeds and display the entries (from all feeds together) in chronological order? I'm trying to find a way to show the latest post from about half a dozen blogs on other sites.

Easy_Coder

4:14 pm on Oct 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Might be simplier to split this into 2 processes and get an rdbms involved.

One that pulls and populates an rdbms every 15 minutes and a second that reads from the rdbms in any sort that you want.