[xsl] Function to convert string to upper case

Subject: [xsl] Function to convert string to upper case
From: <Ambika.Das@xxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Sep 2006 09:56:52 +0530
Hi,

Is there a way to convert a string to upper case? For example, given the
string testString, the output should be TESTSTRING.

Sample Input

<?xml version="1.0"?>
<doc>testString</doc>

Sample Output

TESTSTRING

Thanks & Regards,
Ambika Prasad Das

Current Thread