Eclipse XSD编辑器

hpi*_*que 22 eclipse xsd eclipse-indigo

如何启动或安装Eclipse XSD编辑器?

根据这个看来它应该工作外的开箱.我创建了XMLExamples项目,当我打开Catalogue.xsdEclipse时将其视为文本文件.如果我选择Open With > Other...列表中没有XSD编辑器.

我在Mac OS X Lion上使用Eclipse Indigo(3.7).

hpi*_*que 43

显然,我的软件包(Eclipse IDE for Java Developers)中没有包含XSD编辑器.我用它添加了:

帮助>安装新软件...

使用:

Indigo - http://download.eclipse.org/releases/indigo

选择:

Web,XML,Java EE和OSGi企业开发

然后:

Eclipse XML编辑器和工具


Bar*_*end 6

你安装了哪个Eclipse包?XSD编辑器不包含在所有这些编辑器中.如果您单击任何包的"详细信息",您可以看到包含的功能.您正在寻找的是org.eclipse.wst.xml_ui.feature.

  • +1这指向了我正确的方向.我为Java Developers安装了Eclipse IDE.但是,包是org.eclipse.wst.xsl.feature. (2认同)