This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Getting an image from base64-encoded data


On Friday 19 October 2001 11:20, Jeni Tennison wrote:
> . . .
> You have an XML document that contains an element that contains a
> base64-encoded image, something like:
>
> <Document_Type>
>   <IMAGE xmlns:dt="urn:schemas-microsoft-com:datatypes"
>          dt:dt="bin.base64">SUkqAAgAAAAPAP4ABAABAAAAAA...</IMAGE>
> </Document_Type>
>
> You need to get a .tif file that contains the binary data encoded
> within the XML.

An alternative would be to use Cocoon (xml.apache.org), to setup a pipeline 
like this:

Cocoon FileGenerator to get the XML data
Cocoon XSLT Transformer to extract image elements
Custom (I think) Serializer to generate the image data

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]