Re: [xsl] Special Characters in URLs

Subject: Re: [xsl] Special Characters in URLs
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Tue, 19 Jun 2001 02:21:24 -0700
At 02:10 19-06-2001, Eriksson Magnus wrote:
I'm trying to create an Anchor-tag with a querystring where the querystring
(SomeText) could exist of characters that are not valid in a URL such as
"å", "ä" and "ö". The XSLT processor (msxml 3) replaces these (which is
fine) -- but it doesn't replace it with the correct URL replacements such as
"%E5", "%E4", "%F6" but with "%C3%A5", "%C3%A4" and "%C3%B6". Why is that?
What am I doing wrong?

The processor is properly replacing the non-ASCII characters with their hex-encoded UTF-8 values.


-Chris
--
Christopher R. Maden, XML Consultant
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


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



Current Thread