Subject: RE: xsl and url parameter strings
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 15 Feb 2000 09:53:05 -0000
|
>
> Using & does not work either....
>
> The error lotusxsl is giving with & is - The reference to
> entity "u" must end with the ';' delimiter...
>
> Result of the transformation is later appended to
> another XML document to which another stylesheet is appied to transform to
HTML.
>
> What I am trying to get as a result is something like
>
> <a href="/webcv/system/usermanager/?a=0&u=1"></a>
>
Well if you succeed in generating that, then it won't be well-formed XML,
and the next stylesheet will complain about it with exactly the error
message you describe.
It is supposedly possible to use ";" as an alternative to "&" in URL query
parameters. Have you tried that?
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Nikolai Grigoriev - Tue, 15 Feb 2000 03:25:47 +0300
Kay Michael - Tue, 15 Feb 2000 09:53:05 -0000 <=
|
|