You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Samir Narendra Sardar <ss...@ecomserver.com> on 2000/06/09 17:40:26 UTC

Encoding Question?

Hi,
          I am having some problem in XSL.

I am getting a String somehow which contains %20 or space characters.
like
'This%20is%20Test'

and I want to convert it to 'This is Test'
How do I do it?
I am trying to use the translate function but it is NOT doing that.
Can u please help me out?
I am using XALAN1.0.1
Thanks.
Samir.