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]

Re: translate() function, changing characters


--- 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


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