Howdy!
I've been working away on a content management system and ran into a
problem with Kid: py:match templates are not themselves matched. Dug
up the following Trac ticket and fixed it on my local copy. Should it
be fixed in the TurboGears shipped copy of Kid while we wait for it to
be fixed upstream?
http://lesscode.org/projects/kid/ticket/68#change_5
There is also the remaining issue of XML() output not being parsed for
py:match templating. This is fairly required for the CMS I'm working
on - I'll have to wade through some code tonight to see if I can dup
the XML function to create a ParsedXML() one. ;)
Or, glancing at the code, I can play with the fragment argument to
XML()...
I'll be posting again re: the CMS,
Matthew Bevan