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: how to outupt data in hex


> 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


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