Menu

#181 Feed title is the item title instead of the channel title

open
nobody
None
5
2004-08-25
2004-08-25
Anonymous
No

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>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.