xsl-list
[Top] [All Lists]

Re: [xsl] Re: summing attributes problem

2006-10-28 08:51:50
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(_at_)comcast(_dot_)net> 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...)


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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