XML Encoded Source is a tool that encodes source code in XML form to allow conversion to other languages, the generation of documentation such as UML, and to provide an intermediate format for code generators that allows code to be more quickly compiled on the fly. It also provides language independence in code distribution and could provide a much better way to mix scripting code in with XML data.
| Tags | Software Development Code Generators |
|---|---|
| Licenses | GPL |
| Implementation | Java |
Recent releases


Changes: Multiple bugfixes, although there are more to do.


Changes: This version now imports Java and C# source code and exports Java, C#, C++ header, and definition source code.


Changes: The program now parses input directly to internal an format without using an intermediate tree structure.


Changes: Changes to schema and bugfixes in the parser.


Changes: The tool now uses javacc and jjtree to tokenize and parse input.
A program to analyze your databases and check your data quality.