string|false getContent(
)
|
|
Return the entry's content
The official way to include full content in an RSS1 entry is to use the content module's element 'encoded'. Often, however, the 'description' element is used instead. We will offer that as a fallback.
Overrides
XML_Feed_Parser_Type::getContent() (Get content from RSS feeds (atom has its own implementation))
If an rdf:about attribute is specified, return that as an ID
There is no established way of showing an ID for an RSS1 entry. We will simulate it using the rdf:about attribute of the entry element. This cannot be relied upon for unique IDs but may prove useful.