Subject: Re: Conversion of int to string
From: Jörg Heinicke <joerg.heinicke@xxxxxx>
Date: Tue, 23 Oct 2001 22:17:55 +0200
|
A few weeks ago Michael Kay made the following suggestion:
<xsl:value-of select="concat('&#',$number,';')"
disable-output-escaping="yes"/>
Joerg
> Hi All,
> I am working on XML and transforming it using XSLT. I wanted to
> convert an Integer to a string. I have the ascii value with me and i want
> it's character equivalent. Is there any way to do this using XSL only?? I
> cannot use any other programming language and i'm parsing through IE
> (msxml).
>
> Please help me out.
>
> Thanks in advance,
> Reema Duggal
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|