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.
tde-i18n/tde-i18n-ru/docs/tdewebdev/xsldbg/introduction.docbook

17 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8" ?>
<chapter id="introduction">
<title>Введение</title>
<para>&xsldbg; - это среда отладки таблиц стилей (eXtensible Stylesheet Language, Расширяемый Язык Таблиц Стилей), обладающая набором команд, схожим с gdb, отладчиком для систем Unix/Linux. Предоставлены три основных режима применения xsl-таблиц: </para>
<para>
<informaltable>
<tgroup cols="1"><tbody>
<row><entry>Полное исполнение всей xsl-таблицы</entry></row>
<row><entry>Пошаговое исполнение инструкций</entry></row>
<row><entry>Продолжение исполнения xsl-преобразований до следующей точки останова или до конца таблицы на каждой итерации</entry></row>
</tbody></tgroup>
</informaltable>
</para>
</chapter>