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.
ahmedtheking
10:09 pm on Oct 12, 2006 (gmt 0)
Why not bring them all in and reorder them? Bring each feed into an array, merge the arrays and then just reorg them!