RE: [xsl] Compute sum of a computed node list

Subject: RE: [xsl] Compute sum of a computed node list
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Thu, 06 May 2004 05:48:00 +0000
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


Current Thread