Re: [xsl] reducing string length

Subject: Re: [xsl] reducing string length
From: Bastiaan Wakkie <bwakkie@xxxxxxxxx>
Date: Mon, 17 Nov 2008 11:26:54 +0100
I thought about the following:
first 10 chars + "..@.." + last 10 chars

David Carlisle wrote:
what rules do you want to use?

substring(.,1,25) will shorten it but perhaps that isn't what tou need,
although since the shortened email presumably won't actually work,
perhaps that is OK and it doesn't matter how it is shortened?

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

Current Thread