| Summary: | Add tolerance for bad blog entries | ||
|---|---|---|---|
| Product: | [Applications] akregator | Reporter: | Pierre Habouzit <madcoder> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | ana, shaklev, thomas.deschepper.ecol |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pierre Habouzit
2004-08-04 00:51:32 UTC
i'd be nice to have the attached feed The feed has been manually corrected and doesn't exist anymore. THe problem was an "&" wasn't written as a "&" but as a & followed by a space. I didn't get if it was in the body or in the title of the feed. yeah, that's malformed XML, which qdom doesn't handle at all *** Bug 100044 has been marked as a duplicate of this bug. *** *** Bug 102979 has been marked as a duplicate of this bug. *** In my opinion, this bug should get closed. As far as I understand it, this means preparsing the feeds for every crap the people write. This is error-prone and also unneccessary. It is *really* not Akregator's task to correct feeds that do not conform with the XML specifications. INHO the only real effect is the negative one we can see at HTML. As I said above, no real need for this. |