Team,
I need a template for which, when I pass order number as parameter, I
should get the corresponding IPs. I need this in *XSLT 1.0*
===============
Eg
Input String : Order1#11.11.11.111;Order2#22.22.22.22;Order3#333.3433.3333;
Param : Order2
Output:
22.22.22.22
Basically it should extract text between # and ; after Order2
================
Thank you very much 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
--~--