RetroZilla/toolkit/components/feeds/test/xml/rss2/item_content_encoded.xml

16 lines
359 B
XML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<?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>