Re: [MarkLogic Dev General] error in fn:concate

2015-10-21 Thread Anoop Khetan
Sent: Tuesday, October 20, 2015 4:38 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] error in fn:concate Hi, For that purpose, you should use string-join : http://www.xqueryfunctions.com/xq/fn_concat.html http://www.xqueryfunctions.com/xq/fn_string-join.html

[MarkLogic Dev General] error in fn:concate

2015-10-20 Thread Anoop Khetan
Hi All, I am using similar XML as below, it has multiple tags, but I need to fn:concat of such XMLs which has abc. Could anyone help me, how to phrase this in fn:concat which will only populate abc. fn:concat (/catalog/book/ comments/comment/Text) Error which I am getting is : arg is not

Re: [MarkLogic Dev General] error in fn:concate

2015-10-20 Thread Danny Sokolsky
On Behalf Of Etanchaud Fabrice Sent: Tuesday, October 20, 2015 4:08 AM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] error in fn:concate Hi, For that purpose, you should use string-join : http://www.xqueryfunctions.com/xq/fn_concat.html http://www.xqueryfunctions.com/xq/fn_string