Cleanup
[catagits/XML-Feed.git] / t / samples / atom.xml
CommitLineData
0d5e38d1 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>
4f6ca997 10<author>
11<name>Melody</name>
12</author>
0d5e38d1 13<entry>
14<title>Entry Two</title>
15<link rel="alternate" type="text/html" href="http://localhost/weblog/2004/05/entry_two.html" />
16<modified>2004-05-30T07:39:53Z</modified>
17<issued>2004-05-30T07:39:25Z</issued>
18<id>tag:localhost,2004:/weblog//1.28</id>
19<created>2004-05-30T07:39:25Z</created>
20<summary type="text/plain">Hello!...</summary>
21<author>
22<name>Melody</name>
23
24<email>melody@example.com</email>
25</author>
26<dc:subject>Travel</dc:subject>
27<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://localhost/weblog/">
28<![CDATA[<p>Hello!</p>]]>
29
30</content>
31</entry>
32<entry>
33<title>Test</title>
34<link rel="alternate" type="text/html" href="http://localhost/weblog/2004/05/test.html" />
35<modified>2004-05-30T06:24:08Z</modified>
36<issued>2004-05-09T07:03:28Z</issued>
37<id>tag:localhost,2004:/weblog//1.1</id>
38<created>2004-05-09T07:03:28Z</created>
39<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>
40<author>
41<name>Melody</name>
42
43<email>melody@example.com</email>
44</author>
45<dc:subject>Sports</dc:subject>
46<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://localhost/weblog/">
47<![CDATA[<p>This is a test.</p>
48
49<p>Why don't you come down to our place for a coffee and a <strong>chat</strong>?</p>]]>
50
51</content>
52</entry>
53
54</feed>