--- In svg-developers@yahoogroups.com, "twt1970" <[EMAIL PROTECTED]> wrote:
>
> http://webcat.fhsu.edu/ksfauna/herps/index.asp?
> page=species&species_id=420-
> 872&dots=yes&tributaries=yes&isAnura=1&map=ks
> 
> maps and graphs are dynamically generated SVG...
> ... but they don't show up in Firefox..


That SVG document is embedded with an object element in a HTML
document. Make sure that ASP sending the SVG sets
  Response.ContentType = "image/svg+xml"
before it sends any content.

Then make sure the SVG root element has the proper namespace
declaration e.g. instead of
  <svg xml:space="preserve">
use
  <svg xmlns="http://www.w3.org/2000/svg"; xml:space="preserve">




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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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