Christoph Zwerschke schrieb: > Also, if you want a different doctype, Kid provides subvariants of > format (e.g. "html-quirks" instead of "html") or custom serializer > instances that can have any doctype in the format parameter, so this > also works just fine with Kid.
I just notice that in Genshi you can also pass a serializer class in the format parameter, but different to Kid it must be really the *class*, not the instance, so you can't initialize it with a suiting doctype; it always gets the default doctype (genshi.default_doctype or whatever you set in your configuration) passed in automatically. -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
