Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xerces 解析器在解析包含“&”运算符的 XML 文件时出错。XML 文件(UTF-8 编码)可以包含“&”运算符吗?
- 谢谢
看看这个网站上的这个答案:
在 XML 中转义 & 符号
您也可以使用 CDATA 标签。
<![CDATA[My &&&&& ampersands.]]>