Thanks for this reply Jonathan!  I was getting frustrated with this.

At the risk of beating a dead horse, I have some questions:

1. If I have the following in my root .htaccess file:

AddType image/svg+xml   svgz
 AddEncoding gzip .svgz
 <FilesMatch \.svgz$>
   <IfModule mod_gzip.c>
     mod_gzip_on No
   </IfModule>
 </FilesMatch>

I should be able to view my .svgz files NON-LOCALLY?
Just want to know if the above is sufficient/correct.
It's what is recommended at http://wiki.svg.org/SVGZ
but http://www.codedread.com/SVGKS_2b.php
says "x-gzip" instead of "gzip" on the AddEncoding line.

2. I get the error message

XML Parsing Error: not well-formed
Location: http://localhost/tm_noarrows_css.svgz
Line Number 1, Column 1:

from Firefox when I try to view the file LOCALLY.  Is this what's
expected from Firefox's limitations, or are there additional problems?

Many Thanks,

Craig


--- In [email protected], "Richard Pearman" <[EMAIL PROTECTED]>
wrote:
>
> Thanks Jonathan, I didn't know it couldn't display local SVGZ files
which is 
> a serious omission. Now I need to get my hosting company to get
their act 
> together.
> 
> So I'm not the only person to do naughty SVG's although mine are in the 
> context of a comic and the nudity is necessary for the plot and realism.
> 
> Richard Pearman       http://www.pixelpalaces.com/
> The next stage in the evolution of web comics: 
> http://www.onlinecomics.net/pages/details/listing.php?comicID=4415
> ----- Original Message ----- 
> From: Jonathan Watt
> To: [email protected]
> Sent: Monday, December 19, 2005 4:03 PM
> Subject: Re: [svg-developers] Re: Does Firefox 1.5 support SVGZ?
> 
> 
> Hi Richard,
> 
> Unfortunately Mozilla Firefox 1.5 can't load gzip compressed SVG locally
> (that needs to be fixed), but it can load it from a server when
served with
> the correct HTTP headers. Here are a bunch of random links that should
> demonstrate that for you:
> 
>   http://www.w3.org/2003/12/svg-xml2003/index.svgz
>   http://www.bjoernsworld.de/temp/svg-wg-appreciation-day.svgz
>  
http://www.mizzou.edu/~njseef/mygraph.svgz<http://www.mizzou.edu/%7Enjseef/mygraph.svgz>
>  
http://www.graphviz.org/cgi-bin/webdot/webdot/graphs/directed/world.dot.dot.svgz
> 
>   http://popolon.org/gblog2/wp-content/upload/fleur_en_cours.svgz
>   http://www.websitedev.de/svg/vxhtml11.svgz
>  
http://www.ba.infn.it/~zito/xml/prova.svgz<http://www.ba.infn.it/%7Ezito/xml/prova.svgz>
>   http://www.roitsystems.com/r2v/2005-11-24/Captcha.svg.svgz
> 
> and, err, not for the young and innocent :-)
> 
>   http://faemalia.net/ArtWorx/SVG/Captivation-Of-A-Youthful-Soul.svgz
> 
> Regards,
> Jonathan
>




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