Anyone have any off-the-shelf solutions to parsing the wide range of rss/xml?
Feed::Parser [turner.mikomi.org] - Perl extension to reliably parse RSS and Atom feeds
This is designed to be universal feed parser much like the Python one here: [feedparser.org...]
It differs from other feed parsers on the CPAN by being very robust and error tolerant. It also supports a wider variety of extensions then the other parsers.
Nifty article about rss:
[diveintomark.org...]