I know we can't change value of variable in xslt. My question is can we first declare the variable and then set it's value later in 'if' tag i.e. assigning true() or false() according to some condition? If so how?
Is there any other way to solve this problem with keeping variable global?