As suggested, I went through j. watt's authoring tips, but couldn't spot anything. My test ASP file is as follows so there isn't much to go wrong. IE+Plugin shows rectangle while Firefox 1.5 shows nothing.
Presumably it is something to do with how the two browsers are determining the MIME type? Quentin <%Response.AddHeader "Content-Type","image/svg+xml"%> <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev="http://www.w3.org/2001/xml-events"> <rect x="10" y="10" width="100" height="100"/> </svg> --- In [email protected], Barend Köbben <[EMAIL PROTECTED]> wrote: > > This almost certainly has nothing to do with the Response header you've set, as that never should "arrive" in Firefox (the ASP server just uses this line to set the HTTP-header). Are you sure you've set the other stuff that Firefox needs (because it is stricter on upholding standards than many other viewers)? For an overview look at http://jwatt.org/svg/authoring/ > > ____________________________ > Barend Köbben > International Institute for Geo-information Sciences and Earth Observation (ITC) > PO Box 6, 7500AA Enschede (The Netherlands) > ph: +31-(0)534874253; fax: +31-(0)534874335 > _____________________________ > > ________________________________ > > From: [email protected] on behalf of quentingroom > Sent: Sun 11/20/05 10:06 > To: [email protected] > Subject: [svg-developers] Dynamic SVG creation using ASP & Firefox > > > > I use the following line in ASP to change the mime type of an ASP page > to SVG. > <%Response.AddHeader "Content-Type","image/svg+xml"%> > > In this manner I can dynamically generate SVG pages. This does not > appear to work using the latest version of Firefox 1.5. > > Does anyone know if this is a bug or if there is a good reason for > this? I'm going to be really disappointed if I can't use ASP to > generate SVG on the fly. > > thanks > > Quentin > > > > > > > > ----- > To unsubscribe send a message to: svg-developers- [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" > ---- > Yahoo! Groups Links > > > > > > > > > > > > [Non-text portions of this message have been removed] > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

