[jQuery] Re: IE7: loading XML per ajax

2008-11-26 Thread w-o-m
. The standalone=no not sure it's valid... George. On Nov 25, 3:56 pm, w-o-m [EMAIL PROTECTED] wrote: 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

[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 PROTECTED] wrote: Hello, I tried to load