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/recenteqsww/catalogs/eqs7day-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


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to