Bug 82071 - Please Render content:encoded Element If parseType='Literal'
Summary: Please Render content:encoded Element If parseType='Literal'
Status: RESOLVED INTENTIONAL
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.0-beta1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-23 19:45 UTC by Jared Warren
Modified: 2004-12-02 17:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Test Case (1.04 KB, application/rdf+xml)
2004-05-24 18:10 UTC, Jared Warren
Details

Note You need to log in before you can comment on or make changes to this bug.
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)