XmlParserOptions public struct XmlParserOptions Contains a number of options for the XML parser. Documentation Code public bool IsSuppressingErrors { get; set; } Gets or sets if errors should be surpressed. This way the document will be parsed for sure, but may look weird.