rssreader.js
RSS Feed reader supporting both RSS and RDF feeds.
Objects
OAT.RSSReader(div,
options)
Creates a RSSReader object. Contents will be
displayed inside div. Available options:
-
limit
- maximum number of items
(integer)
-
showTitle
- should we display feed title?
(bool)
Methods
OAT.RSSReader::display(xmlText)
Parses xmlText and displays feed contents. Both RSS
and RDF feeds are supported.
CSS Classes
.rss_reader
ToBeDone
.rss_header
ToBeDone
.rss_body
ToBeDone