browser/components/feeds/test/bug494328-data.xml

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <rss version="2.0">
michael@0 3 <channel>
michael@0 4 <title>Channel title</title>
michael@0 5 <description>Channel description</description>
michael@0 6 <link>Channel link</link>
michael@0 7 <item>
michael@0 8 <title>Episode 1</title>
michael@0 9 <enclosure url="http://www.example.com/podcasts/Episode%201" length="0" type="audio/x-m4a" />
michael@0 10 </item>
michael@0 11 <item>
michael@0 12 <title>Episode 2</title>
michael@0 13 <enclosure url="http://www.example.com/podcasts/Episode%20%232" length="0" type="audio/x-m4a" />
michael@0 14 </item>
michael@0 15 <item>
michael@0 16 <title>Episode 3</title>
michael@0 17 <enclosure url="http://www.example.com/podcasts/Episode%20%233/" length="0" type="audio/x-m4a" />
michael@0 18 </item>
michael@0 19 <item>
michael@0 20 <title>Episode 4</title>
michael@0 21 <enclosure url="http://www.example.com/podcasts/Is%20This%20Episode%20%234%3F" length="0" type="audio/x-m4a" />
michael@0 22 </item>
michael@0 23 </channel>
michael@0 24 </rss>

mercurial