It will be a collection of XSL-stylesheets for generating source code.
Because it�s always the same to write (for each attribute write a ...).
So my input is
<echo message="">text</echo>
And I generate the java code (setMessage(), getMessage(), addText()).
And during a step before java generation a xml file with meta information
(like datatype for message or "required" flag; generated with defaults).
