summaryrefslogtreecommitdiffstats
path: root/tde-i18n-pt/docs/kdewebdev/xsldbg/introduction.docbook
blob: 5f02e58b5b37d2343fcb9a8fa73cc1f289f2831f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" ?>
<chapter id="introduction">
<title
>Introdução</title>

<para
>O &xsldbg; é uma ferramenta baseada em texto para depurar 'stylesheets' ou folhas de estilo (na linguagem eXtensible Stylesheet Language) e tem comandos semelhantes ao depurador 'gdb' do Unix/Linux. Ele tem três modos importantes de execução das 'stylesheets'. </para>
<para>
<informaltable>
    <tgroup cols="1"
><tbody>
	    <row
><entry
>Executar a 'stylesheet' por completo</entry
></row>
            <row
><entry
>Saltar para a próxima instrução de XSL</entry
></row>
	    <row
><entry
>Continuar até ao próximo ponto de paragem ou reiniciar a 'stylesheet'</entry
></row>
     </tbody
></tgroup>
</informaltable>
</para>

</chapter>