Subject: how to outupt data in hex
From: Jia Ming Li <jmingli@xxxxxxxx>
Date: Mon, 26 Mar 2001 20:44:22 -0800
|
I am working on XML -> RTF. It works if the XML contents are in english.
however inorder to display the chinese charactors in RTF viewer(Office 2000
Word).
it requires the contents 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
please help.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|