[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] string parsing and delimiters
Hello,
I need to transform the following XML
<Salaries Range = "B" Scale="7" Amount = "12050.30; 11058.23; 11251.25>
with n 'Amount' values delimited by ';'
into three n XML elements:
<Salaries Range = "B" Scale="7" Amount = "12050.30">
<Salaries Range = "B" Scale="7" Amount = "11058.23">
<Salaries Range = "B" Scale="7" Amount = " 11251.25">
Any help with that. thanks.
Pat.
|