Re: [xsl] how to decode Base64 in XSLT?

Subject: Re: [xsl] how to decode Base64 in XSLT?
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Thu, 15 Apr 2010 14:46:39 +0000 (GMT)
Ivan Shmakov wrote:

  Hi,

> <xsl:output method="text"
encoding="UNIBYTE-ENCODING"/>

> I guess that the character string thus
obtained will be
> translated to the intended byte string in the output.

  Oh
so actually you want a binary output method.  Makes perfect
sense.  But
unfortunately that is not part of the standard.
Mayeb your processor provides
such a method as an extension, but
I don't know any processor providing such a
binary output method.

  You can always report a defect on the working group's
bugzilla
<http://www.w3.org/Bugs/Public/> if you think that should be
added to
the standard.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Current Thread