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]
Other format: [Raw text]

Re: Render Base64 encoded PNG?


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


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