xsl-list
[Top] [All Lists]

[xsl] Re: summing attributes problem

2006-10-28 01:34:02
  <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>
--~--

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