A parser for the multiple XML RSS formats that use the elements
such as channel
, item
,
title
, description
in different ways.
This includes support for the Atom 1.0 syndication format defined in IETF
RFC 4287
The parser attempts to turn the input into RSS 1.0 RDF triples in the RSS 1.0 model of a syndication feed. This includes triples for RSS Enclosures.
True RSS 1.0 when
wanted to be used as a full RDF vocabulary, is best parsed by the
RDF/XML parser (name rdfxml
).