IE6 Unrecognized DOCTYPE

I have written a small SVG looking like this:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg>
    <rect width="30" height="30" fill="blue"/>
</svg>

If I open it with Internet Explorer 6 the image is showing fine but the
statusbar says:

Unrecognied DOCTYPE declaration. Image might not display correctly.

Could somebody tell me why and how to fix that?

Cheers,

juman

Received on Monday, 2 February 2004 14:48:11 UTC