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.
144 lines
3.1 KiB
144 lines
3.1 KiB
13 years ago
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.0//EN" "dtd/kdex.dtd" [
|
||
|
<!-- Define an entity for your application if it is not part of KDE
|
||
|
CVS -->
|
||
|
<!ENTITY xsldbg "<application
|
||
|
>xsldbg</application
|
||
|
>">
|
||
|
<!ENTITY kappname "&xsldbg;">
|
||
13 years ago
|
<!ENTITY package "tdewebdev">
|
||
13 years ago
|
<!ENTITY % addindex "IGNORE">
|
||
|
<!ENTITY % Dutch "INCLUDE">
|
||
|
<!ENTITY introduction-chapter SYSTEM "introduction.docbook">
|
||
|
<!ENTITY usage-chapter SYSTEM "usage.docbook">
|
||
|
<!ENTITY commands-chapter SYSTEM "commands.docbook">
|
||
|
<!ENTITY credits-chapter SYSTEM "credits.docbook">
|
||
|
]>
|
||
|
|
||
13 years ago
|
<!-- More content formatting is in need of being done asking for help on tde-i18n-doc@kde.org : remove these two lines when done -->
|
||
13 years ago
|
<!-- NO TRANSLATION -->
|
||
|
|
||
|
<!-- ................................................................ -->
|
||
|
<!-- The language must NOT be changed here. -->
|
||
|
<!-- If you are writing original documentation in a language other -->
|
||
|
<!-- than English, change the language above ONLY, not here -->
|
||
|
<book lang="&language;">
|
||
|
|
||
|
<bookinfo>
|
||
|
<title
|
||
|
>Het handboek van &xsldbg;</title>
|
||
|
|
||
|
<authorgroup>
|
||
|
<author
|
||
|
><firstname
|
||
|
>Keith</firstname
|
||
|
> <surname
|
||
|
>Isdale</surname
|
||
|
> <affiliation
|
||
|
> <address
|
||
|
><email
|
||
|
>k_isdale@tpg.com.au</email
|
||
|
></address>
|
||
|
</affiliation>
|
||
|
</author>
|
||
|
</authorgroup>
|
||
|
|
||
|
&Sander.Koning;&Tom.Albers;
|
||
|
<copyright>
|
||
|
<year
|
||
|
>2002</year>
|
||
|
<year
|
||
|
>2003</year>
|
||
|
<holder
|
||
|
>Keith Isdale</holder>
|
||
|
</copyright>
|
||
|
|
||
|
<legalnotice
|
||
|
>&FDLNotice;</legalnotice>
|
||
|
<date
|
||
|
>2004-09-26</date>
|
||
|
<releaseinfo
|
||
|
>1.01.00</releaseinfo>
|
||
|
|
||
|
|
||
|
<abstract>
|
||
|
<para
|
||
|
>xsldbg is een hulpmiddel met als doel u te helpen stijlbladen te begrijpen. Het voornaamste verschil met andere stijlblad-debuggers is de mogelijkheid om interessante items te zoeken en om de uitvoering van een stijlblad te volgen. </para>
|
||
|
</abstract>
|
||
|
|
||
|
<keywordset>
|
||
|
<keyword
|
||
|
>KDE</keyword>
|
||
|
<keyword
|
||
13 years ago
|
>tdeutils</keyword>
|
||
13 years ago
|
<keyword
|
||
|
>xsldbg</keyword>
|
||
|
<keyword
|
||
|
>xsl</keyword>
|
||
|
<keyword
|
||
|
>xml</keyword>
|
||
|
</keywordset>
|
||
|
|
||
|
</bookinfo>
|
||
|
|
||
|
&introduction-chapter;
|
||
|
&usage-chapter;
|
||
|
&commands-chapter;
|
||
|
&credits-chapter;
|
||
|
|
||
|
|
||
|
<appendix id="installation">
|
||
|
<title
|
||
|
>Installatie</title>
|
||
|
|
||
|
<sect1 id="getting-xsldbg">
|
||
|
<title
|
||
|
>&xsldbg; verkrijgen</title>
|
||
|
|
||
|
<para
|
||
13 years ago
|
>Zie de component kxsldbg in de module tdewebdev in een nabije KDE cvs. </para>
|
||
13 years ago
|
&install.intro.documentation; </sect1>
|
||
|
|
||
|
<sect1 id="requirements">
|
||
|
<title
|
||
|
>Vereisten</title>
|
||
|
|
||
|
<para
|
||
|
>Om &xsldbg; goed te kunnen gebruiken heeft u &kde; libxslt, libexslt en libxml nodig, die op een standaard KDE-installatie aanwezig zijn. </para>
|
||
|
</sect1>
|
||
|
|
||
|
<sect1 id="compilation">
|
||
|
<title
|
||
|
>Compileren en installeren</title>
|
||
|
<para
|
||
13 years ago
|
>xsldbg wordt normaal gesproken gecompileerd als deel van de component kxsldbg in de module tdewebdev</para>
|
||
13 years ago
|
</sect1>
|
||
|
|
||
|
<sect1 id="configuration">
|
||
|
<title
|
||
|
>Instellen</title>
|
||
|
|
||
|
<para
|
||
|
>&xsldbg; wordt ingesteld door middel van argumenten op de opdrachtregel en het commando <link linkend="setoption_cmd" endterm="setoption_cmd.title"
|
||
|
>setoption</link
|
||
|
></para>
|
||
|
|
||
|
</sect1>
|
||
|
|
||
|
</appendix>
|
||
|
|
||
|
&documentation.index;
|
||
|
</book>
|
||
|
|
||
|
<!--
|
||
|
Local Variables:
|
||
|
mode: xml
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-general-insert-case:lower
|
||
|
sgml-indent-step:0
|
||
|
sgml-indent-data:nil
|
||
|
End:
|
||
|
|
||
|
vim:tabstop=2:shiftwidth=2:expandtab
|
||
|
-->
|