Error tolerant XML reader

后端 未结 5 1351
悲&欢浪女
悲&欢浪女 2020-12-18 12:51

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 ..

5条回答
  •  温柔的废话
    2020-12-18 13:48

    Run the XML through Beautiful Soup first. That will clean your XML of errors so it parses correctly

提交回复
热议问题