用于创作和编辑 XML 文档的最佳免费 Eclipse 插件是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/435084/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the single best free Eclipse plugin for authoring and editing XML documents?
提问by rmcc
In my old job I used XMLSpy to do my XML authoring and editing, but now I require a free plugin for Eclipse to do this. My basic requirements are:
在我以前的工作中,我使用 XMLSpy 进行 XML 创作和编辑,但现在我需要一个免费的 Eclipse 插件来执行此操作。我的基本要求是:
- General XML document editing
- Creating XSD files
- Creating WSDL files
Can you recommend a free Eclipse plugin for this?
你能为此推荐一个免费的 Eclipse 插件吗?
回答by VonC
In the free department, WTP(Web Tools Platform)(in its latest version) does include a lot of features,
including schema creation/modification.
在免费部门,WTP(Web 工具平台)(最新版本)确实包含很多功能,
包括模式创建/修改。
回答by zvikico
There's an official Eclipse plugin for editing XMLs. It is part of the Eclipse WebTools project. You can install it from the update site at http://download.eclipse.org/webtools/updates.
有一个用于编辑 XML 的官方 Eclipse 插件。它是Eclipse WebTools 项目的一部分。您可以从位于http://download.eclipse.org/webtools/updates的更新站点安装它 。
回答by Secko
回答by Brian Silberbauer
You could try writing them by hand! WSDLs seem a bit intimidating at first, but are actually fairly simple as long as you are comfortable with XML.
你可以试试手写!WSDL 起初似乎有点吓人,但只要您熟悉 XML,它实际上相当简单。
I have written a tutorial on writing WSDLsand would love feedback:
我写了一个关于编写 WSDL的教程,希望得到反馈:
回答by FoxyBOA
I have positive experience with tiny xmlbuddyplugin for editing xml documents in eclipse (plain and xsd/dtd based). Possible it will be useful for you as well. It's a bit old, but works well in recent versions of eclipse (3.x). List of it's features.
我对在 Eclipse 中编辑 xml 文档的微型xmlbuddy插件(基于纯文本和 xsd/dtd)有积极的经验。可能它对你也有用。它有点旧,但在最新版本的 eclipse (3.x) 中运行良好。它的功能列表。

