RetroZilla/toolkit/components/feeds/test/xml/rss2/item_content_encoded.xml
2015-10-20 23:03:22 -04:00

16 lines
359 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: item title works
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).content.plainText() == 'foobar'
-->
<rss version="2.0" >
<channel>
<item xmlns:c="http://purl.org/rss/1.0/modules/content/">
<title>test</title>
<c:encoded>foobar</c:encoded>
</item>
</channel>
</rss>