summaryrefslogtreecommitdiffstats
path: root/tests/opml/test-valid.opml
blob: 686d19e5b83c7013a5d7c7037acbe4ee12f2cae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<opml version="2.0">
<head>
<title>Test OPML</title>
<dateCreated>2022-01-14T17:15:05+00:00</dateCreated>
<dateModified>2022-01-14T17:15:05+00:00</dateModified>
<ownerName>user name</ownerName>
<ownerEmail>user@example.com</ownerEmail>
<ownerId>http://user.example.com/</ownerId>
<docs>http://opml.org/spec2.opml</docs>
</head>
<body>
<outline text="text 1" htmlUrl="https://blog.example.com/" xmlUrl="https://some.other.example.com/feed/path" isDown="" />
<outline text="text 2" htmlUrl="https://blog2.example.com" xmlUrl="https://blog2.example.com/rss.xml" isDown="" />
</body>
</opml>