I'm curious what is Kid doing in all TurboGears sites with the following lines?
<?python import sitetemplate ?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#" py:extends="sitetemplate"> <head py:match="item.tag=='{http://www.w3.org/1999/xhtml}head'"> .... e.g. Why not hardcode the xmlns value? Not sure what xmlns:py stuff is doing for us. Also, what is the py:match line in <head> so important? What does? Finally, what is the sitetemplate module for that is always imported? Thanks, 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 -~----------~----~----~----~------~----~------~--~---

