Is there a URL encoding function in XSLT version 1? I need something similar to encodeURIComponent function in javascript?
Seeing as this is not possible as I\'m usi
There isn't one. XSLT has no knowledge of URLs and HTML.
Depending on the language and platform you are using, you may be able to use a XSLT extension that does that.