On 1/8/07, iain duncan <[EMAIL PROTECTED]> wrote:
I remember there was some noise a while back about Genshi possibly adopting the kid feature of being able to execute arbitrary python code in the template. I find this really useful during prototyping and testing, anyone know if this exists yet in Genshi?
I don't see processing instruction handling in the public SVN at the moment, so I'd say no.
Also, can anyone give me opinions on Genshi vs Kid features for use outside of turbogears? Does kid have anything going for it that might make it better for standalone use?
Genshi has better debugging (unless you're running Kid SVN) and different (better) structures for organizing templates. Kid can evaluate code in processing instructions, as mentioned above. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

