Rinzo is an Eclipse xml editor, which goal is to make life simpler when dealing with xml files. It has several features regarding xml edition such as autocompletion of tags and attributes, xml validation using DTD or Schema, DTD and Schema generation from a xml, and more.
But what makes this editor different is its hability to interact with java elements. Rinzo XML Editor allows you to autocomplete class names, open a class definition, create a class from a xml declaration.
This is very useful if you must edit a web.xml, struts-config.xml or any other xml where java elements must be defined.
Requirements:
· Eclipse 3.3 or later
· Java 5 or later
What's New in This Release: [ read full changelog ]
· Quick Assist Allows 6 commons actions on a tag by the use of Ctrl-1 shortcut
· Refactoring Suppport Starting to add refactors to the editor. At this time tag renaming in different scopes is available.
· Configuration Some configurations elements were taken care of. Like changing the editor's background color, indentation using tag or spaces and file association by content-type, allowing the use of more specific editors for different xml's types.
Bugs:
· Validation against associated DTD definition not working
· How do I get Rinzo XML to NOT open plugin.xml files