RE: 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".
> 

This would not be backwards compatible.

You can use string-join.

Michael Kay

Received on Tuesday, 1 July 2003 13:50:48 UTC