Douglas Eck wrote:
> But (not surprisingly) I don't get XML back. ...
Yes, that's no surprise since by dedault Kid templates are rendered as
HTML (or whatever you have configured in kid,outputformat). Mark this in
the expose decorator to make an exception for the playlist controller:
@expose(template="sitmadmin.templates.playlist_album", format="xml")
def playlist_album(self,id=1) :
...
-- 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
-~----------~----~----~----~------~----~------~--~---