[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Removing line breaks without normalize-space()


Subject: Re: [xsl] Removing line breaks without normalize-space()
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Tue, 19 Sep 2006 20:10:44 +0200

Spencer Tickner wrote:

<xsl:template match="text()"> <xsl:value-of select="translate(., $cr, '')"/> </xsl:template>
Of course! translate() is a much easier resolution than my proposal when in XSLT 1.


Current Thread
Keywords