eclipse提示No grammar constraints (DTD or XML schema).....两种解决方法


http://blog.csdn.net/xwin1989/article/details/6754790


方法一:常用方法   关闭XML验证

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

 

方法二:(个人推荐)

添加 内容如下


你可能感兴趣的:(eclipse)