[xsl] translate function

Subject: [xsl] translate function
From: abbouh <abbouh@xxxxxxxxxxxxxxxxx>
Date: Mon, 30 Jun 2003 14:16:19 +0000
is there any restriction i the translate function,
because i try to translate each escape in a sentence to '-'
so i use this instruction:
<xsl:value-of select="translate($caption_title,' ','-')"/>
but it wasn't translated well.
for example:
for <xsl:value-of select="translate('Figure 1.
Répartition des alimentations dans la baie SK (vue avant)',' ','-')"/>
i get:
Figure-1.--Répartition des alimentations dans la baie SK (vue avant)
but i should get :
Figure-1.--Répartition-des-alimentations-dans-la-baie-SK-(vue-avant)



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


Current Thread