diff options
Diffstat (limited to 'tde-i18n-nl/docs/tdewebdev/kxsldbg/index.docbook')
-rw-r--r-- | tde-i18n-nl/docs/tdewebdev/kxsldbg/index.docbook | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/tde-i18n-nl/docs/tdewebdev/kxsldbg/index.docbook b/tde-i18n-nl/docs/tdewebdev/kxsldbg/index.docbook new file mode 100644 index 00000000000..1b5eff23b96 --- /dev/null +++ b/tde-i18n-nl/docs/tdewebdev/kxsldbg/index.docbook @@ -0,0 +1,156 @@ +<?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 % Dutch "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 +>Handboek van &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> +<year +>2004</year> +<holder +>Keith Isdale</holder> +</copyright> + +<legalnotice +>&FDLNotice;</legalnotice> +<date +>2004-11-18</date> +<releaseinfo +>0.5</releaseinfo> + +<abstract> +<para +>&kxsldbg; biedt een grafische interface als frontend voor&xsldbg;, waarmee u &XSLT;-scripts kunt debuggen. </para> +</abstract> + +<keywordset> +<keyword +>kde</keyword> +<keyword +>xsldbg</keyword> +<keyword +>libxslt</keyword> +<keyword +>debugger</keyword> +</keywordset> +</bookinfo> + +<chapter id="introduction"> +<title +>Inleiding</title> + +<sect1 id="features"> +<title +>Mogelijkheden</title> + +<para +>Met &kxsldbg; kunt u het merendeel van de opdrachten van &xsldbg; gebruiken om <itemizedlist> +<listitem> +<para +>Breekpunten te zetten en te wijzigen </para> +</listitem> +<listitem> +<para +>De waarde van XPaden weer te geven </para> +</listitem> +<listitem> +<para +>Informatie over de aanwezige sjablonen, variabelen, aanroepstapel, stijlbladen en entiteiten weer te geven </para> +</listitem> +<listitem> +<para +>Breekpunten en variabelen te zetten en te wijzigen </para> +</listitem> +<listitem> +<para +>Door &XSL;-bronnen en &XML;-documenten te bladeren met XPaden </para> +</listitem> +<listitem> +<para +>PUBLIC- en SYSTEM-ID's in de huidige &XML;-catalogus op te zoeken </para> +</listitem> +</itemizedlist> +</para> +</sect1> + +<sect1 id="new-features"> +<title +>Recent toegevoegde mogelijkheden</title> +<para +>&kxsldbg; kan nu </para> +<itemizedlist> +<listitem> +<para +>Variabelen instellen en veranderen </para> +</listitem> +<listitem> +<para +>De tekst in het hoofdvenster weergeven met behulp van de &kate;-bibliotheek </para> +</listitem> +</itemizedlist> +</sect1> + + +</chapter> + +<chapter id="using-kxsldbg"> +<title +>&kxsldbg; gebruiken</title> +&configure-section; &mainwindow-section; &inspector-section; &variables; &callstack; &templates; &sources; &entities; &tools-section; </chapter> + +&credits-chapter; + +</book> |