cancel
Showing results for 
Search instead for 
Did you mean: 

Special character in receiver xml

Former Member
0 Kudos

Dear All,

I have a file being moved from SAP to Market end point server. The receiver side is in xml format (no FCC)

Code page conversion is used - UTF8 TO UTF16LE

A special character is occurring in the receiver side: [] It is actually new line character and I suupose due to incompatibility it is coming.

How do we get rid of this character?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

What Kind of mapping do you use? I have explored this behaviour in a XSLT Mapping and i resolved it by using <xsl:strip-space element = "*" />

Maybe this help?

Regards,

Björn