What is the single best free Eclipse plugin for authoring and editing XML documents? [closed]
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:
- G开发者_Go百科eneral XML document editing
- Creating XSD files
- Creating WSDL files
Can you recommend a free Eclipse plugin for this?
In the free department, WTP (Web Tools Platform) (in its latest version) does include a lot of features,
including schema creation/modification.
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.
Hope this will help you!
XML Eclipse Editor & XMLBuddy
I have positive experience with tiny xmlbuddy plugin 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.
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.
I have written a tutorial on writing WSDLs and would love feedback:
To write XML/XSL files you can use oxygenxml
Or the free version of editix
精彩评论