How to use Special Characters in CONCAT function or another form with Xquer
KnorrarSep 5 2012 — edited Sep 5 2012Hello everyone
I'm using PS3 OEPE within message flow (proxy)and I'm using Xquery.
I'm using the CONCAT function, but this does not allow me to concatenate special characters not allowed, for example:
I want to concatenate these strings:
String1 = “<get-person><id-person&;gt;”
String2 = “123”
String3 = “</id-person&;gt; </get-person>”
I want to represent characters regex. It means no XML characters
Someone knows some way, any function that allows me to concatenate in OSB these values with Xquery?
Edited by: chromosoma on Sep 5, 2012 5:59 PM