[xsl] Re: translate() function, changing characters

Subject: [xsl] Re: translate() function, changing characters
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 3 Oct 2002 03:47:53 -0700 (PDT)
--- manfred dot weigel at rzb dot at wrote:

> Hi *!
> 
> Is it possible to translate a character to several other Characters?
> <xsl:value-of select="translate(current(),'a','A')"/>
> would change every 'a' to 'A' in the current node.
> 
> But I have to change '%' to '%25', that doesn´t work with the
> translate() Function.


Yes.  See for example:

http://sources.redhat.com/ml/xsl-list/2002-09/msg01172.html



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

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


Current Thread