You really need XSLT 2.0 to do this properly, but so long as your text is ascii-only, you can normalize case using translate(., 'ABCDEFGH...Z', 'abcdefgh...z')
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|