Edgar
Grammar based programming editor
Home | Technology | Status | CVS access |
There is not much code yet. The current code is able to read a XML schema using JDOM and Xerxes and offers an option not directly related to the project: it can export a dot file (see Graphviz project) displaying the structure.
Currently my main focus is in getting a nice library for handling schemas (can be found as net.sourceforge.edgar.schemalib in the repository). It is build upon JDOM/Xerxes and has classes that give some abstraction of element and type definitions. Additionally the above function (exporting dot file) is implemented as separate class (net.sourceforge.edgar.schemalib.output.SimpleDotOutputter) with a main function to be used via command line.
See the Sourceforge project page for more details
This project is hosted on | -- visit the project page |