summaryrefslogtreecommitdiffstats
path: root/tde-i18n-sv/docs/tdewebdev/xsldbg/introduction.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-sv/docs/tdewebdev/xsldbg/introduction.docbook')
-rw-r--r--tde-i18n-sv/docs/tdewebdev/xsldbg/introduction.docbook29
1 files changed, 29 insertions, 0 deletions
diff --git a/tde-i18n-sv/docs/tdewebdev/xsldbg/introduction.docbook b/tde-i18n-sv/docs/tdewebdev/xsldbg/introduction.docbook
new file mode 100644
index 00000000000..11d581cf7cf
--- /dev/null
+++ b/tde-i18n-sv/docs/tdewebdev/xsldbg/introduction.docbook
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<chapter id="introduction">
+<title
+>Inledning</title>
+
+<para
+>&xsldbg; är ett textbaserat verktyg för att felsöka i stilmallar (eXtensible Stylesheet Language) och har kommandon som liknar Unix/Linux avlusaren gdb. Det har tre huvudlägen för körning av stilmallar. </para>
+<para>
+<informaltable>
+ <tgroup cols="1"
+><tbody>
+ <row
+><entry
+>Köra hela stilmallen</entry
+></row>
+ <row
+><entry
+>Stega till nästa XSL-instruktion</entry
+></row>
+ <row
+><entry
+>Fortsätta till nästa brytpunkt hittas, eller stilmallen startas om</entry
+></row>
+ </tbody
+></tgroup>
+</informaltable>
+</para>
+
+</chapter>