The issue is explained in this Kid ticket: http://www.kid-templating.org/trac/ticket/172
until it's fixed the workaround is to be sure to use this namespace in both the layout template and the particular page template: <html xmlns:py="http://purl.org/kid/ns#"> and not any other one, nor can you add on the standard HTML namespace. I also removed the <!DOCTYPE... declaration from both kid files, and have no <?xml ... declaration either. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

