http://onionworks.net/2004/renderengine/utility

toLower (original : string) : string

This changes all characters of the submitted string into small letters. Special characters and numbers are not affected by this.

<xsl:value-of select="util:toLower('A Simple Test')" />
changing all characters into small letters

The example shows the result: "a simple test"