RE: how to replace line-feeds with space?

Subject: RE: how to replace line-feeds with space?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 15 Nov 2000 10:24:39 -0000
> And want to replace all linefeeds in the Title element with a 
> single space character.

I'd expect to do this using either normalize-space() or translate($x,
'&#10', ' ').

Mike Kay
> 


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


Current Thread