summaryrefslogtreecommitdiffstats
path: root/tde-i18n-de/docs/kdewebdev/kxsldbg/index.docbook
blob: c47bb0a4dd80f482ad9f80205d9668ba75152575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!ENTITY kxsldbg "<application
>KXSLDbg</application
>">
  <!ENTITY kappname "&kxsldbg;">
  <!ENTITY package "quanta">
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % German "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
>Das Handbuch zu &kxsldbg;</title>

<authorgroup>
<author
><firstname
>Keith</firstname
> <surname
>Isdale</surname
> <affiliation
> <address
><email
>k_isdale@tpg.com.au</email
></address>
</affiliation>
</author>

<othercredit role="translator"
><firstname
>Georg</firstname
><surname
>Schuster</surname
><affiliation
><address
><email
>gschuster@utanet.at</email
></address
></affiliation
><contrib
>Übersetzung</contrib
></othercredit
> 

</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; ist eine grafische Benutzeroberfläche für &xsldbg;, welche das Bereinigen von Fehlern in &XSLT; Skripten unterstützt. </para>
</abstract>

<keywordset>
<keyword
>KDE</keyword>
<keyword
>xsldbg</keyword>
<keyword
>libxslt</keyword>
<keyword
>Debugger</keyword>
</keywordset>
</bookinfo>

<chapter id="introduction">
<title
>Einführung</title>

<sect1 id="features">
<title
>Funktionen</title>

<para
>&kxsldbg; ermöglicht den Zugriff auf die meisten &xsldbg;-Befehle, um <itemizedlist>
<listitem>
<para
>Haltepunkte zu setzen und zu verändern </para>
</listitem>
<listitem>
<para
>Den Wert von XPath-Ausdrücken anzeigen </para>
</listitem>
<listitem>
<para
>Informationen über Templates, Variable, Stapelaufrufe, Stilvorlagen und gefundene Entities anzuzeigen </para>
</listitem>
<listitem>
<para
>Setzen und verändern von Haltepunkten und Variablen </para>
</listitem>
<listitem>
<para
>Bewegen in &XSL;-Quellen und &XML;-Dokumenten mittels XPath </para>
</listitem>
<listitem>
<para
>Nachschlagen von PUBLIC IDs und SYSTEM IDs im aktuellen &XML;-Katalog </para>
</listitem>
</itemizedlist>
</para>
</sect1>

<sect1 id="new-features">
<title
>Kürzlich hinzugefügte Funktionen</title>
<para
>&kxsldbg; kann nun </para>
<itemizedlist>
<listitem>
<para
>Variablen setzen und verändern </para>
</listitem>
<listitem>
<para
>Stellt den Text im Hauptfenster mittels der &kate;-Bibliotheken dar </para>
</listitem>
</itemizedlist>
</sect1>


</chapter>

<chapter id="using-kxsldbg">
<title
>Die Verwendung von &kxsldbg;</title>
&configure-section; &mainwindow-section; &inspector-section; &variables; &callstack; &templates; &sources; &entities; &tools-section; </chapter>

&credits-chapter;

</book>