Introduction

Rinzo is an Eclipse xml editor with the goal of make life simpler when dealing with xml files.
It has several features regarding plain xml edition such as:

  • Autocompletion of tags and attributes, proposing the ones defined in the file's DTD or Schema.
  • xml validation using DTD or Schema, DTD and Schema generation from a xml
  • Namespace support.
  • And more

But what makes this editor different is its hability to interact with java elements, which is very useful if you must edit a web.xml , .hbm files , struts-config or any other xml file where java elements must be handled in order to:

  • Open a class definition
  • Autocomplete class names
  • Create a java class from a class name written in an xml.

Do you want to see What's new in 0.8.0?

Requirements

Note:

Starting on version 0.6.0, if you are working on an Eclipse installation without java capabilities (without JDT)
you can install ONLY ar.com.tadp.xml.rinzo.core plugin in order to have just the main XML Editor.