mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
50 lines
2.3 KiB
XML
50 lines
2.3 KiB
XML
|
<!--
|
||
|
Credits: Simon Fell - http://www.pocketsoap.com/rssTests/rss2.0NSwithModules.xml - included here with permission
|
||
|
Description: RSS 2.0 in Username namespace
|
||
|
Expect: not bozo and entries[0]['title'] == u'Test Item - RSS2.0 w/ NS'
|
||
|
-->
|
||
|
<rss version="2.0"
|
||
|
xmlns="http://backend.userland.com/rss2"
|
||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
xmlns:admin="http://webns.net/mvcb/"
|
||
|
xmlns:ag="http://purl.org/rss/modules/aggregation/"
|
||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||
|
xmlns:dcterms="http://purl.org/dc/terms/"
|
||
|
xmlns:l="http://purl.org/rss/1.0/modules/link/"
|
||
|
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
|
||
|
<channel>
|
||
|
<title>RSS Tests - RSS2.0 w/ NS</title>
|
||
|
<link>http://www.pocketsoap.com/rssTests/rss2.0NSwithModules.xml</link>
|
||
|
<description>A set of test RSS files for examining the state of extension support in RSS aggregators</description>
|
||
|
<language>en-gb</language>
|
||
|
<copyright>Copyright 2002 Simon Fell</copyright>
|
||
|
|
||
|
<dc:rights>Copyright 2002 Simon Fell</dc:rights>
|
||
|
<dc:date>2002-09-28T21:00:02Z</dc:date>
|
||
|
<lastBuildDate>Sat, 28 Sep 2002 21:00:02 GMT</lastBuildDate>
|
||
|
<pubDate>Sat, 28 Sep 2002 21:00:02 GMT</pubDate>
|
||
|
<dc:creator>sf@zaks.demon.co.uk</dc:creator>
|
||
|
<managingEditor>sf@zaks.demon.co.uk</managingEditor>
|
||
|
|
||
|
<dc:publisher>sf@zaks.demon.co.uk</dc:publisher>
|
||
|
<generator>ultraedit-32</generator>
|
||
|
<admin:errorReportsTo rdf:resource="mailto:sf@zaks.demon.co.uk" />
|
||
|
<webMaster>sf@zaks.demon.co.uk (Simon Fell)</webMaster>
|
||
|
<dcterms:issued>2002-09-28T20:01:19Z</dcterms:issued>
|
||
|
<dcterms:created>2002-01-12T02:15:32Z</dcterms:created>
|
||
|
|
||
|
<dcterms:modified>2002-09-28T20:01:19Z</dcterms:modified>
|
||
|
<dcterms:dateCopyrighted>2002</dcterms:dateCopyrighted>
|
||
|
|
||
|
<item>
|
||
|
<title>Test Item - RSS2.0 w/ NS</title>
|
||
|
<link>http://www.pocketsoap.com/weblog/rssTests/rss2.0NSwithModules.xml#1</link>
|
||
|
<description>This is a fairly standard RSS 2.0 feed, it uses a few modules, the RSS 2.0 elements are in the http://backend.userland.com/rss2 namespace, all module elements are in their required namespaces.
|
||
|
there are no localname clashes. This is very similar to a RSS1.0 feed. (RSS2.0 w/ NS)
|
||
|
</description>
|
||
|
|
||
|
<dcterms:modified>2002-09-28T20:01:19Z</dcterms:modified>
|
||
|
<dcterms:created>2002-09-28T20:01:19Z</dcterms:created>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|