Saxonica.com

fn:string-join

fn:string-join(string* $sequence, string $separator) → string

Function signature

$sequence

xs:string *

$separator

xs:string

Result

xs:string

Concatenates all the strings in the given sequence, separated by the given separator

XPath 2.0 Specification

Next