I am exploring SVG and XFORMS  based on the example from the XFORMS 
wikibook<http://en.wikibooks.org/wiki/XForms/SVG> and 
XSLTFORMS as the client side XFORMS 'engine'.
This example works fine locally using the app engine launcher with svg files 
being rendered as expected within the Chrome browser, but the deployed 
application delivers a working XFORM but no SVG images.
The files are all handled as static in this example so I guess that 
something is going awry with the mime type. Set to image/svg+xml in the 
relevant XFORM.
<xf:output id="svgimg" value="xf:serialize(instance('inlinesvg'))" 
mediatype="image/svg+xml"/>

If I just reference the svg files directly from the server (eg 
soundings01.appspot.com/xsltforms/svg/Wii.svg) then the file is offered as a 
download not as a rendered  image on browser (Chrome) but if I open the 
local file in the browser it renders the image as expected.


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

Attachment: wikisvg.xml
Description: XML document

Reply via email to