eppye schrieb: > Genshi is the new default templating engine in 1.1 > But the 'old' widgets in TurboGears are based on kid; and they still > are? (the namespace is still for Kid) > > So does this mean I can not use the old templates with Genshi?
You mean your widget templates? No, you can still use them, even if your page templates are Genshi. Yes, the widgets will still use kid as the templating engine, but it's no problem to mix them. Of course, you need to install kid support bay installing TurboKid. Another possibility would be to convert your TG widgets to ToscaWidgets. If you mean your page templates, you can easily convert them to Genshi. Often it's enough to just replace the namespace declaration in the root element with the Genshi one. 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 -~----------~----~----~----~------~----~------~--~---

