Bug 82071

Summary: Please Render content:encoded Element If parseType='Literal'
Product: [Applications] akregator Reporter: Jared Warren <warren>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: 1.0-beta1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Test Case

Description Jared Warren 2004-05-23 19:45:50 UTC
Version:           1.0-beta1 (using KDE KDE 3.2.2)
Compiler:          gcc (GCC) 3.3.3 (Debian 20040401) 
OS:                Linux

I know this is against the spirit of the specs, but I'm working with a RSS 1.0 feed where the full-text contents *must* be encoded literally. Since I'd rather not mess around with the complexity of mod_content-1, I've taken to producing the feed as:

<content:encoded rdf:parseType='Literal' xmlns="http://www.w3.org/1999/xhtml">
  Foo <strong>Bar</strong>...
</content:encoded>

This validates as correct RDF, possibly just because RDF Schema can't enforce encoding? Anyway, I'm discussing this with the RSS-dev group and in the meanwhile I just thought it would be nice if you could preemptively implement this.
Comment 1 Stanislav Karchebny 2004-05-24 06:55:18 UTC
An URL of an online version of such feed, please. Otherwise we can't test.
(You can as well attach whole feed here)
Comment 2 Jared Warren 2004-05-24 18:10:06 UTC
Created attachment 6099 [details]
Test Case

Also available at http://s87423270.onlinehome.us/feeds/82071.rdf
Comment 3 Teemu Rytilahti 2004-10-07 23:18:30 UTC
Reassigning to akregator-devel mailinglist.
Comment 4 Sashmit Bhaduri 2004-12-02 17:19:26 UTC
More or less too non-standard to attempt to implemnent (been five months without anyone willing to do it)