我正在尝试在 C# 中使用 xmldocument 解析以下内容。但我无法加载它。它说无效字符。即使在浏览器中,它也无法正确显示并抱怨无效字符。我需要遍历这个字符串中的所有元素。有人可以告诉这里有什么问题吗?
<div><b>Q1.
What is your name?:</b> BTB (Build the bank)</div>
<div><b>Q2.
How old are you?:</b> 29</div>
代码是这样的:
XmlDocument xml = new XmlDocument();
xml.Load(item.Summary);
错误是:“路径中有非法字符。”