> The problem is that the javascript never reaches the success function
> and stays stuck @ the function error, printing out the XML response
> correctly and alerting me with the "parsererror" message ( the type
> variable of error: function(request, type) )
> Where's the problem? What do i have to do?
> Thanks in advance!


Make sure there is no leading whitespace in the returned XML
document.  That will cause the parser to barf.

Reply via email to