[jQuery] IE7: loading XML per ajax

2008-11-25 Thread w-o-m
Hello, I tried to load a .svg vector graphic with $.ajax, which works perfectly well in FF and Opera, but not in Internet Explorer. My script looks like this: $(document).ready(function(){ $.ajax({ type: "GET", url: "test.svg", dataType: "xml",

[jQuery] Re: IE7: loading XML per ajax

2008-11-25 Thread w-o-m
That's true. But a SVG is still just an XML file. I don't need IE to draw the grapic, I just need the data. My script, btw, doesn't work with other XML's either. ricardobeat wrote: > IE7 doesn't support SVG afaik. > > On Nov 25, 6:08�am, w-o-m <[EMAIL PR

[jQuery] Re: IE7: loading XML per ajax

2008-11-26 Thread w-o-m
t; wrote: > The error message does indicate that it does not like something about > XML. > > Try folowing. > 1. Save xml on your drive and simply open it with IE. See if it gives > you an error. > 2. What does errorThrown points to? > 3. The standalone="no" not sure