albertocc / mobile-rss-reader

Automatically exported from code.google.com/p/mobile-rss-reader
0 stars 0 forks source link

Doesn't show content of RSS 1.0 feeds #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pick a RSS-1 feed such as http://planet.debian.net/rss10.xml
2. View an item
3. note the lack of content

What is the expected output? What do you see instead?
Expected output: blog bodies;
Seen instead: just a link.

What version of the product are you using? On what operating system?
RssReader v1.11.1-2.0-rc1_b428 on SE K608i

Please provide any additional information below.

Original issue reported on code.google.com by i...@software.coop on 28 Jun 2008 at 1:28

GoogleCodeExporter commented 9 years ago
Thanks for reporting this.  It appears that my study of RSS had missed this.  
The 
RSS reader picks up the title and link, but not the encoded content (with tag 
content:encoded) nor rdf:value.  I'll try to get this into Release Candidate 2.

Original comment by ibunto...@gmail.com on 28 Jun 2008 at 9:44

GoogleCodeExporter commented 9 years ago
The problem is with RSS with the content module (namespace).  Many RSS 1.0 has 
<description> tag which works as well as Dublin Core namespace which has 
dc:description tag which works.  The Content module has tags content:encoded 
and 
content:items with nested multiple content:item tags inside the item tag.  I 
had 
missed this before as the previous examples that I saw the content tags seemed 
to be 
duplicates of the description tag, but I was mistaken.  There are times where 
the 
content tags have the only info.

Original comment by ibunto...@gmail.com on 28 Jun 2008 at 10:44

GoogleCodeExporter commented 9 years ago
I have posted Release Candidate 2 which handles the content module's tag 
encoded 
which is contained in the XML that was at issue.  So, the URL given for this 
issue 
now works.

On a related matter, I did a test using content:item which is the other use of 
content module and found that Google reader does not handle rdf:value present 
in 
content:item, so I will not handle it either.  It will be ignored.

This new version worksaround problem with delete and exit for Sony Ericsson 
T637.

Original comment by ibunto...@gmail.com on 29 Jun 2008 at 3:14

GoogleCodeExporter commented 9 years ago
I think that this is fixed as I have tried the above example and released the 
fix.

Original comment by ibunto...@gmail.com on 23 Dec 2008 at 8:04