The need for a template language |
| Thursday, 20 July 2006 11:54 | |||
|
I really need to work on integrating a template system into my software. I'm looking for something that would allow me to write XHTML and over ride the tags for output, input, and events. Still on that search for the holy grail of template languages. Here is what I've found so far. I like the ezt template library that came with viewcvs. It was written in python and it was very small and did what it needed to do. I am a firm believer that you need to separate the logic, but it is hard to draw a line in the sand and say where the code and template should meet. At this point, I look for compact and basics functions... Fun With Templates
|

