Subject: RE: How to change the value of a variable?
From: Marco.Mistroni@xxxxxxxxx
Date: Mon, 25 Oct 1999 14:23:07 +0300
|
hi
try to use param-variable, so that you can set it when you call the
XSL processor
br
marco
> -----Original Message-----
> From: EXT Emmanuel.Leguy [mailto:Emmanuel.Leguy@xxxxxxx]
> Sent: 25. October 1999 13:22
> To: Cocoon; xsl-list@xxxxxxxxxxxxxxxx
> Subject: How to change the value of a variable?
>
>
> Hello,
>
> Is it possible in xsl to change the value of a variable?
> If yes, how to do so?
> Here is what I would like to do:
>
> <xsl:stylsheet ..... >
>
> ...
>
> <xsl:variable name="var">default_value</xsl:variable>
>
> ...
>
> <!-- var <- "another value" -->
>
> ...
>
> </xsl:stylesheet>
>
> By what code may i replace the comment?
>
> Thanx,
>
> Manu.
> --
> Laboratoire d'Informatique Fondamentale de Lille (LIFL)
> Universite des Sciences et Technologies de Lille
> Batiment M3 Cite Scientifique
> 59655 Villeneuve d'Ascq Cedex
> FRANCE
> tel: 03 20 33 63 38
> fax: 03 20 43 65 66
> mailto:Emmanuel.Leguy@xxxxxxx
> http://www.lifl.fr
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|