|
|
|
|
|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Re: summing attributes problem
Subject: [xsl] Re: summing attributes problem
From: "Kent Seegmiller" <hookjaw20@xxxxxxxxxxx>
Date: Sat, 28 Oct 2006 02:33:17 -0600
|
<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...)
|
| |
© 2002-2008 SyncRO Soft Ltd. All rights reserved.
| Sitemap | Privacy Policy This website was created & generated with
<oXygen/> XML Editor |
|
|
|
|
|
|