加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

The file cannot be validated as the XML definition...

发布时间:2020-12-16 09:38:49 所属栏目:百科 来源:网络整理
导读:今天在学习ssh框架的时候,遇到了这样一个问题: The file cannot be validated as the XML definition "http://www.opensymphony.com/xwork/xwork- validator-1.0.2.dtd" that is specified as describing the syntax of the file cannot be located. 出问

今天在学习ssh框架的时候,遇到了这样一个问题:

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

出问题的代码:

<!DOCTYPE validators PUBLIC "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
"http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">

错误提示:

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

出问题的原因貌似是http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd这个网址访问不了

解决办法:

将<!DOCTYPE>这一项改为:

<!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator 1.0.2//EN" "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd">

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读