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