Skip to content

Commit 8ee0f09

Browse files
committed
cleanup
1 parent d33bff4 commit 8ee0f09

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

src/main/xar-resources/data/configuration.xml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
<varlistentry>
449449
<term>&lt;xquery&gt;</term>
450450
<listitem>
451-
<para>Define modules that contain xQuery functions.</para>
451+
<para>Define (built-in) modules that contain xQuery functions.</para>
452452
</listitem>
453453
</varlistentry>
454454
<varlistentry>
@@ -462,7 +462,7 @@
462462
<section>
463463
<title>&lt;db-connection&gt;</title>
464464
<para>This element contains basic default storage settings for eXist-db, including
465-
memory and system limits. Only one <sgmltag>db-connection</sgmltag> should be
465+
memory and system limits. Only one &lt;db-connection&gt; should be
466466
specified. An example configuration for the native back-end is shown
467467
below:</para>
468468
<example>
@@ -647,7 +647,7 @@
647647
shutdown due to, for example, power failures, OS reboots, and hanging
648648
processes. For this to work correctly, all database operations must be
649649
logged to a journal file. The location, size and other parameters for this
650-
file can be set using the <sgmltag>recovery</sgmltag> element.</para>
650+
file can be set using the &lt;recovery&gt; element.</para>
651651
<variablelist>
652652
<title>&lt;recovery&gt; Attributes</title>
653653
<varlistentry>
@@ -951,12 +951,12 @@
951951
</section>
952952
<section>
953953
<title>
954-
<sgmltag>modules</sgmltag>
954+
&lt;modules&gt;
955955
</title>
956956
<para>This section configures optional indexing modules. Beginning with version
957957
1.2, eXist features a modularized indexing architecture, which allows new
958958
indexes to be plugged into the indexing pipeline. The
959-
<sgmltag>modules</sgmltag> section lists and configures the indexes that
959+
&lt;modules&gt; section lists and configures the indexes that
960960
will be available to the database: </para>
961961
<example>
962962
<title>Configuring Index Modules</title>
@@ -976,23 +976,23 @@
976976
&lt;/modules&gt;</markup>
977977
</programlisting>
978978
</example>
979-
<para>The only common attributes for each <sgmltag>module</sgmltag> element are
979+
<para>The only common attributes for each &lt;module&gt; element are
980980
<option>class</option> and <option>id</option>. The other attributes as
981981
well as any nested elements are specific to the index implementation.
982982
Detailed information is available in the document on <ulink url="indexing.xml#moduleconf">Configuring Database
983983
Indexes</ulink>.</para>
984984
</section>
985985
<section>
986986
<title>
987-
<sgmltag>stopwords</sgmltag>
987+
&lt;stopwords&gt;
988988
</title>
989989
<para>The <option>file</option> for this element points to a file containing a
990990
list of <emphasis>stopwords</emphasis>. Note that stopwords are
991991
<emphasis>NOT</emphasis> added to the fullext index.</para>
992992
</section>
993993
<section>
994994
<title>
995-
<sgmltag>index</sgmltag>
995+
&lt;index&gt;
996996
</title>
997997
<para>This configuration element specifies the default index settings. These
998998
settings are applied if neither the collection nor any of its ancestors
@@ -1005,7 +1005,7 @@
10051005
</section>
10061006
<section>
10071007
<title>
1008-
<sgmltag>scheduler</sgmltag>
1008+
&lt;scheduler&gt;
10091009
</title>
10101010
<para>This section is used to configure asynchronous jobs with eXist's internal
10111011
scheduler. Three types of jobs are supported:</para>
@@ -1056,11 +1056,11 @@
10561056
&lt;/scheduler&gt;</markup>
10571057
</programlisting>
10581058
</example>
1059-
<para>Each job is configured in a <sgmltag>job</sgmltag> element which accepts a
1059+
<para>Each job is configured in a &lt;job&gt; element which accepts a
10601060
number of standard attributes:</para>
10611061
<section>
10621062
<title>
1063-
<sgmltag>job</sgmltag> attributes</title>
1063+
&lt;job&gt; attributes</title>
10641064
<variablelist>
10651065
<varlistentry>
10661066
<term>type</term>
@@ -1156,10 +1156,10 @@
11561156
<varlistentry>
11571157
<term>enable-xinclude</term>
11581158
<listitem>
1159-
<para>This attribute determines whether <sgmltag>xinclude</sgmltag>
1159+
<para>This attribute determines whether &lt;xinclude&gt;
11601160
tags are to be expanded during serialization. Setting the value
11611161
to "<option>false</option>" will leave
1162-
<sgmltag>xinclude</sgmltag> tags unexpanded.</para>
1162+
&lt;xinclude&gt; tags unexpanded.</para>
11631163
</listitem>
11641164
</varlistentry>
11651165
<varlistentry>
@@ -1210,7 +1210,7 @@
12101210
<listitem>
12111211
<para>The database can highlight matches in the text content of a
12121212
node by tagging the matching text string with
1213-
<sgmltag>exist:match</sgmltag>. Clearly, this only works for
1213+
&lt;exist:match&gt;. Clearly, this only works for
12141214
XPath expressions using the fulltext index. Set the parameter to
12151215
"<option>yes</option>" to <emphasis>disable</emphasis> this
12161216
feature.</para>
@@ -1221,7 +1221,7 @@
12211221
</section>
12221222
<section>
12231223
<title>
1224-
<sgmltag>transformer</sgmltag>
1224+
&lt;transformer&gt;
12251225
</title>
12261226
<para>This section determines which XSLT processor will be used by eXist. By
12271227
default, eXist relies on Xalan, which is an XSLT 1.0 engine. Please refer to
@@ -1230,7 +1230,7 @@
12301230
</section>
12311231
<section>
12321232
<title>
1233-
<sgmltag>validation</sgmltag>
1233+
&lt;validation&gt;
12341234
</title>
12351235
<para>Defines the default validation settings that will be active when parsing XML
12361236
and links to catalog files. Catalog files are used to locate DTDs, schemas and
@@ -1242,7 +1242,7 @@
12421242
<para>Inserting new nodes into a document can lead to fragmentation in the DOM
12431243
storage file. eXist will thus trigger a defragmentation run if the fragmentation
12441244
exceeds a certain limit. The frequency of such defragmentation runs can be
1245-
configured in the <sgmltag>xupdate</sgmltag> section. The main parameter is
1245+
configured in the &lt;xupdate&gt; section. The main parameter is
12461246
called <option>allowed-fragmentation</option>:</para>
12471247
<example>
12481248
<title>XUpdate-Options in conf.xml</title>
@@ -1278,7 +1278,7 @@
12781278
</section>
12791279
<section>
12801280
<title>
1281-
<sgmltag>xquery</sgmltag>
1281+
&lt;xquery&gt;
12821282
</title>
12831283
<example>
12841284
<title>XQuery Engine Configuration</title>
@@ -1293,12 +1293,12 @@
12931293
&lt;/xquery&gt;</markup>
12941294
</programlisting>
12951295
</example>
1296-
<para>The <sgmltag>xquery</sgmltag> section is used to enable/disable certain core
1296+
<para>The &lt;xquery&gt; section is used to enable/disable certain core
12971297
features of the XQuery engine. It also lists the XQuery modules that will be
12981298
known to the query engine by default.</para>
12991299
<section>
13001300
<title>
1301-
<sgmltag>xquery</sgmltag> attributes</title>
1301+
&lt;xquery&gt; attributes</title>
13021302
<variablelist>
13031303
<varlistentry>
13041304
<term>enable-java-binding=yes|no</term>
@@ -1327,10 +1327,10 @@
13271327
the entire collection set.</para>
13281328
<para>For example, if you have two collections: /db/one and /db/two,
13291329
and you define a range index on a certain element
1330-
<sgmltag>node</sgmltag> in /db/one, but not in /db/two, the
1330+
&lt;node&gt; in /db/one, but not in /db/two, the
13311331
query engine would not use the index with setting "strict" if
13321332
you query both collections. At compile time, eXist doesn't know
1333-
if <sgmltag>node</sgmltag> exists in both collections and will
1333+
if &lt;node&gt; exists in both collections and will
13341334
not use the index if it determines that an index definition does
13351335
only apply to a part of the collection set being queried. To use
13361336
the index, you would need to start your XPath expression with a
@@ -1391,8 +1391,7 @@
13911391
</variablelist>
13921392
</section>
13931393
<section>
1394-
<title>
1395-
<sgmltag>builtin-modules</sgmltag>
1394+
<title>&lt;builtin-modules&gt;
13961395
</title>
13971396
<para>This section lists the XQuery modules which will be known to the query
13981397
engine. The modules in this list can be imported into a query without

0 commit comments

Comments
 (0)