Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP and SVG

843835Feb 1 2002 — edited Aug 4 2005
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2005
Added on Feb 1 2002
6 comments
407 views