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)
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.