[xsl] translate (string, ''' , '''' )

Subject: [xsl] translate (string, ''' , '''' )
From: Samuzeau Pascal <samuzeau@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 05 Mar 2001 15:20:04 +0100
Hi,

I Have a portion of XML as :

<?xml version="1.0" encoding="UTF-8" ...>

<Legende>Here is a beautiful texte isn't it ?</Legende>

I Have a XSL as :

<xsl:variable name="N" >
<xsl:value-of select="translate(/Legende, ''', '''' ) " />
</xsl:variable>

I want to translate my " isn't " as " isn''t"

How could I do this ?

Thank you
PS


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


Current Thread