XmlElement LoadXml问题
XmlDocument xmldocument = new XmlDocument();
xmldocument.LoadXml(xmlin);
xmlin中有& 字符,报错如何处理啊?
多谢指点!
------解决方案--------------------改用HtmlAgilityPack中的HtmlDocument类,自己google一下。
------解决方案--------------------xml 特殊字符的 的处理··
也许对你有帮助··
http://blog.csdn.net/ldl22847/article/details/7029314