xsl-list
[Top] [All Lists]

RE: Compute sum of a computed node list

2004-05-05 22:48:00
Hi Andreas,

the XPath predicate is particularly intriguing, as the specified condition
'number(.)=number(.)' will always be true (all nodes for which it is true
that their content, when converted to a number, equals their own content
converted to a number)

This is not strictly true,
Michael Kay's Programmer's reference, second edition, page 90 says:
The equals operator «=» returns false if either or both oprands are NaN...

Therefore this is a test to see whether the node will convert to a number.

Regards,
Ragulf Pickaxe :)

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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