http://onionworks.net/2004/renderengine/utility
toUpper (orginal : string) : string
This changes all characters of the submitted string into capital letters. Special characters and numbers are not affected by this.
<xsl:value-of select="util:toUpper('A simple test')" />
changing all characters into capital letters
The example shows the result: A SIMPLE TEST