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]
Other format: [Raw text]

translating ' character


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


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