Re: [xsl] Translating "("

Subject: Re: [xsl] Translating "("
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Mon, 15 Nov 2004 17:20:07 +0100
although it doesn't really help in this case much as you'd still have to
concat() those variables with the rest of the string. what you could do
though is to put the whole string in a variable of this form

<xsl:variable name="x">'&#160;/(),"</xsl:variable>

then you can use

select="translate(normalize-space(ln:term),$x,'_')

This is what I like about mailing lists and open source...


:)

Current Thread