如何在MyEclipse中进行导入呢:
首先选择:【Window】-->【Preferences】-->【MyEclipse】-->【Files and Editors】-->【XML】-->【XML Catalog】选择添加:
点击 Add,弹出Add XML Catalog Entry,选择File System... 版本schema xsd文件,例如:spring-beans-4.1.xsd
Key Type 选择Schema Location;
Key: 需要加上/spring-beans-4.1.xsd
注意:对应Location 名称一致。
这样以后在myEclipse编辑xml文件时就能够出现提示。
本文详细介绍了如何在MyEclipse环境中导入XML文件,并通过配置XMLCatalog实现代码提示功能,使开发者在编辑XML文件时能够获得即时的语法检查和建议。
4304

被折叠的 条评论
为什么被折叠?



