You should use ";" as your separator instead of "&".
So this XSL:
<a href="/BLAH?id={$id};data={$data}">URL</a>
becomes:
<a href="/BLAH?id=1;data=D1">URL</a>
This is actually more compliant with the w3 recommendation than
using "&" and Apache will parse it correctly.
Daemmon Hughes
On 12 Jun 2002, at 19:13, Brian Skrab wrote:
> Hello,
>
> I'm attempting to construct a URL composed of a set of xsl variables
> in an xsl stylesheet, but am not receiving the expected results.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]