异常The file cannot be validated as the XML definition "http://www.opensymphony.com/

前端之家收集整理的这篇文章主要介绍了异常The file cannot be validated as the XML definition "http://www.opensymphony.com/前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

struts的xml文件提示如下错误

The file cannot be validated as the XML definition "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd" that is specified as describingthe Syntax of the file cannot be located.





解决办法:将划线的内容改为如下内容

Xml代码

收藏代码

  1. <!DOCTYPEvalidatorsPUBLIC"-//ApacheStruts//XWorkValidator1.0.2//EN"

  2. "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd">



转自:http://hermosa-young.iteye.com/blog/2024964

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

猜你在找的XML相关文章