Welcome to the XML2J wiki
On this page you will find information on the background of XML2J and its usage.
XML2J is a library and code generator for Java. It generates code based on XSD.
E.g.
java -jar xml2j.jar -w working-directory -c conf/cfg.xml -p -pom
Generates code based on the instructions found in cfg.xml
. The project sits in working-directory
.
For more info please refer to the documentation: https://sourceforge.net/projects/xml2j/files/usermanual.pdf/download
I will be updating this page as soon as I have the time to do so.
The latest version can always be found at https://github.com/lolkedijkstra
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.