Skip to main content

Posts

Showing posts with the label XSLT

Convert string to lowercase-uppercase in xslt

Introduction: In my previous article I have explained about   How to maintain scroll position on postback . In this article I am going to explain about how to convert the text to uppercase and lowercase in xslt. Explanation: Declare the three xslt variables one for lowercase characters and one for uppercase characters. And the third one is to assign the input value. Below is the sample code.