T
Thomas Honold
Hi there,
I want to generate C++ or Java code by script, e.g. classes with
getter/setter methods. Someone told me that nowadays it is done with XML
and XSLT. I should use
- XML File which contains classnames and private members
- XSLT to transform them to code files
- XSLT processor which does the conversion
I have no idea of XSLT. What components do I need ? Is there someone out
there who has already done something like that ?
thanks
Thomas
I want to generate C++ or Java code by script, e.g. classes with
getter/setter methods. Someone told me that nowadays it is done with XML
and XSLT. I should use
- XML File which contains classnames and private members
- XSLT to transform them to code files
- XSLT processor which does the conversion
I have no idea of XSLT. What components do I need ? Is there someone out
there who has already done something like that ?
thanks
Thomas