[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Wishes for XSL revisions ...


Subject: RE: [xsl] Wishes for XSL revisions ...
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 2 Jan 2002 11:25:16 -0000

> I am trying to sum on node values  , its giving NaN ,
> the node value is numeric
> my code is like this
> <xsl:variable name="summ" select ="sum(row/col)" />
> what can be the region
>
The reason is that one or more of the values in your node-set is not
convertible to a number. Without seeing your data I can't tell why.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread