Re: [Xsltforms-support] Output image/svg+xml
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2011-01-19 20:43:02
|
> I think I understand what the "data:" scheme is about (never used it > before). I thought the "ref" attribute was used to resolve an URI (just > like with<output mediatype="image/jpeg">), but it seems that, in the > case of "image/svg+xml", XSLTForms uses this attribute to get an «SVG > instance». Am I right? > > If so, is there a way to display a non-embedded SVG file whose URL is > computed by XForms? According to XForms 1.1 specifications at http://www.w3.org/TR/xforms/#ui-output, this can be forced with a binding to xsd:anyURI. Sorry, this is not yet implemented in XSLTForms... -Alain |