Tony Santangelo - 2013-04-26

Hi!

I'm learning XForms using XSLTForms and eXist. I'm trying to display server-generated SVG in the style of http://en.wikibooks.org/wiki/XForms/SVG.

The result is different in different browsers. In Chrome, the image appears as expected. In Safari, the image is clipped. Firefox displays an error screen complaining about an XML parsing error (unclosed token).

In each case, a valid svg:svg document is returned in the HTTP Response. (When I save the Response body to a file, Firefox has no trouble opening and displaying the expected image.)

The following form (which I found with Google and can't find a context for) shows the same behavior I'm seeing in my application: http://soundings01.appspot.com/xsltforms/xfsvg4.xml

Any insight you can offer will be deeply appreciated!

-- tony

PS Please forgive me if this is a duplicate post. My first attempt seems to have disappeared into the ether.