The reference to entity “XX“ must end with the ‘;‘ delimiter.

配置文件中出现 The reference to entity “XX” must end with the ‘;’ delimiter. 错误提示

一般是因为 xml文件里面 出现 " & " 等特殊字符导致的,xml文件是无法直接正常解析&等特殊字符的,所以可用&转义表示

解决办法

在 " & " 后面加上 " amp; " (不含双引号)