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.
30 lines
667 B
30 lines
667 B
<?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>
|