- From: Kay, Michael <Michael.Kay@softwareag.com>
- Date: Tue, 1 Jul 2003 19:50:40 +0200
- To: Michael Rys <mrys@microsoft.com>, public-qt-comments@w3.org
> Class: Technical
>
> 7.4.1 fn:concat: Why has $op to be xs:string? And not
> xs:string*. Allow
> xs:string* and concatenate them as well (see 7.4.2 remark
> that only holds if fn:concat(("a", "b")) would be a valid expression).
>
> Examples: fn:concat(("a","b")) should be "ab".
> fn:concat(("a","b"),"c") should be "abc".
>
This would not be backwards compatible.
You can use string-join.
Michael Kay
Received on Tuesday, 1 July 2003 13:50:48 UTC