Re: [xsl] String Replacement in XML using XSLT

Subject: Re: [xsl] String Replacement in XML using XSLT
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Mon, 25 Sep 2006 20:10:59 +0200 (CEST)
Senthilkumaravelan Krishnanatham wrote:

  Hi

> I need help in logic of  replacing the string in XML for
> the below input.

  If you use XSLT 2.0, and if the problem is to replace some tagged
substring with computed value (depending of the matching substring),
I'd use xsl:analyze-string.

  With its help, and the help of the regexp Abel gave you to match the
tagged substring, you'll can easily say what to do with matching
substring (retrieve the actual value) and non-matching substring (copy
verbatim).

  Regards,

--drkm


























	

	
		
___________________________________________________________________________ 
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com

Current Thread