Bug ID | 976805 |
---|---|
Summary | openSUSE News - 22nd April 2016 - RSS Feed generates invalid XML |
Classification | openSUSE |
Product | openSUSE.org |
Version | unspecified |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Major |
Priority | P5 - None |
Component | Infrastructure |
Assignee | mrueckert@suse.com |
Reporter | donald@curtisliberty.de |
QA Contact | lrupp@suse.com |
Found By | --- |
Blocker | --- |
Similar to Bug 566686: KDE4 Plasma PIM; Akregator: The "worked for years" URL <https://news.opensuse.org/?feed=rss2> reports "invalid XML". When I subscribe to the RSS Feed a file is dropped into my /tmp/mozilla_?? directory; Akregator also reports that this file has "invalid XML". If I edit the file in /tmp/mozilla_?? as follows: 1. Remove the white-space before "<?xml version="1.0" encoding="UTF-8"?>"; 2. Place "<rss version="2.0" . . . " on a new line; 3. Join all the "<rss version="2.0" . . . " components into a single line; 4. Remove the white-space preceding the terminating ">" of the "<rss " line; it works!