NAME

Babble::DataSource::RSS - RSS source fetcher for Babble

SYNOPSIS

 use Babble;
 use Babble::DataSource::RSS;

 my $babble = Babble->new ();
 $babble->add_sources (
	Babble::DataSource::RSS->new (
		-id => "Gergely Nagy",
		-location => "http://midgard.debian.net/~algernon/blog/index.xml"
	)
 );
 ...

DESCRIPTION

Babble::DataSource::RSS implements a Babble data source class that parses an arbitary RSS feed.

METHODS

    collect()

    This one does the bulk of the job, fetching the feed and parsing it, then returning a Babble::Document::Collection object.

AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.

SEE ALSO

Babble::Document, Babble::Document::Collection, Babble::DataSource, Babble::Transport

1 POD Error

The following errors were encountered while parsing the POD:

Around line 65:

You can't have =items (as at line 71) unless the first thing after the =over is an =item