xsh:join

Usage

string xsh:join(string DELIM, object EXPRESSION,...)

Description

Joins the separate string values computed from EXPRESSION(s) into a single string with fields separated by the value of DELIM, and returns that new string. If EXPRESSION evaluates to a node-set, joins string values of individual nodes.