(转载)无联网情况下如何让MyEclipse 识别 spring-beans-2.5.xsd 文件

本文介绍如何在MyEclipse中手动添加Spring配置文件的DTD描述,以解决编辑过程中无法自动完成XML元素的问题。具体步骤包括通过Preferences菜单进入XML Catalog设置页面,并添加Spring-beans-2.5.xsd文件。
摘要由CSDN通过智能技术生成

手动添加 schema文件,方法如下:

windwos->preferences->myeclipse->files and editors->xml->xmlcatalog

点击“add”,在出的窗口中的keyTType中选择URL,在locationspring-beans-2.5.xsd中选择"File system",然后spring解压目录的dist/resources目录中选择Spring-beans-2.5.xsd,回到设置窗口的时候不要急着关闭窗口,应把窗口中的Key Type改为SchemaLocation,key改为http://www.springframework.org/schema/beans/spring-beans-2.5.xsd

**************************************************************
手工添加spring配置文件的DTD描述

 

使用myeclipse开发spring,在编写配置文件的时候可能遇到无法使用帮助,来自动添加xml元素的问题,是因为无法查找spring的DTD描述。这里做个记录手工添加DTD的方法 
window--》preferences--》MyEclipse--》Files and Editors--》XML--》XML Catalog 
   
1)点击ADD 
2)Key Type:选择URL
在location中选择FileSystem然后在spring的解压目录的dist/resources目录中选择spring-bean-2.5.xsd 

   Location:点击浏览--》找到spring源码包--》dist --》resources --》 
             spring-beans-2.X.xsd(根据你使用的spring版本决定) 
             将  它的完整路径\spring-beans-2.X.xsd 填写到location一栏中 
3)此时修改Key Type 为Schema Lcation 
4)Key :在给出的字符串后添加 -->  /spring-beans-2.X.xsd 
5)重新打开配置文件测试一下
 
 
其中key值应该和applicationContext.xml中的
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">对应上。
 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值