如果在eclipse中配置只需要,只需要在菜单栏window->preference->Myeclipse->file and eiditor->xml->xml catalog->add添加:
Location中选中struts-2.3.dtd所在位置如下图所示
Key Type选中URI
Key:在struts.xml中有 <!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd"> 选中http://struts.apache.org/dtds/struts-2.3.dtd即可
在eclispe中如上配置以后 保存,编写struts.xml文件时就可自动出现提示了。但是MyEclipse中还要如下改一下编辑器
因为对于MyEclipse来说 它的默认设置里没有设置XML编辑器,而是设置成了MyEclipse struts2的xml编辑器,所以我们要将xml文件所对应的编辑器设置为
MyEclipse
XML编辑器。
General----->File Association----> File types选择*.xml 下方关联编辑器选择 MyEclipse XML Editor 单击default按钮设置为默认 单击OK保存退出即可
Myeclipse中struts2配置文件配置dtd以支持自动补全
原文地址:http://blog.csdn.net/u010498696/article/details/45586051