[Dev] [ESB] Unable to use apostrophe in fn:concat() Xpath function

2014-06-24 Thread Ishara Premadasa
Hi all, I need to use a string which contains apostrophe character ( ' ) with fn:concat function. Tried with the below ways and none seems to be working. 1. property name=myProp expression=fn:concat(' This isapos;', ' my function') scope=default

Re: [Dev] [ESB] Unable to use apostrophe in fn:concat() Xpath function

2014-06-24 Thread Ishan Jayawardena
Hi Ishara, This worked for me, expression=fn:concat(*quot;*This is*apos;quot;*, *quot;*my function *quot;*) First, we are surrounding the strings with double quotes and then insert the apostrophe (not sure if this is same as the single quote mark). Thanks, Ishan. On Wed, Jun 25, 2014 at 9:35