cancel
Showing results for 
Search instead for 
Did you mean: 

Convert XML string into XML

Former Member
0 Kudos

Hi All,

Can you please let me know for any sample code in xslt/java mapping for converting XML string into XML. We use SAP Pi 7.0

My XML string starts like this

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

- <ns0:MT_ReceiverFileStructure <namespace>"><Output><?xml version="1.0" encoding="ISO-8859-9"?><?xml-stylesheet type="text/xsl" href="<xsl>"?><Tarih_Date Tarih="11.09.2014" Date="09/11/2014>
   Thanks,
   Pavithra

Accepted Solutions (1)

Accepted Solutions (1)

Bhargavakrishna
Active Contributor
0 Kudos

Refer the below thread

Regards

Bhargava Krishna

Answers (3)

Answers (3)

former_member184720
Active Contributor

Please check the below thread..

Former Member
0 Kudos

Thanks all...Problem solved.

Bhargavakrishna
Active Contributor
0 Kudos

Thats great..

please close the thread..

former_member182412
Active Contributor
0 Kudos

Try this one:

Former Member
0 Kudos

Thanks Praveen. It worked.

However, the xml i have is an extract from a exchange rate URL and it has the reference to a xsl in it as below

<?xml version="1.0" encoding="ISO-8859-9"?><?xml-stylesheet type="text/xsl" href="<ABC.xsl>"?>.

So there is an error in sxmb_moni. Is it possible to remove this.