atom_rfc_example_2.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
---
atom_rfc_example_2.xml (1681B)
---
1
2 <?xml version="1.0" encoding="utf-8"?>
3 <feed xmlns="http://www.w3.org/2005/Atom">
4 <title type="text">dive into mark</title>
5 <subtitle type="html">
6 A <em>lot</em> of effort
7 went into making this effortless
8 </subtitle>
9 <updated>2005-07-31T12:29:29Z</updated>
10 <id>tag:example.org,2003:3</id>
11 <link rel="alternate" type="text/html"
12 hreflang="en" href="http://example.org/"/>
13 <link rel="self" type="application/atom+xml"
14 href="http://example.org/feed.atom"/>
15 <rights>Copyright (c) 2003, Mark Pilgrim</rights>
16 <generator uri="http://www.example.com/" version="1.0">
17 Example Toolkit
18 </generator>
19 <entry>
20 <title>Atom draft-07 snapshot</title>
21 <link rel="alternate" type="text/html"
22 href="http://example.org/2005/04/02/atom"/>
23 <link rel="enclosure" type="audio/mpeg" length="1337"
24 href="http://example.org/audio/ph34r_my_podcast.mp3"/>
25 <id>tag:example.org,2003:3.2397</id>
26 <updated>2005-07-31T12:29:29Z</updated>
27 <published>2003-12-13T08:29:29-04:00</published>
28 <author>
29 <name>Mark Pilgrim</name>
30 <uri>http://example.org/</uri>
31 <email>f8dy@example.com</email>
32 </author>
33 <contributor>
34 <name>Sam Ruby</name>
35 </contributor>
36 <contributor>
37 <name>Joe Gregorio</name>
38 </contributor>
39 <content type="xhtml" xml:lang="en"
40 xml:base="http://diveintomark.org/">
41 <div xmlns="http://www.w3.org/1999/xhtml">
42 <p><i>[Update: The Atom draft is finished.]</i></p>
43 </div>
44 </content>
45 </entry>
46 </feed>