Re: [xsl] Addition/Subtraction of numbers.

Subject: Re: [xsl] Addition/Subtraction of numbers.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 23 Jan 2002 18:21:33 GMT
it would have helped if I'd put the ) in the right place

> select="translate(number($t1,'aN','0')) + translate(number($t2,'aN','0'))"
  select="translate(number($t1),'aN','0') + translate(number($t2),'aN','0')"

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread