This website is for historical purposes only. |
XML JavaXML Java is an implementation of Java in XML. This means that everything is represented by a tag, including classes, methods, and variables. The advantages are primarily in transforming the code into documentation or something else. Eventually I will have an XSLT stylesheet for converting from XML Java to Java source code and a Java program to convert for Java source code to XML Java. Currently this project is in its infancy and I only have a basic schema, a basic XSLT stylesheet, and a "hello world" example. The schema and stylesheet are still in early pre-alpha but they do work with the example. Also, I haven't quite gotten the indentation down. Check back soon for progress!
|