On 14 fév, 19:35, Martin Trögner <troegner_mar...@web.de> wrote:
> 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 that you could have something like this
<object data="http://my_app_engine/generated_svg/f.svg"; type="image/svg
+xml" width="200" height="200" />

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to