Skip to content
Novus Examples
opml849 B

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.

Preview — first 21 linesopml
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
  <head>
    <title>Sample Subscriptions</title>
    <dateCreated>Wed, 01 Jan 2026 00:00:00 GMT</dateCreated>
    <ownerName>Novus Examples</ownerName>
  </head>
  <body>
    <outline text="News">
      <outline type="rss" text="Example Tech" title="Example Tech"
               xmlUrl="https://tech.example.com/rss.xml" htmlUrl="https://tech.example.com/"/>
      <outline type="rss" text="Example Science" title="Example Science"
               xmlUrl="https://science.example.com/atom.xml" htmlUrl="https://science.example.com/"/>
    </outline>
    <outline text="Podcasts">
      <outline type="rss" text="The Example Show" title="The Example Show"
               xmlUrl="https://podcast.example.com/feed.xml" htmlUrl="https://podcast.example.com/"/>
    </outline>
  </body>
</opml>

Specifications

Format
OPML 2.0
Outlines
nested (News, Podcasts)
Feeds
3

What is a .opml file?

OPML (Outline Processor Markup Language, .opml) is an XML format for nested outlines. Its most common use is exchanging feed subscription lists between RSS readers, where each outline element carries a feed title and xmlUrl, but it also serves for mind maps and document outlines.

How to use this file

Use an example .opml file to test feed-reader import and export, OPML parsers, and outline tooling, or to move a subscription list between podcast and RSS apps.

Generated by generation/feeds_extra.py. Free for any use, no attribution required — license.