Been dusting of my ASP + SVG home test setup to find that my asp 
pages I created to generate my svg from database don't display my 
svg - my (none svg) asp pages work ok.

When I look at the source on IE6 it just shows <p>&nbsp;</p>

In Firefox the source shows the contents of the generated svg as 
expected, but the svg isn't displayed.

Both browsers don't give any error messages.

I've add svg/svgz mime types to my web server

Any one got any ideas?


below is a sample of the code I using to try and get it to work :-

<[EMAIL PROTECTED]"VBSCRIPT"%>
<%Response.AddHeader "Content-Type","image/svg+xml"
Response.Expires = 0
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "cache-control","no-cache, must-revailidate"
Response.AddHeader "pragma", "no-cache"
response.write ("<?xml version=""1.0"" standalone=""no""?>")
response.write ("<!DOCTYPE svg PUBLIC ""-//W3C//DTD SVG 
20001102//EN"" ")
response.write ("'http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-
20001102.dtd'>")
%>
<svg width="300" height="300">
<rect width="300" height="100" style="fill:rgb(0,0,255);stroke-
width:1;stroke:rgb(0,0,0)"/>
</svg>





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to