After setting a variable using the <xsl:variable> tag, how can I change the value of that variable somewhere else in the xsl document?
Created May 4, 2012
JP Moresmau You can't. Once set, a variable is constant in XSLT. You'll need to create a new variable.