Ram Prasad Alisam wrote:
> In my application i have to compress svg and dipaly that in the 
> browser.
> Can anybody say how to do this?
> My web server:WebLogic
> My browser:Microsoft Internet Explorer

Well, we don't know what is stopping you here...

To compress the SVG file has been discuted recently on this list.
You have to use the gzip utility, or some GUI compressor. My favorite is 
7-Zip, which give very good results.
More details on:
http://article.gmane.org/gmane.text.xml.svg.devel/28853

Then, you have to set your server to correctly serve these files.

Ronan wrote:
-----
two things have to be specified:

1/ the mime type has to be correct.

2/ the transport-encoding has to be correct. Many webmasters do not know
about transport encoding and there is some out of date on the web about 
it not being necessary for svg. However, this is not correct.

Mime type:
image/svg+xml svg
image/svg+xml svgz

Content encoding:
x-gzip svgz
-----

See also http://wiki.svg.org/index.php/MimeType for more informations.

-- 
Philippe Lhoste
--  (near) Paris -- France
--  Professional programmer and amateur artist
--  http://Phi.Lho.free.fr
--  For servers mangling my From and Reply-To fields,
--  please send private answers to PhiLho(a)GMX.net
--  --  --  --  --  --  --  --  --  --  --  --  --  --


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
 



Reply via email to