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
794 B
30 lines
794 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<chapter id="introduction">
|
|
<title
|
|
>Introduzione</title>
|
|
|
|
<para
|
|
>&xsldbg; è uno strumento basato sul testo per effettuare il debug dei fogli di stile (il linguaggio per i fogli di stile estendibili - eXtensible Stylesheet Language) e fornisce comandi simili al programma Unix/Linux per il debug gdb. Fornisce tre modalità principali di esecuzione dei fogli di stile. </para>
|
|
<para>
|
|
<informaltable>
|
|
<tgroup cols="1"
|
|
><tbody>
|
|
<row
|
|
><entry
|
|
>Esegui l'intero foglio di stile</entry
|
|
></row>
|
|
<row
|
|
><entry
|
|
>Passa alla prossima istruzione xsl</entry
|
|
></row>
|
|
<row
|
|
><entry
|
|
>Continua fino al prossimo punto di arresto, oppure fino all'inizio del foglio di stile</entry
|
|
></row>
|
|
</tbody
|
|
></tgroup>
|
|
</informaltable>
|
|
</para>
|
|
|
|
</chapter>
|