I'm attempting to return xml from TurboGears but the returned document always has a transitional html doctype and the element names are all upper case. I'm setting turbogearsfmt = 'xml' and cherrypy.response.headerMap["Content-Type"] = "application/xml". How can I tell Kid to use an XML serialiser rather than the HTML serialiser?
Thanks Robert

