blob: 367016c99c11f51a6c25a7df970c26c572233a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0"?>
<opml version="1.0">
<head>
<title>Sample OPML File</title>
</head>
<body>
<outline title="Sample Topic">
<outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="http://example.org" title="Example"/>
<!--
<outline type="rss" xmlUrl="" htmlUrl="" title=""/>
-->
</outline>
</body>
</opml>
|