NAME

Mango::Catalyst::View::RSS - View class for RSS feeds

SYNOPSIS

$c->view('RSS');

DESCRIPTION

Mango::Catalyst::View::RSS renders content using XML::Feed and serves it with the following content type:

application/rss+xml; charset=utf-8

METHODS

process

Creates an XML::Feed of the specific type, writes it to the response body, and changes the content type. There is usually no reason to call this method directly. Forward to this view instead:

$c->forward($c->view('RSS'));

SEE ALSO

Mango::Catalyst::View::Feed

AUTHOR

Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/