Load XML-Feed-0.01 into trunk.
[catagits/XML-Feed.git] / t / samples / atom.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en-us">
3 <title>First Weblog</title>
4 <link rel="alternate" type="text/html" href="http://localhost/weblog/" />
5 <modified>2004-05-30T07:39:57Z</modified>
6 <tagline>This is a test weblog.</tagline>
7 <id>tag:localhost,2004:/weblog//1</id>
8 <generator url="http://www.movabletype.org/" version="3.0D">Movable Type</generator>
9 <copyright>Copyright (c) 2004, Melody</copyright>
10 <entry>
11 <title>Entry Two</title>
12 <link rel="alternate" type="text/html" href="http://localhost/weblog/2004/05/entry_two.html" />
13 <modified>2004-05-30T07:39:53Z</modified>
14 <issued>2004-05-30T07:39:25Z</issued>
15 <id>tag:localhost,2004:/weblog//1.28</id>
16 <created>2004-05-30T07:39:25Z</created>
17 <summary type="text/plain">Hello!...</summary>
18 <author>
19 <name>Melody</name>
20
21 <email>melody@example.com</email>
22 </author>
23 <dc:subject>Travel</dc:subject>
24 <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://localhost/weblog/">
25 <![CDATA[<p>Hello!</p>]]>
26
27 </content>
28 </entry>
29 <entry>
30 <title>Test</title>
31 <link rel="alternate" type="text/html" href="http://localhost/weblog/2004/05/test.html" />
32 <modified>2004-05-30T06:24:08Z</modified>
33 <issued>2004-05-09T07:03:28Z</issued>
34 <id>tag:localhost,2004:/weblog//1.1</id>
35 <created>2004-05-09T07:03:28Z</created>
36 <summary type="text/plain">This is a test. Why don&apos;t you come down to our place for a coffee and a chat?...</summary>
37 <author>
38 <name>Melody</name>
39
40 <email>melody@example.com</email>
41 </author>
42 <dc:subject>Sports</dc:subject>
43 <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://localhost/weblog/">
44 <![CDATA[<p>This is a test.</p>
45
46 <p>Why don't you come down to our place for a coffee and a <strong>chat</strong>?</p>]]>
47
48 </content>
49 </entry>
50
51 </feed>