[xsl] decoding hex string to ascii or UTF-8

Subject: [xsl] decoding hex string to ascii or UTF-8
From: Steven Hentschel <steven.hentschel@xxxxxxxxxxx>
Date: Tue, 1 Jul 2008 14:42:41 +0100
I'm currently trying to work out the best way to convert a string of hex into
the characters represented by each hex byte. I'm using xslt 2.0. So far I've
come up with a function that simply does a lookup to from the hex value to the
ascii character that hex value represents (see below). Can anyone suggest a
better way? Is there a way (without using a huge lookup to achieve a similar
sort of  thing for UTF-8 chars?




















        !
        "
        #
        $
        %
        &
        &apos;
        (
        )
        *
        +
        ,
        -
        .
        /
        0
        1
etc.


Regards

Steven Hentschel
_________________________________________________________________

http://clk.atdmt.com/UKM/go/msnnkmgl0010000002ukm/direct/01/

Current Thread