<?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>
