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.
132 lines
2.8 KiB
132 lines
2.8 KiB
13 years ago
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.0//EN" "dtd/kdex.dtd" [
|
||
|
<!ENTITY kxsldbg "<application
|
||
|
>KXsldbg</application
|
||
|
>">
|
||
|
<!ENTITY appname "kxsldbg;">
|
||
|
<!ENTITY package "quanta">
|
||
|
<!ENTITY % addindex "IGNORE">
|
||
|
<!ENTITY % French "INCLUDE">
|
||
|
<!ENTITY configure-section SYSTEM "kxsldbg_configure.docbook">
|
||
|
<!ENTITY mainwindow-section SYSTEM "kxsldbg_mainwindow.docbook">
|
||
|
<!ENTITY inspector-section SYSTEM "kxsldbg_inspector.docbook">
|
||
|
<!ENTITY tools-section SYSTEM "kxsldbg_tools.docbook">
|
||
|
<!ENTITY credits-chapter SYSTEM "credits.docbook">
|
||
|
<!ENTITY callstack SYSTEM "callstack.docbook">
|
||
|
<!ENTITY entities SYSTEM "entities.docbook">
|
||
|
<!ENTITY sources SYSTEM "sources.docbook">
|
||
|
<!ENTITY templates SYSTEM "templates.docbook">
|
||
|
<!ENTITY variables SYSTEM "variables.docbook">
|
||
|
<!ENTITY xsldbg "<application
|
||
|
>xsldbg</application
|
||
|
>">
|
||
|
<!ENTITY DTD "<acronym
|
||
|
>DTD</acronym
|
||
|
>">
|
||
|
<!ENTITY XSD "<acronym
|
||
|
>XSD</acronym
|
||
|
>">
|
||
|
<!ENTITY XSLT "<acronym
|
||
|
>XSLT</acronym
|
||
|
>">
|
||
|
|
||
|
]>
|
||
|
|
||
|
<book lang="&language;">
|
||
|
|
||
|
<bookinfo>
|
||
|
<title
|
||
|
>Manuel de &kxsldbg;</title>
|
||
|
|
||
|
<authorgroup>
|
||
|
<author
|
||
|
><firstname
|
||
|
>Keith</firstname
|
||
|
> <surname
|
||
|
>Isdale</surname
|
||
|
> <affiliation
|
||
|
> <address
|
||
|
><email
|
||
|
>k_isdale@tpg.com.au</email
|
||
|
></address>
|
||
|
</affiliation>
|
||
|
</author>
|
||
|
</authorgroup>
|
||
|
|
||
|
<copyright>
|
||
|
<year
|
||
|
>2002</year>
|
||
|
<year
|
||
|
>2003</year>
|
||
|
<holder
|
||
|
>Keith Isdale</holder>
|
||
|
</copyright>
|
||
|
|
||
|
<legalnotice
|
||
|
>&FDLNotice;</legalnotice>
|
||
|
<date
|
||
|
>2003-10-23</date>
|
||
|
<releaseinfo
|
||
|
>0.4</releaseinfo>
|
||
|
|
||
|
<abstract>
|
||
|
<para
|
||
|
>&kxsldbg; fournit une interface graphique utilisateur pour &xsldbg; qui gère le débogage des scripts &XSLT;. </para>
|
||
|
</abstract>
|
||
|
|
||
|
<keywordset>
|
||
|
<keyword
|
||
|
>kde</keyword>
|
||
|
<keyword
|
||
|
>xsldbg</keyword>
|
||
|
<keyword
|
||
|
>libxslt</keyword>
|
||
|
<keyword
|
||
|
>debugger</keyword>
|
||
|
</keywordset>
|
||
|
</bookinfo>
|
||
|
|
||
|
<chapter id="introduction">
|
||
|
<title
|
||
|
>Introduction</title>
|
||
|
|
||
|
<sect1 id="features">
|
||
|
<title
|
||
|
>Fonctionnalités</title>
|
||
|
|
||
|
<para
|
||
|
>&kxsldbg; permet d'accéder à la plupart des commandes de &xsldbg; pour <itemizedlist>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>ajouter et modifier des points d'arrêt </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>afficher des valeurs d'expressions </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>afficher des informations sur les points d'arrêt, les templates, les variables, les piles d'appels, les feuilles de styles et les entités qui ont été trouvés </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>se déplacer dans le source &XSL; et les documents &XML; en utilisant des XPaths </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>chercher les identifiants publics et systèmes dans le catalogue &XML; en cours </para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
</sect1>
|
||
|
</chapter>
|
||
|
|
||
|
<chapter id="using-kxsldbg">
|
||
|
<title
|
||
|
>Utilisation de &kxsldbg;</title>
|
||
|
&configure-section; &mainwindow-section; &inspector-section; &variables; &callstack; &templates; &sources; &entities; &tools-section; </chapter>
|
||
|
|
||
|
&credits-chapter;
|
||
|
|
||
|
</book>
|