Re: [xsl] String manipulation in Xslt 1.0

Subject: Re: [xsl] String manipulation in Xslt 1.0
From: "Jean-Paul Rehr rehrjb@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 25 Aug 2020 15:52:03 -0000
>I need  to

Which version of XSLT are you using?

Best,
JPR

On Tue, Aug 25, 2020 at 5:46 PM Prady Prady prady.chin@xxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Team,
>
> I need  to delete string between b:b and b;b
>
> ==================
>
> Input:
>
>
>
<ns0:Orders>OrderNum1:1000.20;ORderNum2:200.99;OrderNum3:300:5;OrderNum4:476:
23</ns0:Orders>
>
>
> Output:
> <ns0:Orders>OrderNum1;ORderNum2;OrderNum3;OrderNum4</ns0:Orders>
>
> =====================
>
> Thank you for your help!!!!
>
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/3377836> (by
> email <>)

Current Thread