cancel
Showing results for 
Search instead for 
Did you mean: 

Encoding part

Former Member
0 Kudos

Hello every one

Can any one help me to remove the encoding="UTF-8" part from target xml tag

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

Regards

Deepthi

Accepted Solutions (1)

Accepted Solutions (1)

anupam_ghosh2
Active Contributor
0 Kudos

Hi Deepthi,

Please look into my reply in this thread

Regards

Anupam

Former Member
0 Kudos

Thanks Anupam,

I have started process of downloading eclipse and every thing

Regards

deepthi

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi Deepthi,

i dont think you can remove that with XSL or Message Mapping because the prolog is by default part of the output of an parsing mapping program. But you can simply cut off the first line with a non parsing mapping (Java or ABAP).

Regards,

Udo

Former Member
0 Kudos

Check this thread. It's a similar requirement

Former Member
0 Kudos

Hello Kiran,

The link only explains how to remove namespace, but i want to edit the encoding part

Regards

Deepthi

Former Member
0 Kudos

Hi deepthi,

In the same thread , check reply from Srinavas

anonymizer.encoding

Add this to change your encoding

read this help.sap link

http://help.sap.com/saphelp_nw04/helpdata/en/45/d169186a29570ae10000000a114a6b/content.htm

Former Member
0 Kudos

hi ,

if you want to remove encoding , that is possiable with XSLT mapping and please refer below link :

but i want to edit the encoding part

if you want to EDIT encoding part then that is possiable with "XMLAnonymizerBean" and please refer below link

http://wiki.sdn.sap.com/wiki/display/XI/ChangingNamespacesandtheencodingformatof+XML

thanks,

Former Member
0 Kudos

Hi Kiran,

anonymizer.encoding is just helpful to change my encoding encoding part, but i want to remove that i.e. encoding='utf-8' part completely.

Former Member
0 Kudos

Hi,

You can use XSLT mapping for this.

-Supriya.

Former Member
0 Kudos

Thanks Supriya,

But i have already done my Message Mapping and Every thing, is there any other way