I have a parameter in which I’m having information like:
"item1,item2,item3,item4"
So this could be 1 or 2 or 3 or 4.
I want to split it and process it individually. Any idea how to achieve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use exslt, these extensions are available for most XSLT processors.
Here is an implementation of str:split as an XSLT template. It is called like so: