RE: Found bug in XSLTC

2002-07-13 Thread Vadim Gritsenko
> From: Koen Pellegrims [mailto:[EMAIL PROTECTED]] > > I think this bug might be due to lazy type converions in XSLTC. > Have you tried passing the numbers into the numbers()-function > before the comparison, i.e.: ? I know work-around, see: > > I report this so XSLTC team can improve co

RE: Found bug in XSLTC

2002-07-13 Thread Koen Pellegrims
I think this bug might be due to lazy type converions in XSLTC. Have you tried passing the numbers into the numbers()-function before the comparison, i.e.: ? The assignment through the if-construct makes $var into a result-set; I'm not sure if XSLTC handles the type-conversions very well... K.