New RSS/ATOM Feed Parser
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.