xsl-list
[Top] [All Lists]

Re: [xsl] XSLT - Converting image to Base64

2011-04-27 05:44:06
tom tom wrote:

I need to take a jpeg / gif file as input and output it as base 64.

Is there a way to do this using XSLT 2 (Saxon 9+) / extension functions.

There is http://www.saxonica.com/documentation/extensions/functions/octetstobase64binary.xml and by calling into Java you can probably read in the file and get the sequence of octets to feed to that function.

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
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>
--~--