In XSL, how does one convert all element names in a document to lower case before processing it? We\'re using XSLT 2.0, and we\'ve tried the following but it does not work..
translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ", 'abcdefghijklmnopqrstuvwxyz')