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
778 B
30 lines
778 B
13 years ago
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<chapter id="introduction">
|
||
|
<title
|
||
|
>Introducción</title>
|
||
|
|
||
|
<para
|
||
|
>&xsldbg; es una herramienta textual para depurar hojas de estilos (el eXtensible Stylesheet Language, lenguaje de hoja de estilo extensible) y tiene comandos similares al depurador de Unix/Linux gdb. Tiene tres modos principales de ejecución de hojas de estilos. </para>
|
||
|
<para>
|
||
|
<informaltable>
|
||
|
<tgroup cols="1"
|
||
|
><tbody>
|
||
|
<row
|
||
|
><entry
|
||
|
>Ejecutar toda la hoja de estilos.</entry
|
||
|
></row>
|
||
|
<row
|
||
|
><entry
|
||
|
>Pasar a la siguiente instrucción xsl.</entry
|
||
|
></row>
|
||
|
<row
|
||
|
><entry
|
||
|
>Continuar hasta que se encuentre el siguiente punto de interrupción, o se reinicie la hoja de estilos.</entry
|
||
|
></row>
|
||
|
</tbody
|
||
|
></tgroup>
|
||
|
</informaltable>
|
||
|
</para>
|
||
|
|
||
|
</chapter>
|