Re: [xsl] translate (string, ''' , '''' )

Subject: Re: [xsl] translate (string, ''' , '''' )
From: Samuzeau Pascal <samuzeau@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 06 Mar 2001 09:28:36 +0100
Michael,

You're right ! In fact, I just want to replace one character by to ( same
).

I think I'll copy the method of Mike J. Brown

Thank to you
Kindly
PS


Michael Kay wrote:

> > <xsl:variable name="q">'</xsl:variable>
> > <xsl:value-of select="translate(/Legende,$q,concat($q,$q))" />
>
> No, I think he wants to replace one character by two, which you can't do
> with translate().
>
> Mike Kay
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread