[xsl] translating ' character

Subject: [xsl] translating ' character
From: "Aniceto" <aniceto@xxxxxxxxxxxxx>
Date: Tue, 11 Jun 2002 16:45:02 +0200
Hola everybody:
I'm trying to remove this ' (apstrof) character from
text in nodes using translate this way but it doesn't

<xsl:variable name="comilla" select="'''"/>
<xsl:variable name="nada" select="''"/>
<xsl:for-each select="catalog/cd1/title">
  <xsl:value-of select="translate(.,$comilla,$nada)"/>
</xsl:for-each>

haw to say ' is a character not part of the isntruction?
thanks in advance

Aniceto Lopez

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


Current Thread