Subject: RE: escaping problems with URL
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 13 Jun 2000 10:52:49 +0100
|
>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
|