diff options
Diffstat (limited to 'modules/aggregator/aggregator_test_rss091.xml')
-rw-r--r-- | modules/aggregator/aggregator_test_rss091.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator_test_rss091.xml b/modules/aggregator/aggregator_test_rss091.xml new file mode 100644 index 000000000..9576f7c16 --- /dev/null +++ b/modules/aggregator/aggregator_test_rss091.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<rss version="0.91"> + <channel> + <title>Example</title> + <link>http://example.com</link> + <description>Example updates</description> + <language>en-us</language> + <copyright>Copyright 2000, Example team.</copyright> + <managingEditor>editor@example.com</managingEditor> + <webMaster>webmaster@example.com</webMaster> + <image> + <title>Example</title> + <url>http://example.com/images/druplicon.png</url> + <link>http://example.com</link> + <width>88</width> + <height>100</height> + <description>Example updates</description> + </image> + <item> + <title>Example turns one</title> + <link>http://example.com/example-turns-one</link> + <description>Example turns one.</description> + </item> + <item> + <title>Example turns two</title> + <link>http://example.com/example-turns-two</link> + <description>Example turns two.</description> + </item> + </channel> +</rss>
\ No newline at end of file |