[xsl] String Replacement problem

Subject: [xsl] String Replacement problem
From: "Lakshmi narayana" <lchintala@xxxxxxxxxxxx>
Date: Tue, 12 Jul 2005 10:01:57 +0500
Hi..
can any one help me in replacing a string. I want a template which accepts
two strings. In the first string, second string should be
replaced. That to from the starting of the first string, replacing should
take place.

eg:
first string : ABCDEFGHIJ
second String : 123
	After replacing the first string should be like this : 123DEFGHIJ

Thanks,
Laxmi Narayana

Current Thread