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]

Re: translate (string, ''' , '''' )


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


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