I looked at the JavaOutputGenerator and the OutputGenerator interface.<br>For me it does not looks implementing friendly.<br>I need to write/translate each method by hand. I thought it would be less work and I only need to implement a C# language code style and not the complete code.<br>
The .Net frameworks provides already a code generator for C# and VB.<br>So I can use the codedom and an xml reader to go through the xml tree and add a namespace, classes, methods, variables.<br>And if I want a different language I only need to implement a language style.<br>
<br>Currently I´m rethink what is easier, to implement a code generator based on your JavaOutputGenerator or to continue on my own one.<br><br>~ Marcel Hauf<br>