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: number("Infinity")?


Hi Ingo,

> is number("Infinity") NaN or positive infinity ?

It's NaN. number() doesn't recognise 'Infinity' or '-Infinity' as
numbers, despite the fact that string(1 div 0) is 'Infinity'.

Interestingly, MSXML4 has msxsl:number(), which recognises 'INF' and
'-INF' as Infinity and -Infinity; it looks like this is to give
support for xs:float and xs:double data types from XML Schema.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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]