xml文件解析错误

前端之家收集整理的这篇文章主要介绍了xml文件解析错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

打开项目,突然爆出异常:

Referenced file contains errors (http://struts.apache.org/dtds/struts-2.0.dtd). For more information,right click on the message in the Problems View and
select "Show Details..."

最后找到struts-core.jar下的dtd文件,包含:struts-2.0.dtd,struts-2.1.7.dtd,struts2.3.dtd文件

最后将dtd文件修改为2.1.7版本,重新bulid项目,问题消失。

原文链接:https://www.f2er.com/xml/299547.html

猜你在找的XML相关文章