Bernhard,

If your output method is html then values of the URL-valued attributes
(such as href on <a>) are URLencoded automatically. Wouldn't this do?

Tom

On Sat, 28 Apr 2001 12:16:42 +0200
root <root@neu> wrote:

> I can't find a method for urlecoding in XSLT.
> 
> This does not work:
> http://localhost?name=M�ller
> 
> Urlencoded (would be nice to have):
> http://localhost?name=M%FCller
> 
> Is there a method for URLencoding in
> Sablotron (XSLT) - I can't find it.
> 
> 
> The equivalent function in PHP:
> http://www.php.net/manual/en/function.urlencode.php
> 
> by
> 
> Bernhard
> 

Reply via email to