JSP and SVG
843835Feb 1 2002 — edited Aug 4 2005Hi
I am investigating a little bit how JSPs and SVG can be combined to provide dynamically generated graphics. If I create a jsp which generates a page with MIME type image/svg-xml (<%@page contentType="image/svg-xml"%>), it works like a charm without any problems (in Netscape, there are problems in IE).
However, I would like to embed a dynamically generated SVG image into a html/jsp page. Using the "embed" HTML tag, it is possible to embed an existing SVG image into a page but the SVG being referenced is static.
Did anybody worked with this?
Thanks for any hint.
Ivan