I'm trying to use AJAX to return XML from the server to my web page. Whilst I can get a text response from my Python controller script, I'm having problems returning XML. When I check XMLHttpRequestObject.status I always get 500 instead of 200. It seems my problem is related to the XML format, so I guess the question is how to create an XML response in my Python controller which will be called by AJAX code in my web page. Does anyone have an example they could share.
Thanks, Michael -- 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.

