[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] translate (string, ''' , '''' )
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
|