My application shall create SVG  data which will be integrated in a
jsp.
For svg data you normally can use
    <object data="f.svg" type="image/svg+xml" width="200"
height="200" />

I think this cannot work, because you cannot create a file with the
SVG  data using GAE.

So I tried to use inline SVG, but the SVG data are not displayed in
the Browser.

When firefox shows the page source code and I store the source code in
file with the extension XHTML, this file is displayed correctly with
the SVG data.

So I think the mime type of the page is not correct.

Is the a possibility to solve this problem?

Martin


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to