cancel
Showing results for 
Search instead for 
Did you mean: 

XML tag need to be change in the sorce file (ENCODING)

Former Member
0 Kudos

Hi

my source file XML format.. in this file I'm getting as a first tag as like this.. <b><?xml version="1.0" encoding="ISO-8859-1"?>..</b> but actually in my Message mapping source code i have starting tag is like this...

<b><?xml version='1.0' encoding = 'UTF-8" ?></b>

so, som encoding is different.. for this how can solve the problem.. wether i need to change in the source file itself.. or is there any solution to change that in our scenario itself..

plz clarryfy this..

Thanks

babu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Babu,

if it needs to be convetered into UTF-8 you no need to do anything. in mapping by default it will convert into UTF-8. you can check in ur mapping itself.

Regards

Sreeram.G.Reddy

stefan_grube
Active Contributor
0 Kudos

The mapping needs to change the encoding to UTF-8.

Is there any issues for you with this behavior?

Regards

Stefan

Former Member
0 Kudos

Hi Babu,

Check out my answers in this Link

this way you can modify the XML tags which are beyond the reach of mapping

Regards

Vishnu