banner
Dave Horner's Website - Yet another perspective on things...
Home Tech Talk Programming The need for a template language
If you appreciate the information found on this website, please drop me a line!

Who's Online

We have 17 guests online
Content View Hits : 1221382
moon and stars
How did you find my site?
 
How often do you answer random online questions?
 

Random Quote

"How did I come to know what I know about the world and myself? What ought I to know? What would I like to know that I don't know? If I want to know about this or that, where can I get the clearest, best and latest information? And where did these other people about me get their ideas about things, which are sometimes so different from mine?" - H.G. Wells
2007_Santa_090
100_1601
P1010023
DCP01043

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