Re: [xsl] URL encoding

Subject: Re: [xsl] URL encoding
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Thu, 17 Oct 2002 22:14:23 +0200
Zakon, Stuart wrote:
Is there a function or combination of functions in XSLT that will help in
URL encoding?  I have blank spaces in a string that is part of a URL and I
want to escape them with '%20'. The translate function doesn't work here
because it is doing character substitution, not string substitution.

Ther is no built-in function, but there are various solutions available as libraries. Check out EXSLT and Dimitre Novatchevs FXSL. The XSLT FAQ has also hints, for example look at http://www.dpawson.co.uk/xsl/sect2/replace.html#d59e39


J.Pietschmann



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread