Re: [xsl] Converting base64 back to image

Subject: Re: [xsl] Converting base64 back to image
From: Tony Lavinio <xml1@xxxxxxxxxxx>
Date: Mon, 22 Oct 2007 14:11:40 -0400
On 10-22-2007 12:51 PM, Michael Kay wrote:

At the moment I use the following and it works fine. But is it the way to do it in 2007? Is it possible to use xsl:result-document instead of java.io.FileOutputStream?

No, there's no way to write binary output using xsl:result-document.

The old 'xt' XSLT engine had some funny way of doing that, so you can do it using customized extensions. See http://www.blnz.com/xt/xt-20051206/#nonxml

Another method: we supply an XML Converter just for this use-case.
See http://www.stylusstudio.com/binary_xml.html

--
Tony Lavinio
http://www.xmlconverter.com/

Current Thread