RE: escaping problems with URL

Subject: RE: escaping problems with URL
From: juggy@xxxxxxx
Date: Tue, 13 Jun 2000 12:30:09 +0200
I cannot use equal signs; somehow it always tells an error if I do 
that. I found out that using %3D is the only thing that works for me.

Juggy

On 13 Jun 2000, at 10:52, Kay Michael wrote:

> >I am trying to call it this way:
> > 
> > http://localhost/saxon.exe?test.xml%20test.xsl%20param1%3dvalu
> > e1
> > 
> > whereas %3d is for "=". Now, if I try to write this into my xsl-
> > stylesheet, my "%" always gets escaped, too. 
> 
> You're in uncharted waters here, but if the browser is escaping the
> "%" signs, why not write an unescaped URL, containing spaces and
> equals signs?
> 
> Mike Kay
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 



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


Current Thread