Re: [xml-dev] Problem: special characters replaced by different encoding in HREF

From
Thomas B. Passin <>
To
Date
2003-10-29T20:39:19Z
ID
<>
Thread
Re: [xml-dev] Problem: special characters replaced by different encoding in HREF
 wrote:

> Well I found a workaround using "javascript:document.location.href" so XSL 
> doesn't see it as a URL. 

If you can use javascipt, can also decode - remove - the url encoding 
which might still be there from the href.

Cheers,

Tom P