[jQuery] Re: $.ajax() wierdness

2009-01-23 Thread Kraulin
Update: This turned out to be an infrastructure problem... jQuery will error out if you ask for an XML file with datatype:'xml' and the response header is not text/xml. -=Bryan Kraulin wrote: > > I'm experiencing a problem with consuming an xml file that exists on my

[jQuery] $.ajax() wierdness

2009-01-23 Thread Kraulin
I'm experiencing a problem with consuming an xml file that exists on my server... I'm doing my development on an Apache 2.2 instance and when I read in the xml file it calls the 'success' parameter correctly and the execution goes on and the xml is parsed. However when I deployed this same code