xsl 2.0 suppport for lower-case and upper-case
843834Mar 20 2006 — edited Mar 20 2006Hi,
I was trying the upper-case and lower-case and substring methods of
2.0 when i apply the xsl on xml i get the following error
'upper-case' is not a valid XSLT or XPath function. concat(-->upper-case(substring($label,1,1))<--, lower-case(substring(...
I got the list of xsl supported functions from the following web-site
http://www.w3schools.com/xpath/xpath_functions.asp#string
Are these methods supported, If not can any1 please let me know of any other alternative to acheive the following functionaluty
1. To conver the string to UpperCase
2. To conver the string to LowerCase
3. To get a subString from a string
Thanks
Deepak