No grammar constraints (DTD or XML Schema) referenced in the document.

来源:互联网 发布:淘宝女装街拍摄影技巧 编辑:程序博客网 时间:2024/06/08 20:16

方法1

关闭XML验证

工具栏:windows => preferences => xml => xml files => validation => Indicate when no grammar is specified:选择Ignore即可。


方法2

添加 内容如下

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/2002/xmlspec/dtd/2.10/xmlspec.dtd">


方法3(spring配置文件会报错)

添加 内容如下

<!DOCTYPE xml>



0 0