You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/doc/xsldbg/introduction.docbook

21 lines
647 B

<?xml version="1.0" encoding="UTF-8" ?>
<chapter id="introduction">
<title>Introduction</title>
<para>
&xsldbg; is a text based tool to debug stylesheets (the eXtensible
Stylesheet Language) and has commands similar to the Unix/Linux debugger
gdb. It has three major modes of execution of stylesheets.
</para>
<para>
<informaltable>
<tgroup cols="1"><tbody>
<row><entry>Run the whole stylesheet</entry></row>
<row><entry>Step to next xsl instruction</entry></row>
<row><entry>Continue until next break point is found, or stylesheet has restarted</entry></row>
</tbody></tgroup>
</informaltable>
</para>
</chapter>