blob: ddf6ea36cd489862d4108594c9baeefce7df73d6 [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/debuglaunching.html" ?>
<title>Launch Debugging</title>
<para>
This is a place holder until some actual documentation can be written.
</para>
</section>
</chapter>