This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]