XSLT » XPath Core Functions » concat

Syntax:
string = concat(value1, value2, ...)

The concat function takes all of the individual arguments, concatenates them together in order, and returns the resultant string.