lwindolf / liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME
https://lzone.de/liferea
GNU General Public License v2.0
817 stars 130 forks source link

Cannot add a feed source #1246

Closed dikel closed 1 year ago

dikel commented 1 year ago

When I try to add this RSS source I get XML Parser: Could not parse document:

But I was able to import it in rss.app, Feedly, Brave News and Gnome Feeds

lwindolf commented 1 year ago

Sorry, this feed is invalid https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fe.cash%2Fblog%2Frss.xml

The XML parser used by Liferea does not support non-valid XML, which I consider correct behaviour. XML is a machine readable format after all and needs to be well-formed and valid.

dikel commented 1 year ago

Thank you. It makes sense to not support invalid XML