blob: 6611375b67de271c78dd95c4e0a1e164438fdf61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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>
|