RE: [xsl] Decimal precision

Subject: RE: [xsl] Decimal precision
From: "Jim Neff" <jneff@xxxxxxxxxxxxxxx>
Date: Fri, 4 Feb 2005 09:35:52 -0500
> For older versions you should be able to do:
> 
> <xsl:value-of select="sum(for $i in
> claim/claim_line/reimbursement_amount return xs:decimal($i))" />


Yes that did it, thanks!

--Jim

Current Thread