blob: ed9aa5ac8966b87276ae2bcf7bc66f692aff30c2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.docbook.org/xsd/4.5/docbook.xsd">
<?dbhtml filename="launching/launching.html" ?>
<title>XSL Launching and Debugging</title>
<para>
The XSL Tooling 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
<i>Run As &gt; XSL Transformation</i>.
</para>
<mediaobject>
<imageobject>
<imagedata align="center" format="PNG"
fileref="../images/launching/launchShortcut.png" />
</imageobject>
</mediaobject>
</section>
<section id="XSLDebug">
<?dbhtml filename="launching/debuglaunching.html" ?>
<title>Launch Debugging</title>
<para>
This is a place holder until some actual documentation can be written.
</para>
</section>
</chapter>