Re: [xsl] UTF-8 URL encoding with XSLT 1.0

Subject: Re: [xsl] UTF-8 URL encoding with XSLT 1.0
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Sat, 2 Jun 2007 07:17:36 +0200
you need to change the xsl:output encoding attribute to be utf-8 for
it to output utf-8. in the referenced stylesheet it is currently iso
8859-1

cheers,
bryan rasmussen

On 6/2/07, Martynas Jusevicius <martynas.jusevicius@xxxxxxxxx> wrote:
Hi,

is there a stylesheet somewhere to encode URLs in XSLT 1.0?
So far I'm using one from http://skew.org/xml/stylesheets/url-encode/
, but it looks like it cannot handle UTF-8.

Martynas

Current Thread