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 18:13:12 +0100
The questioner wanted to translate "A" into "0x65". There's no way in XSLT
of obtaining the numeric Unicode code for a given character. They weren't
asking to output an XML character entity such as "&#x65;"

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Clapham, Paul
> Sent: 27 March 2001 17:43
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] how to outupt data in hex
>
>
> Aren't Chinese characters valid in XML?  (That was the
> original question's
> context.)  Your book on p.62 says that any Unicode character
> between #x21
> and #xD7FF or between #xE000 and #xFFFD is an acceptable
> character.  So it
> seems to me that outputting Chinese characters should work,
> if you write
> #x3C5D or whatever the correct Unicode representation might be.
>
> PC2
>
> -----Original Message-----
> From: Michael Kay [mailto:mhkay@xxxxxxxxxxxx]
> Sent: March 27, 2001 00:59
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] 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
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread