How to display an RSS feed on a web page?

Filed under: Uncategorized. Tags:

OK… I’m feeling like a bit of an inept bonehead for not being able to figure this one out, and I’m hoping someone out there in blogland has done something similar…

I was hoping to create a simple HTML web page that included several RSS feeds, including several from CAREO. I was sure someone would have done something similar, but haven’t found anything that works. Reliably.

Is there anything I can use to embed live RSS feeds in an otherwise-static web page? I don’t want to be pre-processing anything, or cacheing XML or anything. I want a live display of a live RSS feed in a static HTML page. I don’t care if it’s a PHP or PERL or whatever-based CGI that does the heavy lifting, as long as it’s relatively portable (i.e., don’t have to recompile PERL on MacOSX like rss2html.pl seems to want to do). Oh, and it has to be able to run on my server. I don’t want to have a cross-the-pond round trip like what is required to use the feed processor at curry.com

Comments

2 Responses to “How to display an RSS feed on a web page?”

  1. Darragh on November 25th, 2004 4:53 am

    HI,

    Did you ever find a solution for this, i’m stuck on the same thing!!

    Thanks

  2. D'Arcy Norman on November 25th, 2004 8:09 am

    Yeah - Alan Levine whipped up a kick-ass solution called RSS2JS - it’s some PHP code that sits on a server, and spits out html versions of RSS feeds in response to some javascript you embed on your page.

    http://jade.mcli.dist.maricopa.edu/feed/

Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 Canada License.