xsl-list
[Top] [All Lists]

[xsl] String manipulation in Xslt 1.0

2020-08-25 10:45:59
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/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>