> I've talked with Christopher Lenz on this, and he suggested a way to > implement it externally to the template engine parser. I've created a > package that encapsulates the filters, and can be used with both Kid > and Genshi - with no need to patch them: > > http://www.thesamet.com/blog/2006/12/07/filters-01-released/
Seems like the best solution. The filter syntax may be useful for some people but I think Mathew was right that adding this to Kid or Genshi would be contrary to their "pure Python" paradigm. The idea of Kid/Genshi is that we don't want to learn another templating language or sublanguage like in TAL/TALES/METAL, but simply Python so everybody who knows Python understands what's going on. -- Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

