tags:

views:

1062

answers:

3

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:

- General XML document editing
- Creating XSD files
- Creating WSDL files

Can you recommend a free Eclipse plugin for this?

A: 

To write XML/XSL files you can use oxygenxml

Or the free version of editix

Markus Lausberg
+3  A: 

In the free department, WTP (Web Tools Platform) (in its latest version) does include a lot of features,
including schema creation/modification.

VonC
Web Tool Plateform has editors for XML, XSD and WSDL ; for all there is a "source" mode (text editor with some features like coloration...) and "design" mode (graphical) but I never use the second...
Vinze
A: 

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.

FoxyBOA