[xsl] Finding problems with getting substring from a string.

Subject: [xsl] Finding problems with getting substring from a string.
From: "Lakshmi narayana" <lchintala@xxxxxxxxxxxx>
Date: Mon, 18 Jul 2005 13:22:55 +0500
Hi,
I am writing the substring function. But Some where I am going wrong.
I want a template which accepts the source string and key string as
parameters.
That template should select the string from the source which is befor the
key string.
eg.
Input paremeters
source string : OMLTree^123_UTI
Key String : ^

Output String : OMLTree

Can any one send the code for this template.

Thanks,
Laxmi Narayana

Current Thread