1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-06 09:25:03 -05:00
SickRage/lib/feedparser/tests/wellformed/rss/item_dc_publisher.xml

11 lines
261 B
XML
Raw Normal View History

<!--
Description: item dc:publisher
Expect: not bozo and entries[0]['publisher'] == u'Example editor'
-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<item>
<dc:publisher>Example editor</dc:publisher>
</item>
</channel>
</rss>