Re: how to replace line-feeds with space?

Subject: Re: how to replace line-feeds with space?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 15 Nov 2000 09:12:04 GMT
> Actually, you're doing way too much work. If you're replacing a single
> character with a single character, all you need is the XPath function
> translate().

True, although for this particular transformation it's most likelythat
that is too much work as well, and normalize-space() is all that's
required. (This also trims white space from front and back, and
compresses runs of space, but probably that's required as well here.

david

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp


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


Current Thread