How would I, in an XSLT stylesheet, create a variable that would be visible globally, but able to be set to different values multiple times?
For example, I am having this problem:
<xsl:choose>
<xsl:when test="'1'">
<xsl:variable name="var" select="'1'"/>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.