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]
Other format: [Raw text]

RE: Wishes for XSL revisions ...


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]