Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

With DOM and iXML from ITAB to Excel

0 Kudos

Hi,

I am searching for a method to create the following XML string to determine that the xml represents a excel file.

"<?mso-application progid="Excel.Sheet"?>"

How do I create this string by using the iXML framework??

Thanks n advance

Best Regards,

Clemens

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

are you limited to use ixml? if not you could use CALL TRNASFORMATION and handle this using XSLT

Former Member
0 Kudos

Check these