Skip to content

New RSS/ATOM Feed Parser

Spideynn requested to merge feed-parser into main

This feed parser uses AngleSharp.Xml to parse the XML instead of System.Xml.

System.Xml follows the XML spec exactly, but is too strict. Over half the feeds we've encountered are not compliant with either the XML spec or the RSS/ATOM spec.

Merge request reports