The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.2

  • POTENTIAL BREAK: XML::RAI::Object::source has been renamed src. This fixes a boneheaded oversight where XML::RAI::Item had two documented source methods. The source method for retreiving any RSS source attributes was overloading the XML::RAI::Object source method to retreive the underlying XML::RSS::Parser::Element object. This was completely fouling up retreival in an ARRAY context for all the RSS methods in the XML::RAI::Item class. This change required numerous modifications throughout the XML::RAI classes to reflect this naming change.

Modules

RSS Abstraction Interface.
An interface to the channel elements of a RSS feed.
An interface to the image elements of a RSS feed.
An interface to the item elements of a RSS feed.
A base class for RAI element objects.
A liberal object-oriented parser for RSS feeds.
an object representing a character data in an RSS parse tree.
a node in the XML::RSS::Parser parse tree.
the root element of a parsed RSS feed.