From ac8c6731410979b1aa3d9e611137fa6983175e00 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 25 Mar 2006 16:07:17 +0000 Subject: [PATCH] Added a "string.lower" template. Does the opposite of string.upper().. Used in the XSLT-based build process for generating the NEWS file and release notes, where we take the "display names" of subsections like "HTMLHelp", and change them into the actual directory names, like "htmlhelp". --- xsl/common/common.xsl | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index 8f5187364..7260592a9 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -1826,6 +1826,48 @@ unchanged. + +Converts a string to all lowercase letters + + +Given a string, this template does a language-aware conversion +of that string to all lowercase letters, based on the values of the +uppercase.alpha and +lowercase.alpha gentext keys for the current +locale. It affects only those characters found in the values of +uppercase.alpha and +lowercase.alpha. All other characters are left +unchanged. + + + + +string + +The string to convert to lowercase. + + + + + + + + + + + + + + + + + + + + + + + Returns localized choice separator -- 2.49.0