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


Release Notes: Multiple bugfixes, although there are more to do.


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


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


Release Notes: Changes to schema and bugfixes in the parser.


Release Notes: The tool now uses javacc and jjtree to tokenize and parse input.