feedparser_atom10_annotated.xml - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
feedparser_atom10_annotated.xml (1808B)
---
1 <?xml version="1.0" encoding="utf-8"?>
2 <feed xmlns="http://www.w3.org/2005/Atom"
3 xml:base="http://example.org/"
4 xml:lang="en">
5 <title type="text">
6 Sample Feed
7 </title>
8 <subtitle type="html">
9 For documentation <em>only</em>
10 </subtitle>
11 <link rel="alternate"
12 type="html"
13 href="/"/>
14 <link rel="self"
15 type="application/atom+xml"
16 href="http://www.example.org/atom10.xml"/>
17 <rights type="html">
18 <p>Copyright 2005, Mark Pilgrim</p>
19 </rights>
20 <generator uri="http://example.org/generator/"
21 version="4.0">
22 Sample Toolkit
23 </generator>
24 <id>tag:feedparser.org,2005-11-09:/docs/examples/atom10.xml</id>
25 <updated>2005-11-09T11:56:34Z</updated>
26 <entry>
27 <title>First entry title</title>
28 <link rel="alternate"
29 href="/entry/3"/>
30 <link rel="related"
31 type="text/html"
32 href="http://search.example.com/"/>
33 <link rel="via"
34 type="text/html"
35 href="http://toby.example.com/examples/atom10"/>
36 <link rel="enclosure"
37 type="video/mpeg4"
38 href="http://www.example.com/movie.mp4"
39 length="42301"/>
40 <id>tag:feedparser.org,2005-11-09:/docs/examples/atom10.xml:3</id>
41 <published>2005-11-09T00:23:47Z</published>
42 <updated>2005-11-09T11:56:34Z</updated>
43 <author>
44 <name>Mark Pilgrim</name>
45 <uri>http://diveintomark.org/</uri>
46 <email>mark@example.org</email>
47 </author>
48 <contributor>
49 <name>Joe</name>
50 <url>http://example.org/joe/</url>
51 <email>joe@example.org</email>
52 </contributor>
53 <contributor>
54 <name>Sam</name>
55 <url>http://example.org/sam/</url>
56 <email>sam@example.org</email>
57 </contributor>
58 <summary type="text">
59 Watch out for nasty tricks
60 </summary>
61 <content type="xhtml"
62 xml:base="http://example.org/entry/3"
63 xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml">Watch out for
64 <span style="background-image: url(javascript:window.location=’http://example.org/’)">
65 nasty tricks</span></div>
66 </content>
67 </entry>
68 </feed>