[jQuery] $.ajax() wierdness

[jQuery] $.ajax() wierdness


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 to our 'Sun-ONE-Web-Server/6.1',
'success' is never called... only 'error'. Now I might understand what was
going on if it were not for the following points.
1. With dataType:"xml" Firebug reports that the 'GET' occurred, that it has
a response code of 200 and when I open up the 'GET', I can click on the
'response' tab and see the contents of my xml file, however it invoked the
'error' method in my call.
2. if I change the 'dataType' parameter to 'text', 'html', or 'script', they
all invoke the 'success' parameter. But none of them actually work to allow
for the parsing of xml.
I can use the .ajax() command to download every thing except XML files.
I should also mention that this happens with 1.2.6, 1.3 and 1.3.1
Thoughts?
-=Bryan
--
View this message in context: http://www.nabble.com/%24.ajax%28%29-wierdness-tp21626489s27240p21626489.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.