Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

xsl 2.0 suppport for lower-case and upper-case

843834Mar 20 2006 — edited Mar 20 2006
Hi,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2006
Added on Mar 20 2006
1 comment
225 views