Hi All,
I am using a concat () function in my Bpel , using append
My strings are getting concatenated like String1String2String3...
But i need a newline between them like the below :
String1
String2
String3 ...
I have used concat('String1', ) but it is just appendingĀ or throwing an error , butĀ i am not able to append a new line character . Please help me how i can achieve this in XPATH .
Many Thanks in advance
Bree