I want to define a variable named 'category' in XSL, assign a value to it, and reuse that variable a bit down in my code. if objecttype=1 the variable value should be 'car' if objecttype=2 the variable value should be 'bus'I want to define a variable named 'category' in