Does anyone have/make/sell an error tolerant XML reader for .NET?
Yeah, I know, XML isn\'t designed to have errors in it and should be rejected if it\'s not valid ..
It's precisely because the real world is imperfect that XML is so widely used. What would be the functional specification for an error-tolerant XML parser? It's an open-ended problem. It's hard enough to parse all variations of well-formed XML without trying to second-guess all possible errors.
[... Waits for downvote.]