hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
160 stars 38 forks source link

Add non-strict XML parser #195

Open ai opened 5 months ago

ai commented 5 months ago

Sometimes feeds XML contains small syntax errors like here:

error on line 6 at column 87: Namespace prefix atom on link is not defined

We need to ignore similar types of issue.

Could be related to https://github.com/hplush/slowreader/issues/9