Re: [xsl] Render Base64 encoded PNG?

Subject: Re: [xsl] Render Base64 encoded PNG?
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 6 Aug 2002 16:53:48 -0600 (MDT)
Dan Diebolt wrote:
> I have some XML that contans a base64 encoding of a PNG image:
> 
> <Image xmlns:dt="urn:schemas-microsoft-com:datatypes"
>        ImageFormat="PNG" 
>        dt:dt="bin.base64">vBjUS........ gYCi</Image>
> 
> Is there a way to style this into an html page that will display
> the image without creating an external PNG file.

This has nothing to do with XSLT.

Ask on a Javascript/DHTML list about how you might go about embedding
image data inline in an HTML document. Once you know what HTML to
generate, writing the XSLT to do it should be trivial.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

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


Current Thread