Skip to Content
0
Former Member
Apr 08, 2010 at 01:31 PM

Problem of encoding

25 Views

Hello everybody.

I have a problem of encoding mail messages that come in different encodings. I uses XSLT transformation and it was working fine.

http://www.w3.org/1999/XSL/Transform">

<xsl:output method="xml" encoding="UTF-8"/>

<xsl:template match="/">

<xsl:copy-of select="*" />

</xsl:template>

</xsl:stylesheet>

But now it became unworkable. I don't know how to explain this because this transformation worked fine.

Did anybody face such problem? Maybe some config was broken?

We run SAP XI 7.0 SP18 on Linux.

Thanks in advance.

Edited by: Yaroslav Isachenko on Apr 9, 2010 12:56 PM