Closed prof18 closed 8 months ago
If the parsing fails because the XML is malformed, it will re-download the XML as a string, clean it up, and try to parse it again. If it fails again, it will throw an RssParsingException.
In this way XML with unwanted whitespaces will be parsed
If the parsing fails because the XML is malformed, it will re-download the XML as a string, clean it up, and try to parse it again. If it fails again, it will throw an RssParsingException.
In this way XML with unwanted whitespaces will be parsed