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 " http://www.sap.com/abapxml">" and " " at the beginning of my file (or string):
<?xml version="1.0" encoding="iso-8859-1" ?>
<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.