summaryrefslogtreecommitdiffstats
path: root/tests/feeds/test03-result.atom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:40:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:40:05 +0000
commit4038ab95a094b363f1748f3dcb51511a1217475d (patch)
tree7f393d66a783f91ddd263c78d681e485cf4f45ca /tests/feeds/test03-result.atom
parentInitial commit. (diff)
downloadraptor2-4038ab95a094b363f1748f3dcb51511a1217475d.tar.xz
raptor2-4038ab95a094b363f1748f3dcb51511a1217475d.zip
Adding upstream version 2.0.16.upstream/2.0.16upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/feeds/test03-result.atom')
-rw-r--r--tests/feeds/test03-result.atom84
1 files changed, 84 insertions, 0 deletions
diff --git a/tests/feeds/test03-result.atom b/tests/feeds/test03-result.atom
new file mode 100644
index 0000000..ef0b16e
--- /dev/null
+++ b/tests/feeds/test03-result.atom
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns:at="http://purl.org/syndication/atomtriples/1"
+ xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:content="http://purl.org/rss/1.0/modules/content/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:enc="http://purl.oclc.org/net/rss_2.0/enc#"
+ xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rss091="http://purl.org/rss/1.0/modules/rss091#"
+ xmlns:rss="http://purl.org/rss/1.0/"
+ xmlns="http://www.w3.org/2005/Atom">
+ <id>http://example.org/whatsnew</id>
+ <title>example feed with 3 items</title>
+ <updated>2006-03-28T20:57:15Z</updated>
+ <author>
+ <email>bob@bob.com</email>
+ <name>unknown</name>
+ <uri>http://bob.com/</uri>
+ </author>
+ <link href="/whatsnew"
+ rel="self"/>
+ <at:feedmap>
+ <at:feedmap property="http://purl.org/rss/1.0/link">atom:id</at:feedmap>
+ <at:feedmap property="http://purl.org/dc/elements/1.1/date">atom:updated</at:feedmap>
+ <at:feedmap property="http://purl.org/dc/elements/1.1/rights">atom:rights</at:feedmap>
+ <at:feedmap property="http://purl.org/rss/1.0/title">atom:title</at:feedmap>
+ </at:feedmap>
+ <at:entrymap>
+ <at:entrymap property="http://purl.org/rss/1.0/description">atom:summary</at:entrymap>
+ <at:entrymap property="http://purl.org/rss/1.0/link">atom:id</at:entrymap>
+ <at:entrymap property="http://purl.org/dc/elements/1.1/date">atom:updated</at:entrymap>
+ <at:entrymap property="http://purl.org/dc/elements/1.1/rights">atom:rights</at:entrymap>
+ <at:entrymap property="http://purl.org/rss/1.0/title">atom:title</at:entrymap>
+ <at:entrymap property="http://purl.org/rss/1.0/modules/content/encoded">atom:summary</at:entrymap>
+ <at:entrymap property="http://purl.org/dc/elements/1.1/date">rss091:pubDate</at:entrymap>
+ <at:entrymap property="http://purl.org/rss/1.0/modules/content/encoded">rss:description</at:entrymap>
+ </at:entrymap>
+
+ <entry>
+ <id>http://example.org/2006/03/03/blog-item</id>
+ <title>blog item title 2006-02</title>
+ <updated>2006-03-03T23:59:59Z</updated>
+ <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">a literal XML atom:content with
+<b>tags</b> and
+newlines</div></content>
+ <summary>the summary of the item</summary>
+ <at:md/>
+ </entry>
+
+ <entry>
+ <id>http://example.org/2006/02/02/blog-item</id>
+ <title>blog item title 2006-02</title>
+ <updated>2006-02-02T00:00:02Z</updated>
+ <link href="/2006/02/02/blog-item"
+ rel="alternate"/>
+ <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">a content:encoded description with
+<b xmlns="http://www.w3.org/1999/xhtml">tags</b> and
+newlines</div></summary>
+ <at:md/>
+ </entry>
+
+ <entry>
+ <id>http://example.org/2006/01/01/blog-item</id>
+ <title>blog item title 2006-01</title>
+ <updated>2006-01-01T00:00:01Z</updated>
+ <link href="/2006/01/01/blog-item"
+ rel="alternate"/>
+ <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">The atom:summary description including
+<b>tags</b>
+over several lines.</div></summary>
+ <at:md/>
+ </entry>
+
+ <entry>
+ <id>http://example.org/2005/12/12/blog-item</id>
+ <title>blog item title 2005-12</title>
+ <updated>2005-12-12T00:00:00Z</updated>
+ <content src="http://external.example.org/"
+ type="text/html"/>
+ <summary>the rss description</summary>
+ <at:md/>
+ </entry>
+
+</feed>