- From: Thomas Fischer <fischer.th@gmail.com>
- Date: Wed, 30 Nov 2016 17:20:47 +0100
- To: public-qt-comments@w3.org
Received on Wednesday, 30 November 2016 16:21:21 UTC
Hi, The documentation for array:join says: Concatenates the contents of several arrays and "concat" is a common term for such functionality for arrays, whereas "join" is common to join the elements of an array into a string, separated by a specified separator. Therefore I would propose: array:join($array as array(*)) as xs:string array:join($array as array(*), $separator as xs:string) as xs:string array:concat($arrays as array(*)*) as array(*) salute Th. Fischer
Received on Wednesday, 30 November 2016 16:21:21 UTC