Home > Archive > PERL Beginners > January 2006 > Reading RSS/XML feeds
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Reading RSS/XML feeds
|
|
| Mike Blezien 2006-01-21, 6:56 pm |
| Hello,
We attempting to write a script that will read an RSS feed and write that feed,
item-by-item, into an HTML webpage.
The RSS feed that will serve as the source is at
http://earthquake.usgs.gov/recenteq...qs7day-M2.5.xml
The script will update a HTML template page when executed,
A sample of the HTML template page seen here that would be created/updated from
the above RSS feed above:
http://projects.thunder-rain.com/earthquake-list.htm
Being fairly new with RSS and XML, we where looking at the
XML::RSS::Parser::Lite perl module and I think this should be what we're looking
for to create the template page. Or is there another module that work better?
appreciate any feedback
--
Mike(mickalo)Blezien
| |
|
| Hi,
>We attempting to write a script that will read an RSS feed and write that feed,
>item-by-item, into an HTML webpage.
You could just use the free rss2html script at
http://www.feedforall.com/free-php-script.htm
Cheers,
Ben
|
|
|
|
|