xml Catalog配置中的key添什么?
2015-07-11 · 知道合伙人数码行家
以添加spring的spring-beans-2.0.xsd为例:
1、Preferences->MyEclipse->XML->XML Catalog->选中User Specified Entries->点击Add;
2、Add XML Catalog Entry窗口:Key Type选择URI,Location选择File System选中dist\resources\文件夹下的spring-beans-2.0.xsd;
3、Add XML Catalog Entry窗口:Key Type选择Schema Location,Key路径在后面加上/spring-beans-2.0.xsd;
以添加struts2的struts-2.0.dtd为例:
1、Preferences->MyEclipse->XML->XML Catalog->选中User Specified Entries->点击Add;
2、Add XML Catalog Entry窗口:Key Type选择URI,Key路径在后面加上http://struts.apache.org/dtds/struts-2.0.dtd;
3、Add XML Catalog Entry窗口:Location选择File System选中struts-2.1.8.1\lib\struts2-core-2.1.8.1\struts-2.0.dtd;
Window->Preferences->MyEclipse Enterise Work->Files and Editors->XML->XML Catalog
在里面加一项,点击add
Key Type:选择URI
Key:填写上配置文件上的URI
Location:填入相应dtd文件的路径(dtd文件去jar里面找,把相应的jar包解压后就有相应的dtd文件了)