I have an xslt element that takes the input as INDIA;JAPAN;CHINA;CANADA etc. I want the output to appear as INDIA,JAPAN,CHINA,CANADA. (i.e) i want to replace the dilimeter ";" with ","
Asked
Active
Viewed 72 times
2 Answers
0
Use the translate() function:
http://www.w3.org/TR/xpath/#function-translate

michael.hor257k
- 113,275
- 6
- 33
- 51