rss/testdata/rss_1.0_enclosure
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
<?xml version= "1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:enc="http://purl.oclc.org/net/rss_2.0/enc#" xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="http://www.xul.fr/xml/news.rdf"> <title>Title of the feed</title> <link>http://www.xul.fr</link> <description> Topic of the feed. </description> <items> <rdf:Seq> <rdf:li rdf:resource="http://www.xul.fr/feed/RSS-1.0.html" /> <rdf:li rdf:resource="http://www.xul.fr/en-xml-rss.html" /> </rdf:Seq> </items> <image rdf:resource="http://www.xul.fr/logo.gif" /> <textinput rdf:resource="http://www.xul.fr/chercher.php" /> </channel> <image rdf:about="http://www.xul.fr/logo.gif"> <title>Ajax et XUL</title> <link>http://www.xul.fr</link> <url>http://www.xul.fr/logo.gif</url> </image> <item rdf:about="http://www.xul.fr/feed/RSS-1.0.html"> <title>RSS 1.0</title> <link>http://www.xul.fr/feed/RSS-1.0.html</link> <description> Building and using an RSS 1.0 feed. </description> <enc:enclosure rdf:resource="http://foo.bar/baz.mp3" enc:type="audio/mpeg" enc:length="65535"/> </item> <item rdf:about="http://www.xul.fr/en-xml-rss.html"> <title>RSS 2.0 tutoriel</title> <link>http://www.xul.fr/en-xml-rss.html</link> <description> Building and using an RSS 2.0 feed. </description> <enc:enclosure rdf:resource="http://foo.bar/baz.mp3" enc:type="audio/mpeg" enc:length="65535"/> </item> <textinput rdf:about="http://www.xul.fr/search.php"> <title>Research</title> <description>search on xul.fr</description> <name>myfield</name> <link>http://www.xul.fr/search.php</link> </textinput> </rdf:RDF>