Community
Participate
Working Groups
eclipse urgently needs an XML editor. One with at least the following features - syntax highlighting - tree outline - cleanup/tidy - dtd validation ( - XMLSPY-like grid layout ) ( - XSLT transformation )
it would also be nice to be able to comment out/in selected regions
An XML editor might be contributed by the Webtools project (http://www.eclipse.org/webtools/main.html)
Additional features: - code completion based on DTD or XSD - validation against XSD - JSP support
For me key features are: - syntax highlighting - perfect code completion based on XSD (multiple namespaces, xsi:type, elementForm unqualified) - validation against XSD - formatting
As declarative programming (i.e. xml config files) becomes more and more important one should really think about how to support refactoring. Today's application have lots of XML config files referring to lots of classes. And those references are not updated in XML if code/struture is refactored in eclipse. Probably the best eclipse could possibly do is a simple string find&replace as it does in javadoc comments...:-\
With the webtools project including an XML editor, is this bug still valid? Perhaps the XML editor or a subset of it can be migrated into the platform once it matures a bit more.
There are currently no plans to provide an XML editor as part of the Platform or JDT UI since this is provided by WTP.