How to make XSLT substring-before second comma separate
for example the separator is ','
ex : Aban, aban, 22, 33
so the result should be
Aban, aban
and following numbers in other elements.
How to make XSLT substring-before second comma separate
for example the separator is ','
ex : Aban, aban, 22, 33
so the result should be
Aban, aban
and following numbers in other elements.