How to format a string to camel case in XSLT?
- by DBA_Alex
I'm trying to format strings in XSLT that needs to be in camel case to be used appropriately for the application I'm working with.
For example:
this_text would become ThisText
this_long_text would become ThisLongText
Is it possible to also set this up where I can send an input to the format so I do not have to recreate the format multiple times?