blob: 48273f681559f27dd3e5dd6f5a1ae658d754ca08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0"?>
<opml version="1.0">
<head>
<title>Sample OPML File</title>
</head>
<body>
<outline title="Brasil - São Paulo - Notícias">
<outline type="rss" xmlUrl="http://spagora.com.br/feed/" htmlUrl="http://spagora.com.br" title="SP Agora"/>
<outline type="rss" xmlUrl="http://spressosp.com.br/feed/" htmlUrl="http://spressosp.com.br" title="SPressoSP"/>
</outline>
</body>
</opml>
|