cancel
Showing results for 
Search instead for 
Did you mean: 

Error in XSLT Mapping when special character is passed through

Former Member
0 Kudos

Hi Experts,

We have used the XSLT mapping. When ever any special character like é is being passed, then the below mentioned error is displayed in the Integration engine.

Error occurred during XSLT mapping of the application

It is working fine with normal case if we are not sending any special character.

I am not sure whether the problem exists in XSLT mapping or the issue with the legacy system?

Early response would be highly appreciated and points will be awarded.

Thanks in Advance,

Jitender

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Check the encoding of the incoming document.

You might have to define the encoding in the XSLT as well:

for example:

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

Regards

Stefan

Former Member
0 Kudos

hi,

[;

Chk the above link.might solve ur issue.

Regards.

Siddhesh Naik