码迷,mamicode.com
首页 > 其他好文 > 详细

使用XmlDocument时跳过DTD验证

时间:2020-04-15 14:03:01      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:dtd   出现   tin   ESS   联网   proc   reader   doc   错误   

读取xml时出现System.Net联网网络错误

XmlReaderSettings xs = new XmlReaderSettings();
xs.XmlResolver = null;
xs.DtdProcessing=DtdProcessing.Ignore;//xs.ProhibitDtd = false;
XmlReader reader = XmlReader.Create(url, xs);
XmlDocument doc = new XmlDocument();

使用XmlDocument时跳过DTD验证

标签:dtd   出现   tin   ESS   联网   proc   reader   doc   错误   

原文地址:https://www.cnblogs.com/sinceret/p/12704665.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!