summaryrefslogtreecommitdiff
path: root/plugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-19 20:55:38 -0800
committerBrion Vibber <brion@pobox.com>2009-11-19 21:04:21 -0800
commitdd36c2de23dbdb30f333be1f9d5292d62363b0c8 (patch)
tree89eae38f77e74b51478cc2ec0c13a0ac249d75ba /plugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml
parentdc90e90fd2748f953a2d4750105817b41cafe43a (diff)
Initial functional version of feed subscription plugin, currently supporting only PuSH-enabled feeds.
Diffstat (limited to 'plugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml')
-rwxr-xr-xplugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml b/plugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml
new file mode 100755
index 000000000..612186897
--- /dev/null
+++ b/plugins/FeedSub/extlib/XML/Feed/samples/illformed_atom10.xml
@@ -0,0 +1,13 @@
+<!--
+Description: entry author name
+Expect: bozo and entries[0]['author_detail']['name'] == u'Example author'
+-->
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+ <author>
+ <name>Example author</name>
+ <email>me@example.com</email>
+ <uri>http://example.com/</uri>
+ </author>
+</entry>
+</feed \ No newline at end of file