MS-FO-LC1-033: Allow concat strings to be sequences

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