1
0
mirror of https://github.com/xgi/castero synced 2024-11-10 15:28:45 +01:00
castero/tests/subscriptions/broken_parse.xml
2019-06-09 19:22:17 -04:00

12 lines
352 B
XML

<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<opml version="1.0">
<head>
<title>my feeds</title>
</head>
<body>
<outline text="feeds">
<outline type="rss" text="feed1" xmlUrl="http://feed1" />
<outline type="rss" text="feed2" xmlUrl="http://feed2" />
</outline>
</body>
</bad>