struts2配置文件DTD问题
<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPEstrutsPUBLIC"-//ApacheSoftwareFoundation...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
我DTD这么写的,但是没有提示,我看到eclipse上面有个黄色感叹号!写着
The file cannot be validated as the XML Schema "http://struts.apache.org/dtds/struts-2.3.dtd" that is specified as describing the syntax of
the file cannot be located.
求高手解答 展开
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
我DTD这么写的,但是没有提示,我看到eclipse上面有个黄色感叹号!写着
The file cannot be validated as the XML Schema "http://struts.apache.org/dtds/struts-2.3.dtd" that is specified as describing the syntax of
the file cannot be located.
求高手解答 展开
2个回答
2015-08-04 · 知道合伙人互联网行家
关注
展开全部
在MyEclipse中 struts.xml配制文件中alt+/不支持提示,这时需要手工添加dtd的支持
在Myeclipse中菜单栏window->preference->Myeclipse->file and eiditor->xml->xml catalog->add
1)Location:
在struts2文件夹下的lib目录,找到struts2-core文件并解压,打开解压的目录下即可找到struts2.3.dtd 。这里location就选中该文件。
2)Key Type:选中URI
3)Key :
在struts.xml中有
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
复制其中的:http://struts.apache.org/dtds/struts-2.3.dtd 粘贴到key。
在Myeclipse中菜单栏window->preference->Myeclipse->file and eiditor->xml->xml catalog->add
1)Location:
在struts2文件夹下的lib目录,找到struts2-core文件并解压,打开解压的目录下即可找到struts2.3.dtd 。这里location就选中该文件。
2)Key Type:选中URI
3)Key :
在struts.xml中有
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
复制其中的:http://struts.apache.org/dtds/struts-2.3.dtd 粘贴到key。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询