debian man page for xml::feed::content

Query: xml::feed::content

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XML::Feed::Content(3pm) 				User Contributed Perl Documentation				   XML::Feed::Content(3pm)

NAME
XML::Feed::Content - Wrapper for content objects
SYNOPSIS
my $content = $entry->content; print $content->body;
DESCRIPTION
XML::Feed::Content represents a content object in an XML::Feed::Entry entry in a syndication feed. This could be a <description> element in an RSS feed, a <content> element in an Atom feed, etc. In other words, any element where knowing both the actual data and the type of data is useful.
USAGE
wrap Take params and turn them into a XML::Feed::Content object. new A synonym for wrap. $content->body The actual data. $content->type The MIME type of the content in body. This is really only useful in Atom feeds, because RSS feeds do not specify the type of content included in an entry. In RSS feeds, generally the MIME type defaults to text/html. $content->base The url base of the content. AUTHOR &; COPYRIGHT Please see the XML::Feed manpage for author, copyright, and license information. perl v5.14.2 2012-03-21 XML::Feed::Content(3pm)
Related Man Pages
feed::find(3pm) - debian
mojomojo::formatter::rss(3pm) - debian
xml::atom::feed(3pm) - debian
xml::easy::content(3pm) - debian
xml::rss::headline::useperljournals(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
One instance of comparing grep and awk
Weird 'find' results
My first PERL incarnation... Audio Oscillograph