XML Editor in Eclipse Kepler is not displayed with color

Thanks for all your answers, i did this to solve.

Actually there is not a xml editor come along with Eclipse Kepler. So i've just gone into

  • Help
  • Eclipse MarketPlace
  • Search for xml editor
  • Find Rinzo XML Editor
  • Install it

And then to make it as default one

  • Navigate to Menu Window
  • Click on Preferences --> General
  • Navigate to Editors
  • And click on File Associations
  • If you find *.xml select Rinzo xml editor in the Associated Editors
  • otherwise Click on Add on the right side of File Types
  • type "*.xml" without quotes and click on add

That's doing a good job for me.


If you do not see XML Editor option under Open With menu, you don't have XML Editor installed. Either get a different Eclipse package (such as Eclipse IDE for Java EE Developers) or install XML Editor from Kepler update site.

http://download.eclipse.org/releases/kepler/

Just search for XML when the big list of features comes up.


You might have the file open with the Eclipse text editor, not the XML editor. I am not using Kepler, but in previous versions you simply

right click the file > Open With > XML Editor