Marek Baczynski napisaĆ(a): >>In my daily work I use HTMLTemplate, so I am more than happy with Kid. >>This makes me suspicious that you can learn to love Kid if you get >>exposed to other types of templating engines. How do you like Xist from >>LivingLogic? > > HTMLTemplate looks like nevow's XML template, and I didn't really like > it when I tried it (nevow wasn't even 0.3 back then; it's 0.7 now, > maybe some things changed. BTW, that's where my anti-Kid-like prejudice > comes from.) Xist looks like nevow's Stan - a very good idea, but Stan > is much, much simpler (or so it looks :))
For me, it's a "right way to do XML" (so XHTML qualifies here) from Python, so I wouldn't argue. I don't know PHP's Smarty, the only templating engine I know is Apache's Velocity and I hate all these "directives" (like #foreach, #if, etc.) they put in template, I saw it elsewhere many times. I prefer clean Python code. Kid somehow has it (although it has directives also), HTMLTemplate has it, Xist *is* it. Sure, I'd like to have Xist in TG, but it's not feasible. We do not need anything like that to generate proper output. -- Jarek Zgoda http://jpa.berlios.de/

