Subject: Re: Profiling Number Ranges
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Nov 2004 17:18:34 GMT
|
> <xsl:if test="number(max((translate(@SystemLevel, ';',
that's giving max a string. You want to give it a sequence:
max(tokenize(@SystemLevel, ';'))
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|