Changes for version 2.0
- Being terribly unsatisfied with where 1.0 was, performed a major overhaul of all the code and API while adding new features.
- XML::RSS::Parser::Element has been significantly changed. Modeled on XML::SimpleObject.
- XML::RSS::Parser::Feed is inherited from XML::RSS::Parser::Element.
- XML::RSS::Parser::Block is gone.
- Now handles all RSS tags including skiphours, skipdays and textinput.
- Preserves xhtml/body and foaf/person blocks as a single element
- Many other flaws too numerous to list addressed.
Modules
A liberal object-oriented parser for RSS feeds.
a simple object that holds one node in the XML::RSS::Parser parse tree.
a specialized XML::RSS::Parser::Element object that is used as the root element of a parsed RSS feed.