<<

NAME

Feed::Parser::NS::Aggregation -- The RSS Aggregation module

DESCRIPTION

 Provides aggregator-added information about the original source of the RSS
 item.

NAMESPACE

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

OR

xmlns:ag="http://purl.org/rss/modules/aggregation/"

The former seems to be the official value however the second shows up in the examples provided in the specification.

ELEMENTS

ag:source

This is the title of the source site.

ag:sourceURL

This is the URL of the source site.

ag:timestamp

This is the date that when the source post was posted.

SEE ALSO

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

<<