forked from iovxw/rssbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom_1.0.xml
74 lines (74 loc) · 3.02 KB
/
atom_1.0.xml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns='http://www.w3.org/2005/Atom'
xml:lang='en-us'>
<title type="html">atom_1.0.feed.title</title>
<link rel="self" type="text/html" href="http://example.com/blog/atom_1.0.xml"/>
<link rel="alternate" type="text/html" href="http://example.com/blog"/>
<link rel="alternate" type="text/plain" href="http://example.com/blog_plain"/>
<author>
<name>atom_1.0.feed.author.name</name>
<uri>http://example.com</uri>
<email>[email protected]</email>
</author>
<contributor>
<name>atom_1.0.feed.contributor.name</name>
<uri>http://example.com</uri>
<email>[email protected]</email>
</contributor>
<subtitle type="html">atom_1.0.feed.tagline</subtitle>
<id>http://example.com/blog/atom_1.0.xml</id>
<generator uri="http://example.com/test">atom_1.0.feed.generator</generator>
<rights>atom_1.0.feed.copyright</rights>
<updated>2000-01-01T00:00:00Z</updated>
<entry>
<title type="text">atom_1.0.feed.entry[0].title</title>
<link rel="alternate" type="text/html"
href="http://example.com/blog/entry1"/>
<link rel="alternate" type="text/plain"
href="http://example.com/blog/entry1_plain"/>
<link rel="enclosure" type="image/gif"
href="http://example.com/blog/enclosure1.gif"/>
<link rel="test" type="image/gif"
href="tag:example.com,2005:Atom-Tests:xml-base:Test0"/>
<id>atom_1.0.feed.entry[0]^id</id>
<author>
<name>atom_1.0.feed.entry[0].author.name</name>
<uri>http://example.com</uri>
<email>[email protected]</email>
</author>
<contributor>
<name>atom_1.0.feed.entry[0].contributor.name</name>
<uri>http://example.com</uri>
<email>[email protected]</email>
</contributor>
<updated>2000-01-01T00:00:00Z</updated>
<published>2000-01-01T01:00:00Z</published>
<summary type="html">atom_1.0.feed.entry[0].summary</summary>
<content type="html">atom_1.0.feed.entry[0].content[0]</content>
<rights>atom_1.0.feed.entry[0].rights</rights>
</entry>
<entry>
<title type="text">atom_1.0.feed.entry[1].title</title>
<link rel="alternate" type="text/html"
href="http://example.com/blog/entry2"/>
<link rel="enclosure" type="image/gif"
href="http://example.com/blog/enclosure2.gif"/>
<link rel="test" type="image/gif"
href="tag:example.com,2005:Atom-Tests:xml-base:Test1"/>
<id>atom_1.0.feed.entry[1]^id</id>
<author>
<name>atom_1.0.feed.entry[1].author.name</name>
<uri>http://example.com</uri>
<email>[email protected]</email>
</author>
<contributor>
<name>atom_1.0.feed.entry[1].contributor.name</name>
<uri>http://example.com</uri>
<email>[email protected]</email>
</contributor>
<updated>2000-02-01T00:00:00Z</updated>
<published>2000-02-01T01:00:00Z</published>
<summary type="html">atom_1.0.feed.entry[1].summary</summary>
<content type="html">atom_1.0.feed.entry[1].content[0]</content>
</entry>
</feed>