| Subject: Re: [xsl] Removing line breaks without normalize-space() From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Tue, 19 Sep 2006 20:10:44 +0200 | 
Of course! translate() is a much easier resolution than my proposal when in XSLT 1.
<xsl:template match="text()"> <xsl:value-of select="translate(., $cr, '')"/> </xsl:template>
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Removing line breaks with, Spencer Tickner | Thread | Re: [xsl] Removing line breaks with, Abel Braaksma | 
| Re: [xsl] Removing line breaks with, Abel Braaksma | Date | Re: [xsl] XSLT engines and terminal, Michael(tm) Smith | 
| Month |