diff options
Diffstat (limited to 'doc/xsldbg/introduction.docbook')
-rw-r--r-- | doc/xsldbg/introduction.docbook | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/xsldbg/introduction.docbook b/doc/xsldbg/introduction.docbook new file mode 100644 index 00000000..65879ce0 --- /dev/null +++ b/doc/xsldbg/introduction.docbook @@ -0,0 +1,20 @@ +<?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> |