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

NAME

XML::RSS::Format - Base Class To Format XML::RSS::LibXML

SYNOPSIS

   package MyFormat;
   use base qw(XML::RSS::Format);

DESCRIPTION

This is the base class for objects that know how to convert XML::RSS::LibXML objects to various RSS format.

METHODS

new

Create a new object

format($rss)

Returns the string representation of $rss. Subclasses must implement this method.

AUTHOR

Copyright (c) 2005 Daisuke Maki <dmaki@cpan.org>. Development partially funded by Brazil, Ltd. <http://b.razil.jp>