Database Publishing with SVG?

Hi Jochen,

I guess you have to set the content type to 'image/svg-xml'.

I'm doing the same with Java Servlets. The browser only renders the
SVG-Code, if the outputstream of the servlet is set to image/svg-xml. You
have to make an entry to the servers mime type settings (image/svg-xml,
*.svg).

This should work.

Regards, Bernd.

Received on Monday, 17 July 2000 04:32:38 UTC