It would be nice to have an XSLT-based generator for
code and documentation.
The code generator should be a bit more friendly to be
called by existing Java code or other external
processes. At least it would be necessary to provide
the configuration via an API call and not necessaily
via a properties file. I'd prefer the code generator
simply to be a tool which transforms the message
specification into Java code by an XSL transformation.
If one achieved this, it would be just a matter of
configuration whether code or documentation would be
generated.
I already have a preliminary version of an XSLT based
code generator which I included as an attachment. It is
not feature complete, e.g. constraints are not
supported but I guess that would just be a matter of
(tedious) work.
Starter for an XSLT based code generator