Reference to undeclared entity 'nbsp' while reading xml from URL in c#?

前端 未结 3 1397
南笙
南笙 2020-12-11 00:24
    XmlDocument xmldoc = new XmlDocument();
    xmldoc.XmlResolver = null;

    xmldoc.Load(\"URL\");
    XmlWriter xmlWrite = XmlWriter.Create(@Server.MapPath(\"Tes         


        
3条回答
  •  星月不相逢
    2020-12-11 00:43

    Late to this, but you can also replace   with   if you don't want to remember what   means.

提交回复
热议问题