1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/wellformed/rss/channel_image_description.xml

16 lines
392 B
XML
Raw Normal View History

<!--
Description: image description
Expect: not bozo and feed['image']['description'] == u'Available in Netscape RSS 0.91'
-->
<rss version="0.91">
<channel>
<image>
<title>Sample image</title>
<url>http://example.org/url</url>
<link>http://example.org/link</link>
<width>80</width>
<height>15</height>
<description>Available in Netscape RSS 0.91</description>
</image>
</channel>
</rss>