RE: [xsl] how to outupt data in hex

Subject: RE: [xsl] how to outupt data in hex
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 27 Mar 2001 09:58:33 +0100
> my question is: is there any function/way does XML/XSLT that 
> outputs the
> contents in Hex?
> example
> 
> <data>
> ABC
> <data>
> 
> the output is:
> 0x650x660xb7
> 
You'll need an extension function for this.
Or consider writing a back-end ContentHandler to do the final processing.

Mike Kay
Software AG

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


Current Thread