Quantcast
Channel: XML, Tools
Viewing all articles
Browse latest Browse all 239

Rinzo XML Editor

$
0
0
Date Created: 
Fri, 2008-05-23 10:39
Date Updated: 
Mon, 2016-11-07 14:14
Claudio Cancinos
Rinzo is an Eclipse xml editor with the goal of make life simpler when dealing with xml files.
It has several features regarding xml edition such as:
  • Autocompletion of tags and attributes. If the document has an associated DTD or Schema, autocompletion will propose tags and attributes defined in it.
  • Syntax coloring.
  • Background validation using the document DTD or Schema.
  • Background validation of well formed documents if no DTD or Schema defined.
  • DTD and Schema generation from a xml.
  • Namespace support.
  • XPath Viewer.
  • Quick Assist.
  • Refactoring Support.
  • And more...
But what makes this editor different is its ability 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 defined in the xml.
  • Autocomplete class names.
  • Create a java class from a class name written in an xml.
  • JAXB bean model and parser generation

If you want to colaborate with the evolution of the project, please send bug reports and features request to https://github.com/ccancinos/rinzo-xml-editor/issues


Viewing all articles
Browse latest Browse all 239

Trending Articles