Kevin, Thanks for all your help. The problem was, in fact, the malformed XHTML. I used BeautifulSoup package (that was already in my system libraries list). Don't have even to overwrite render(). I just added the following lines at the end of the __init__(...) code:
import BeautifulSoup templateBS = BeautifulSoup.BeautifulSoup(template) template = templateBS.prettify() (self.template_c, self.template) = widgets.meta.load_kid_template(template) I'll try to follow your advice, however, and change my string concatenation to Kid templates. Thanks again for all your help! ;-) Sincerely, -- -><- Fernando Aires [EMAIL PROTECTED] "Em tudo Amar e Servir" -><- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

