cancel
Showing results for 
Search instead for 
Did you mean: 

String to XML conversion using XSLT

Former Member
0 Kudos

Hi all,

I have a scenario when my source input XML is in the form of a string which needs to be transformed into an XML target fields.

I am using XSLT mapping to do that and its working but unfortunately, input XML contain xml declaration <?xml version='1.0'?>. Because of which it fails.

I need to remove this. Can any body please suggest how to do this?

Any help will be appriciated.

Regards

-Kulwant

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Bhatia,

If you can give sample xml input file then I will try to convert using xslt and give you.

Regards,

---Satish

Former Member
0 Kudos

Hi,

Refer these links

Regards,

Surya

Former Member
0 Kudos

Hi!

I suggest writing ABAP Mapping Class to remove first characters from string and add it to Interface Mapping in your scenario.

Regards,

Radek