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

9 lines
243 B
XML
Raw Normal View History

<!--
Description: iTunes namespace (example in 2005-07-07 spec)
Expect: not bozo and feed['itunes_block'] == 1
-->
<rss xmlns:itunes="http://example.com/DTDs/Podcast-1.0.dtd">
<channel>
<itunes:block>yes</itunes:block>
</channel>
</rss>