Monday, 24 September 2012

fn:tokenize

Selecting multiple values from multiselect would return all selected multiple values into a single string as "val1,val2,val3...............................".

Therefore

we should tokenize over this string to iterate over multiple values through ", " like this

fn:tokenize($string,",")

No comments:

Post a Comment