Escaping the ' character in XPath expression
427634Aug 26 2004 — edited Aug 27 2004I have noticed that the following string expression gets modified by BPEL Designer which does not preserve the escaped ' character, instead it interprets it and the string gets chopped at that position.
<from expression="'select &ap0s;National&ap0s; as supplier,ItemNo as itemCode, unit, "Cat Level 3" as description1, Description as description2, cost from National'">
I have deliberately changed the spelling in the example above to stop this message post from interpreting the escape characters.