Re: [xsl] String Replacement in XML using XSLT

Subject: Re: [xsl] String Replacement in XML using XSLT
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 25 Sep 2006 20:00:09 +0200
With XSLT 1, your best luck is to work out some recursive templates to do about the same.

Or look at the resolution from Mukul, that came by during me typing this, which seems an excellent solution in XSLT 1 without any recursion ;-)


-- Abel

Current Thread