Re: [xsl] Re: summing attributes problem

Subject: Re: [xsl] Re: summing attributes problem
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Sat, 28 Oct 2006 08:51:26 -0700
Then the code you provided is different from what you tested with.

When I do the replacement in my code I get the result you described as desired.

I am using SaxonJ 8.7.3


-- Cheers, Dimitre Novatchev --------------------------------------- Truly great madness cannot be achieved without significant intelligence. --------------------------------------- To invent, you need a good imagination and a pile of junk ------------------------------------- You've achieved success in your field when you don't know whether what you're doing is work or play



On 10/28/06, Kent Seegmiller <hookjaw20@xxxxxxxxxxx> wrote:
>>   <total><xsl:value-of
>> select="sum(current-group()[self::po/@cases])"/></total>

>with:

><total>
>   <xsl:value-of
>        select="sum(current-group()[self::po]/@cases)"/>
></total>
>
OK. so I replaced that line but I still get the same error message
(FORG0001: Can not convert string "" to a double...)

Current Thread