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

Re: [xsl] Can't remove line feeds in Saxon 6.5.3


Subject: Re: [xsl] Can't remove line feeds in Saxon 6.5.3
From: "Spencer Tickner" <spencertickner@xxxxxxxxx>
Date: Sat, 11 Mar 2006 12:37:46 -0800

<xsl:template match="text()">
<xsl:value-of select="normalize-space(.)"/>
</xsl:template>



On 3/11/06, Rik Jones <rikjones@xxxxxxxxx> wrote:
> I can't get my code to work to remove line feeds with Saxon 6.5.3
>
> I am using the following code:
>
> normalize-space(translate($Value,'&#x9;&#xa;&#xd;',''))
>
> Any ideas would be helpful, I am relatively new to XSLT, and just
> started a project with Saxon. I did not pick the Saxon version that was,
> trust upon me.
>
>
> Rik Jones
> Internet/Intranet Project manager


Current Thread
Keywords