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: 

XSL Transformation - cut <asx:abap> and <asx:values>

Former Member
0 Kudos

Hey all,

I'm using a XSL Transformation to create a XML-File from an internal table.

My problem is, that the transformation automatically puts the two tags "<asx:abap xmlns:asx="http://www.sap.com/abapxml">" and "<asx:values>" at the beginning of my file (or string):

<?xml version="1.0" encoding="iso-8859-1" ?>

<asx:abap xmlns:asx="http://www.sap.com/abapxml">

<asx:values>

<ROOT>

...

</ROOT>

</asx:values>

</asx:abap>

Does anyone have any idea how I can easily suppress these lines?

The best course would be of course an XSL statement.

Thanks and regards,

Martin.

1 REPLY 1

mithun_shetty4
Contributor
0 Kudos

Will using a Simple Transformation help your case ?