XML doc won't load in Safari
I wrote a simple-sorta-ajax code using jQ.
Instead of calling the server and wait for it to return a piece of XML code, I simply askes jQ to "load()" a static xml file.
It seems to work fine on FF, IE and Opera, but it does not load what so ever with Safari.
Does anyone know a fix for that?