xsl-list
[Top] [All Lists]

Re: [xsl] String manipulation in Xslt 1.0

2020-08-25 10:52:09
I need  to

Which version of XSLT are you using?

Best,
JPR

On Tue, Aug 25, 2020 at 5:46 PM Prady Prady 
prady(_dot_)chin(_at_)gmail(_dot_)com <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:

Team,

I need  to delete string between ‘:’ and “;”

==================

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 <>)

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>