我收到此错误解析EntityName时出错.第1行,第61位.保存此网址时 http://www.autorentalnews.com/t_inside.cfm?action=news_pick\u0026amp;storyID=36229 我不知道为什么我不能在xml文件中保存这样的url 元素写得那
http://www.autorentalnews.com/t_inside.cfm?action=news_pick\u0026amp;storyID=36229
我不知道为什么我不能在xml文件中保存这样的url
元素写得那样
<New> <ID>8b269f29-69a1-4551-8d72-4602df4e2c7e</ID> <Title>Industry Rallies Against Ariz. Rental Car Tax</Title> **<SourceUrl>http://www.autorentalnews.com/t_inside.cfm?action=news_pick&storyID=36229</SourceUrl>**
有什么建议!
你得到这个错误是因为& – 或者用& amp;替换它.或将您的网址存储在cdata部分 – 即<![CDATA [your-url-here]]>