Result View

Use

You use this view to check the result of an XSL transformation in the XSLT Debugger. With the execution of each step involving a change in the result, the system automatically updates the output.

Representation of Line Breaks in the Result View

To display real line breaks or blank characters necessary for formatting the output text, you need the corresponding XML statement in the XSLT program. If necessary, insert the following XSL statement (for example, in the beginning of the XSLT program):

The indents and line breaks mirror the hierarchy of the document structure and improve the readability of the output.Example

In the following example the XSLT program returns an HTML document after the transformation. The output has real line breaks. As it is the case with standard code pages, end of line is marked by paragraph indicators (¶).