xsl-list
[Top] [All Lists]

Re: [xsl] Converting base64 back to image

2007-10-22 11:13:51
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>