File: rss2.0NSwithModulesNoDefNSLocalNameClash.xml

package info (click to toggle)
feedparser 6.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,540 kB
  • sloc: xml: 11,459; python: 4,575; makefile: 7
file content (58 lines) | stat: -rw-r--r-- 3,180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!--
Credits:     Simon Fell - http://www.pocketsoap.com/rssTests/rss2.0NSwithModulesNoDefNSLocalNameClash.xml - included here with permission
Description: RSS 2.0 in Username namespace, no default namespace, local namespace clash
Expect:      not bozo and entries[0]['description'] == 'correct description'
-->
<r:rss 		version="2.0" 
		xmlns:r="http://backend.userland.com/rss2"
		xmlns:admin="http://webns.net/mvcb/"
		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
		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:szf="http://schemas.pocketsoap.com/rss/myDescModule/"
		xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
	<r:channel>
		<r:title>RSS Tests - RSS2.0 w/ NS, no default NS, localName clash</r:title>
		<r:link>http://www.pocketsoap.com/rssTests/rss2.0NSwithModulesNoDefNSLocalNameClash.xml</r:link>
		<r:description>A set of test RSS files for examining the state of extension support in RSS aggregators</r:description>
		<r:language>en-gb</r:language>
		<dc:language>en-gb</dc:language>

		<r:copyright>Copyright 2002 Simon Fell</r:copyright>
		<dc:rights>Copyright 2002 Simon Fell</dc:rights>
		<dc:date>2002-09-28T21:00:02Z</dc:date>
		<r:lastBuildDate>Sat, 28 Sep 2002 21:00:02 GMT</r:lastBuildDate>
		<r:pubDate>Sat, 28 Sep 2002 21:00:02 GMT</r:pubDate>
		<dc:creator>sf@zaks.demon.co.uk</dc:creator>

		<r:managingEditor>sf@zaks.demon.co.uk</r:managingEditor>
		<dc:publisher>sf@zaks.demon.co.uk</dc:publisher>
		<r:generator>ultraedit-32</r:generator>
		<admin:errorReportsTo rdf:resource="mailto:sf@zaks.demon.co.uk" />
		<r:webMaster>sf@zaks.demon.co.uk (Simon Fell)</r: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>
		
		<r:item>
			<r:title>Test Item - RSS2.0 w/ NS, no default NS, localName clash</r:title>
			<r:link>http://www.pocketsoap.com/weblog/rssTests/rss2.0NSwithModulesNoDefNSLocalNameClash.xml#1</r:link>

			<l:link l:rel="http://purl.org/rss/1.0/modules/proposed/link/#permalink"  l:type="text/html" rdf:resource="http://www.pocketsoap.com/weblog/rssTests/rss2.0NSwithModulesLocalNameClash.xml#1" />
			<szf:description>This is a extension module that is in a different namespace, but uses a localname from the RSS core spec. 
			This shouldn't appear in your aggregator, but probably does. (pre rss:description - RSS2.0 w/ NS, no default NS, localName clash)
			</szf:description>
			<r:description>correct description</r:description>
			<szf:description>This is a extension module that is in a different namespace, but uses a localname from the RSS core spec. 
			This shouldn't appear in your aggregator, but probably does. (post rss:description - RSS2.0 w/ NS, no default NS, localName clash)
			</szf:description>
			<dcterms:modified>2002-09-28T20:01:19Z</dcterms:modified>
			<dcterms:created>2002-09-28T20:01:19Z</dcterms:created>

		</r:item>
	</r:channel>
</r:rss>