I notice that XML::RSS::Parser hasn’t been updated since 2005. Is this still the recommended library for parsing RSS or Atom? Is there a better one or a better way?
I notice that XML::RSS::Parser hasn’t been updated since 2005. Is this still the recommended
Share
I’m not sure it’s ever been the “recommended library”. If I know which kind of feed I need to parse, I use XML::RSS or XML::Atom as appropriate, but if (as is more likely) I just know it’s a web feed, I use XML::Feed.
Adding an example of using XML::Feed as requested..
This is all pretty much copied from the module documentation.