Testing a Transformation Program
Use
You use this procedure to test XSLT transformation programs.
Prerequisites
You can use the test environment only for activated XSLT programs.
Procedure
- In the Object Navigator (transaction SE80), open the transformation program you need.
- In the application toolbar, choose
with the quick info text Test XSLT Program or press F8 to start the test environment.
The XSLT Tester screen appears.
- Specify the path for uploading the XML source document.
- Specify the output of the transformation.
The following options are available:
- String output: The system transforms the result into a string and displays it as a simple list.
- File output: The system saves the result as a local file. You need to specify the path for the output file in the Result File Path field.
- Document output: The system transforms the result into a DOM tree, then displays the DOM tree using iXML methods, and in the end displays it as a list.
- HTML view: The result is displayed in a browser.
- Choose Execute to execute the transformation.