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: Conversion of int to string


I don't  think that's quite what he is after, though. Is this conversion
supposed to produce an actual character in the output given the ascii code
number?  Is it supposed to give the hex value given a decimal value?  Is it
supposed to give a numerical decimal code value (like "32") given some one
character in PCDATA element content?  Or does he want, as you suggest, an
xml style character reference?

Tom P


[Jörg Heinicke]

> A few weeks ago Michael Kay made the following suggestion:
>
> <xsl:value-of select="concat('&amp;#',$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


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