Per an email from Ioan Salau
We currently use HAPI 2.1 to transform PIPE format to/from XML format for OLIS Query transactions. One of the OLIS Query Response contains a text value that has on the last position \E\ (escaped backslash). When I use XMLParser to encode a message, the backslash is lost for the XML content. If the \E\ is not in last position, even a space character after \E\, the backsplash is present in XML.
Is this a HAPI issue or is something that I have to configure in order to handle properly \E\ as last character for a text value?