feedparser_atom03_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_atom03_annotated.xml (2056B)
---
1 <?xml version="1.0" encoding="utf-8"?>
2 <feed version="0.3"
3 xmlns="http://purl.org/atom/ns#"
4 xml:base="http://example.org/"
5 xml:lang="en">
6 <title type="text/plain" mode="escaped">
7 Sample Feed
8 </title>
9 <tagline type="text/html" mode="escaped">
10 For documentation <em>only</em>
11 </tagline>
12 <link rel="alternate"
13 type="text/html"
14 href="/"/>
15 <copyright type="text/html" mode="escaped">
16 <p>Copyright 2004, Mark Pilgrim</p><
17 </copyright>
18 <generator url="http://example.org/generator/" version="3.0">
19 Sample Toolkit
20 </generator>
21 <id>tag:feedparser.org,2004-04-20:/docs/examples/atom03.xml</id>
22 <modified>2004-04-20T11:56:34Z</modified>
23 <info type="application/xhtml+xml" mode="xml">
24 <div xmlns="http://www.w3.org/1999/xhtml"><p>This is an Atom syndication feed.</p></div>
25 </info>
26 <entry>
27 <title>First entry title</title>
28 <link rel="alternate"
29 type="text/html"
30 href="/entry/3"/>
31 <link rel="service.edit"
32 type="application/atom+xml"
33 title="Atom API entrypoint to edit this entry"
34 href="/api/edit/3"/>
35 <link rel="service.post"
36 type="application/atom+xml"
37 title="Atom API entrypoint to add comments to this entry"
38 href="/api/comment/3"/>
39 <id>tag:feedparser.org,2004-04-20:/docs/examples/atom03.xml:3</id>
40 <created>2004-04-19T07:45:00Z</created>
41 <issued>2004-04-20T00:23:47Z</issued>
42 <modified>2004-04-20T11:56:34Z</modified>
43 <author>
44 <name>Mark Pilgrim</name>
45 <url>http://diveintomark.org/</url>
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/plain" mode="escaped">
59 Watch out for nasty tricks
60 </summary>
61 <content type="application/xhtml+xml" mode="xml"
62 xml:base="http://example.org/entry/3"
63 xml:lang="en-US">
64 <div xmlns="http://www.w3.org/1999/xhtml">Watch out for <span style="background-image: url(javascript:window.location=’http://example.org/’)"> nasty tricks</span></div>
65 </content>
66 </entry>
67 </feed>