- From: Michael Rys <mrys@microsoft.com>
- Date: Mon, 30 Jun 2003 18:32:16 -0700
- To: <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".
Received on Monday, 30 June 2003 21:32:24 UTC