> And requiring specific runtimes for > code generation each language could cause some frustration. Yeah. I think this would be a maintenance nightmare.
> I know some of you have been skeptical of a template approach in the past. > Perhaps I'm just naïve here, but what exactly is this special-case code? If you take a look at the generator code, it simply doesn't read like a template. Although it might be possible to separate out some of the structural code from the display code and then use templates for the latter.
