tmlab / tmql

Automatically exported from code.google.com/p/tmql
1 stars 0 forks source link

fn:string-concat should sipport more than 2 parameter #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use Case: cocat firstname and last name. Between these names a whitespace is 
needed.

Current solution:
fn:string-concat (fn:string-concat ($t / it:firstname, " " ), $t / it:lastname 
)  , fn:count ( $t >> traverse it:maintains )

Urgs!

Wished solution:
fn:string-concat ($t / it:firstname, " " , $t / it:lastname ) 

Please.

Original issue reported on code.google.com by h.niederhausen@googlemail.com on 17 Mar 2011 at 10:21

GoogleCodeExporter commented 9 years ago
The function is adapted in draft 2007 and 2010

Original comment by Sven.Kro...@googlemail.com on 18 Mar 2011 at 9:16