<<

NAME

Feed::Parser::NS::Content -- The RDFSS content module

DESCRIPTION

A module for the actual content of websites, in multiple formats. This is often found in RSS 0.92/0.93/2.0 feeds as well.

This does not support the proposed but reject content:item tags.

NAMESPACE

xmlns:content="http://purl.org/rss/1.0/modules/content/"

ELEMENTS

These are only valid in "item" elements.

content:encoded

An element whose contents are the entity-encoded or CDATA-escaped version of the content of the item. Example:

 <content:encoded><![CDATA[<p>What a <em>beautiful</em> 
 day!</p>]]></content:encoded>

SEE ALSO

Specified in: http://web.resource.org/rss/1.0/modules/content/

COPYRIGHT

<<