Feed title is the item title instead of the channel title
Brought to you by:
toomastoots
in this valid rss example feedreader 2.7 will show My
item title as the feed title. It seems to me that it takes
the first title and not the channel title as it should.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<item>
<description>My item desc.</description>
<title>My item title</title>
<link>http://localhost:8080/rss</link>
</item>
<title>My feed title</title>
<ttl>720</ttl>
<description>My feed desc.</description>
<link>http://localhost:8080</link>
<language>en-us</language>
<copyright>Copyright 2004 Gurunet Corp.</copyright>
</channel>
</rss>