Subject: Re: Can one Use JavaScript to update XSL:Variables
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Mon, 26 Jul 2004 14:17:33 +0100
|
If you intend to update a variable,as you would normally do in other
languages, you are in a wrong track.
You cant update/change the value of variable.
If you let us know what you actually intend to do, may be there is another
way of sorting it out
Vasu
----- Original Message -----
From: "David Frette" <d2frette@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, July 26, 2004 7:29 AM
Subject: Can one Use JavaScript to update XSL:Variables
> Hi everyone -
> I want to parse the URL of my page and update an XSL variable.
> The only option I see is to parse the URL via JavaScript in
> the header before, which I have done. Now I need to update my
> XSL var using js. Any suggestions? Thx,
> - Dave
|