[Bug 29184] Modify fn:string-join to accept xs:anyAtomicType* instead of xs:string*

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29184

--- Comment #3 from Michael Kay <mike@saxonica.com> ---
Note also, the use case in comment 1 can be done with

string-join(1 to 4, string(@separator))

If you want a concise way of using a different default separator you can write

string-join(1 to 4, (@separator, '#')[1])

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 16 October 2015 16:47:15 UTC