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

9 lines
334 B
XML
Raw Normal View History

<!--
Description: channel description
Expect: not bozo and feed['description'] == u'Example description'
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://example.com/index.rdf">
<description>Example description</description>
</channel>
</rdf:RDF>