cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid escaping & with & a m p; in xml assignments

Former Member
0 Kudos

Hi all,

we have a request to send german umlaut from MII to a production system. After some testing we found that using UTF8 entities like this are working:

&#xE4 for ä

The message is build as an XML string, and whenever the xml is changed in a BLT, MII replaces the "&" with "& a m p ;". Is there a possibility to avoid the automatic escaping?

A workaround would be to use stringreplace on the string representation of the XML, but maybe there is a chance to use another way.

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

i had the same problem. I just replaced all occurrences of '& amp;' " with '&'.

regards

Rajab

Edited by: Rajabali Keasalar on Nov 23, 2009 6:08 PM

Edited by: Rajabali Keasalar on Nov 23, 2009 6:10 PM