xsl-list
[Top] [All Lists]

Re: Character from numeric code? double->integer cast?

2005-06-29 04:18:54
"Andrew Welch" <ajwelch(_at_)piper-group(_dot_)com> writes:

Use xs:integer() instead of number() and add the namespace:

xmlns:xs="http://www.w3.org/2001/XMLSchema";

Your new variable definition should look like:

<xsl:variable name="cb"
select="codepoints-to-string(xs:integer(substring('#CB00001', 4)) +
983040)"/>
                                                     ^^^^^^^^^^

Thanks Andrew, it works like a charm!

Chris

-- 
 Christian Wittern 
 Institute for Research in Humanities, Kyoto University
 47 Higashiogura-cho, Kitashirakawa, Sakyo-ku, Kyoto 606-8265, JAPAN

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>