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