Skip to content
Novus Examples

RSS & Atom feed fixtures

Well-formed RSS 2.0 and Atom feeds with multiple entries — for testing feed readers and parsers.

7 of 7 files
Preview of RSS 2.0 Feed
rss
699 B
Actual file preview for RSS 2.0 Feed

RSS 2.0 Feed

A well-formed RSS 2.0 feed with a channel and multiple items — for testing feed readers and parsers.

File
RSS · Feeds · UTF-8
Use case
Feed parsing
Preview of Atom Feed
atom
580 B
Actual file preview for Atom Feed

Atom Feed

A well-formed Atom feed with multiple entries — for testing feed readers and parsers.

File
ATOM · Feeds · UTF-8
Use case
Feed parsing
Preview of JSON Feed 1.1
json
1.3 KB
Actual file preview for JSON Feed 1.1

JSON Feed 1.1

A JSON Feed 1.1 document — the JSON alternative to RSS/Atom — with a feed header and three items using content_html, content_text, tags, and publish dates, for testing JSON Feed parsers and readers.

File
JSON · Feeds
Preview of OPML Subscription List
opml
849 B
Actual file preview for OPML Subscription List

OPML Subscription List

An OPML 2.0 subscription list with nested outline groups and three feed entries (title, xmlUrl, htmlUrl) — the format RSS readers use to import and export subscriptions, for testing OPML parsers.

File
OPML · Feeds
Preview of Feed twin - RSS 2.0
rss
2.5 KB
Actual file preview for Feed twin - RSS 2.0

Feed twin - RSS 2.0

Four articles of a fictional publication as RSS 2.0, with a self-referential atom:link, non-permalink tag: GUIDs, RFC 822 dates and full HTML bodies in content:encoded. One of three twins carrying identical content, so a feed converter can be diffed against a known answer.

File
RSS · Feeds
Use case
Web assetsFeed parsing+1· Conversion set
Preview of Feed twin - Atom 1.0
atom
2.7 KB
Actual file preview for Feed twin - Atom 1.0

Feed twin - Atom 1.0

The same four articles as Atom 1.0: tag: ids identical to the RSS twin, RFC 3339 published and updated timestamps, escaped HTML content, and both alternate and self links. For diffing an RSS-to-Atom converter against a known answer.

File
ATOM · Feeds
Use case
Web assetsFeed parsing+1· Conversion set
Preview of Feed twin - JSON Feed 1.1
json
2.3 KB
Actual file preview for Feed twin - JSON Feed 1.1

Feed twin - JSON Feed 1.1

The third twin: the same four articles as JSON Feed 1.1, using the 1.1 `authors` array rather than the 1.0 singular form, with ids, URLs, summaries, HTML bodies and timestamps identical to the RSS and Atom files. The reference output for an XML-to-JSON feed converter.

File
JSON · Feeds
Use case
Web assetsFeed parsing+2· Conversion set