feeds.opml (829B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <opml version="1.0"> 4 <head> 5 <title>An OPML file with a list of rss/atom feeds</title> 6 <docs>The OPML format is fairly poorly spec'ed out here http://dev.opml.org/spec2.html</docs> 7 </head> 8 <body> 9 <outline text="Standard format"> 10 <outline type="rss" text="A title 1" title="A title 1" xmlUrl="http://example.com/feed1.rss"/> 11 <outline type="rss" text="A title 2" title="A title 2" xmlUrl="http://example.com/feed2.rss"/> 12 </outline> 13 <outline text="Non-standard format"> 14 <outline type="rss" text="A title 3" title="A title 3" url="http://example.com/feed3.rss"/> 15 <outline type="rss" text="A title 4" title="A title 4" url="http://example.com/feed4.rss"/> 16 </outline> 17 </body> 18 </opml>