I have been leading the development of a largish J2EE custom app that uses an xml datastore. We define a schema in XSD and use JAXB to generate java objects to transport the xml.
XSD is not a particularly easy language to edit directly, so we have been using XMLSpy to edit the xsd. However the licensing of XMLSpy is out of control, over $500 per seat, so we have been restricted to one copy.
It would be very nice if MyEclipse included a graphical XSD editor along the lines of xml spy’s.
The XSD Eclipse sub-project includes a tree based xsd editor that is somewhat useful. Maybe it would be possible to embrace-and-extend this editor into a full blown GEF based visual editor?
The other thing we use XMLSpy for is XSLT debugging. Writing a complex xslt just plain sucks without the ability to step through it. I notice that the oXygen xml editor now has an xslt debugger, but again, it would be much better for us if this was an included feature in MyEclipse.
Cheers,
Jon Nermut