tmlab / tmql

Automatically exported from code.google.com/p/tmql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fn:string-concat should sipport more than 2 parameter

GoogleCodeExporter opened this issue · comments

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

The function is adapted in draft 2007 and 2010

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

  • Changed state: Fixed