Bug 211324

Summary: Some feeds do not work in Akregator
Product: [Applications] akregator Reporter: karaluh <karaluh>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description karaluh 2009-10-21 12:58:06 UTC
Version:            (using KDE 4.3.2)
Installed from:    Ubuntu Packages

Example:
http://www.ugo.com/ugo/html/index/feed.asp?id=29

Akregator displays empty feed with no title and red X icon. Firefox displays the feed fine.
Comment 1 Christophe Marin 2009-10-21 19:15:39 UTC
There's a syntax error in the title

<title>Operation Flashpoint: Dragon Rising Q&A</title>

note the '&' between Q and A.

and the spec reference: http://www.w3.org/TR/REC-xml/#wf-entdeclared

for this feed: Q&A *must* be replaced with Q&amp;A.

The error should be reported to the site owner.