Re: IE6 Unrecognized DOCTYPE

nothing wrong with your file.

It is just, that the Adobe SVG viewer likes only the SVG 1.0 doctype and not the
 SVG 1.1 one. He writes out a warning, if he can't see svg1.0 dtd.

Nothing for you to change, Adobe has to change with their new viewer.

Andreas

Quoting juman <juman@chello.se>:

> 
> 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
> 
> 



--
I don\'t know the key to success,
but the key to failure is trying to please everybody. 
-- Bill Cosby

----------------------------------------------
Andreas Neumann - Department of Cartography
Swiss Federal Institute of Technology (ETH)
ETH Hoenggerberg, CH-8093  Zurich, Switzerland
Phone: ++41-1-633 3031, Fax: ++41-1-633 1153
e-mail: neumann@karto.baug.ethz.ch
www: http://www.karto.ethz.ch/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/

Received on Monday, 2 February 2004 14:54:08 UTC