https://issues.apache.org/bugzilla/show_bug.cgi?id=48556
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Sebb <[email protected]> 2010-01-21 08:41:11 UTC --- I asked on the Xalan-J user list and got this reply: "Xalan-J is an XSLT 1.0/XPath 1.0 processor, and these language versions do not have a lower-function function. However, you could implement lower-case functionality in XSLT 1.0/XPath 1.0 with "translate" function. Here's an example for a lower-case conversion: translate($inputStr, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')" -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
