Bug 82069 - Bundled librss Not Namespace-Aware
Summary: Bundled librss Not Namespace-Aware
Status: RESOLVED WORKSFORME
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.0-beta1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-23 19:18 UTC by Jared Warren
Modified: 2004-12-02 05:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Test Case (1.20 KB, application/rdf+xml)
2004-05-24 18:15 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:18:41 UTC
Version:           1.0-beta1 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 3.3.3 (Debian 20040401) 
OS:                Linux

The librss bundled with aKregator cannot parse feeds where RSS 1.0 has a namespace other than default. A feed like the following will be empty:

<rdf:RDF xmlns:rss="http://purl.org/rss/1.0/">
  <rss:channel>...</rss:channel>
  <rss:item>...</rss:item>
</rdf:RDF>

If RSS has both a qualified and default namespace, only the elements using the default namespace will be parsed. The same bug is not evident in Kontact (Debian/3.2.2-2) using dcoprss (Debian/3.2.2-1) and librss1 (Debian/3.2.2-1), so please feel free to regard this bug as encouragement to switch to a dynamic copy of librss as soon as possible.
Comment 1 Sashmit Bhaduri 2004-05-24 02:31:21 UTC
Do you have an example of an online feed?
Comment 2 Jared Warren 2004-05-24 18:15:01 UTC
Created attachment 6100 [details]
Test Case

Also available at http://s87423270.onlinehome.us/feeds/82069.rdf
Comment 3 George Staikos 2004-12-02 05:28:20 UTC
testcase works fine in HEAD as far as I can see.