[jQuery] Re: ajax and XML - issue with file extensions?

2008-05-28 Thread hagalaz
Ariel was right. I changed the headers sent by php to txt/xml and Ajax() works.

[jQuery] Re: ajax and XML - issue with file extensions?

2008-05-27 Thread David Decraene
hagalaz, you are right, using $.get() instead of $.ajax() fixes the problem, but that does mean that this is a genuine bug? Can somebody look into it? example: this works for path = file.owl: $.get(path, function(xml){callback(that.parse(xml, options));}); this does not work for path =