diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:40:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:40:05 +0000 |
commit | 4038ab95a094b363f1748f3dcb51511a1217475d (patch) | |
tree | 7f393d66a783f91ddd263c78d681e485cf4f45ca /tests/feeds/test01-result.atom | |
parent | Initial commit. (diff) | |
download | raptor2-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/test01-result.atom')
-rw-r--r-- | tests/feeds/test01-result.atom | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/feeds/test01-result.atom b/tests/feeds/test01-result.atom new file mode 100644 index 0000000..644f4a1 --- /dev/null +++ b/tests/feeds/test01-result.atom @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry 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/2006/03/28/blog-item</id> + <title>atomic blog item title</title> + <updated>2006-03-28T20:57:15Z</updated> + <link href="2006/03/28/blog-item" + rel="alternate"/> + <summary>rss:description here</summary> + <at:md> + <dc:creator> + <dc:Person> + <dc:title>Example</dc:title> + </dc:Person> + </dc:creator> + </at:md> + +</entry> |