Right now I'm matching a case insensitive string like this. I'm wondering if there is an easier way to ignore case when comparing strings in an XSL transform file. I've looked everywhere this is the only way I've seen to do it. Seems there should be a more elegant solution.

Code:
translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz') = 'combobox2'