<oXygen/> XML Editor User Guide |
The Debugger perspective enables you to test and debug XSLT 1.0 and XSLT 2.0 stylesheets. The interface presents simultaneous views of the source XML document, the XSLT document and the result document. As you go step by step through the XSLT document the corresponding output is generated step by step, and the corresponding position in the XML file is highlighted for each step. At the same time, special views in the interface provide various types of debugging information and events useful for understanding the transformation process.
The user benefits of a rich set of features for testing and solving XSLT problems:The user benefits of a rich set of features for testing and solving XSLT problems:
Support for XSLT 1.0 stylesheets (through the Saxon 6.5.4 and Xalan XSLT engines) and XSLT 2.0 stylesheets (through the Saxon 8B XSLT engine).
Stepping capabilities: step in, step over, step out, run, run to cursor, run to end, pause, stop.
Back mapping between every piece of output and style element /source context who generate it .
Breakpoints on both source and style documents.
Call stack view on both source and style documents.
Trace history on both source and style documents.
Support for XPath expression evaluation during debugging.
Step into imported/included stylesheets as well as included source entities.
Available templates and hits count.
Variables view.
Dynamic output generation.