blob: 8271e0be0e9eddf67e0c7b941b3f7c00a322d3c4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter>
<?dbhtml filename="launching/launching.html" ?>
<title>XSL Launching and Debugging</title>
<para>
XSL Tools adds support for XSL Launch and Debugging configurations.
These allow you to setup XSL configurations for various jobs, and to also
debug xsl stylsheet transformations.
</para>
<section id="XSLLaunch">
<?dbhtml filename="launching/launching.html" ?>
<title>XSL Launching</title>
<para>
In the Project Explorer, simply select the input XML file and the stylesheet(s) to transform it, and then right-click and select
<emphasis>Run As > XSL Transformation</emphasis>.
</para>
<mediaobject>
<imageobject>
<imagedata align="center" format="PNG"
fileref="../images/launching/launchShortct.png" />
</imageobject>
</mediaobject>
</section>
<section id="XSLDebug">
<?dbhtml filename="launching/debugging.html" ?>
<title>XSLT Debugging</title>
<para>
XSL Tools provides a framework for XSLT processors to provide debugging support. The support
provided is highly dependent on the processors. XSL Tools comes with built in support
for the Xalan 2.7.1 processor. Debugging is only available for those processors that
support the feature and plug into the extension point.
</para>
<section>
<title>Result View</title>
<para>
The XSLT Debugger has a result view. This will show the output that the
stylesheet has generated to the current break point or since the last step command was issued.
</para>
<mediaobject>
<imageobject>
<imagedata align="center" format="PNG"
fileref="../images/launching/resultView.png" />
</imageobject>
</mediaobject>
</section>
</section>
</chapter>