Background:
XML data is transferred from one R/3 system to another.
Problem:
In the sending system, XML data is "pretty printed". So the xml content has # for newline.
In the receiving system, the iXML parser interprets # as text instead of newline.
Any idea what needs to be done to make the parser understand this?
Any settings or profile parameters??