| 
 
Subject: Re: [xsl] Decimal precision From: Dimitre Novatchev <dnovatchev@xxxxxxxxx> Date: Sat, 5 Feb 2005 12:13:08 +1100  | 
On Fri, 4 Feb 2005 23:32:03 -0000, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> x/y/xs:decimal() works only in Saxon 8.2. In earlier releases you have to
> write it as
> 
> for $x in x/y return xs:decimal($x)
Or with FXSL:
   sum(  f:map(f:decimal(),  /*/*/claim/claim_line/reimbursement_amount)   )
    
Cheers,
Dimitre Novatchev
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Decimal precision, Michael Kay | Thread | Re: [xsl] Decimal precision, Dimitre Novatchev | 
| Re: [xsl] grouping, sorting and sel, Wendell Piez | Date | Re: [xsl] Decimal precision, Dimitre Novatchev | 
| Month |