summaryrefslogtreecommitdiffstats
path: root/doc/kxsldbg/entities.docbook
blob: 1f6809716da3e6df97da20093c292a001aa72f4d (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
<?xml version="1.0" encoding="UTF-8" ?>
<sect1 id="entities">
<sect1info>
<authorgroup>
<author>
<firstname>Keith</firstname>
<surname>Isdale</surname>
<affiliation>
<address><email>k_isdale@tpg.com.au</email></address>
</affiliation>
</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>
</sect1info>
<title>Working With &XML; Data Files (Entities)</title>

<para> If the inspector dialog is not showing use the <menuchoice>
<guimenu>Tools</guimenu> <guimenuitem>Show inspectors</guimenuitem>
</menuchoice> menu item. To work with entities click on the
<guilabel>Entities</guilabel> tab of dialog shown.  </para>

<para> All external &XML; entities included via the DATA file or one
of its siblings are listed here. For this example I have run &kxsldbg;
on <filename>testdoc.xsl</filename> with
<filename>testdoc.xml</filename> (found in the 
<filename role="directory">&lt;KDE PREFIX&gt;/share/apps/kxsldbg</filename> folder so that you can see some entities.</para>

<screenshot>
<screeninfo>The Entities Window</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="entities_window.png" format="PNG" />
</imageobject>
<textobject><phrase>The Entities Window</phrase></textobject>
</mediaobject>
</screenshot>

<para>
Clicking on a entity entry in the list shown will cause the cursor in the
main window to move to the start of the file indicated.
</para>
</sect1>