|
5 | 5 | xmlns:xlink="http://www.w3.org/1999/xlink"> |
6 | 6 | <info> |
7 | 7 | <title>Application Server Configuration</title> |
8 | | - <date>1Q18</date> |
| 8 | + <date>2Q19</date> |
9 | 9 | <keywordset> |
10 | 10 | <keyword>operations</keyword> |
11 | 11 | </keywordset> |
|
423 | 423 | <title> <tag>db-connection</tag>/<tag>default-permissions</tag> element</title> |
424 | 424 |
|
425 | 425 | <para>Specifies the default permissions for all resources and collections in eXist |
426 | | - (see <link xlink:href="security.xml"> User Authentication and Access |
| 426 | + (see <link xlink:href="security">User Authentication and Access |
427 | 427 | Control</link>). When this is not configured, the default <literal>mod</literal> |
428 | 428 | (similar to the Unix <code>chmod</code> command) is set to |
429 | 429 | <literal>0775</literal> in the <literal>resources</literal> and |
|
463 | 463 | workaround, which will be removed in the future. Please use the |
464 | 464 | n-gram or full-text indexes for case-insensitive queries or - if |
465 | 465 | that is impossible - specify a <link |
466 | | - xlink:href="xquery.xml#collations">collation</link>.</para> |
| 466 | + xlink:href="xquery#collations">collation</link>.</para> |
467 | 467 | </warning> |
468 | 468 | </listitem> |
469 | 469 | </varlistentry> |
|
574 | 574 | <literal>class</literal> and <literal>id</literal>. The other attributes, as |
575 | 575 | well as any nested elements, are specific to the index implementation. Detailed |
576 | 576 | information is available in the article on <link |
577 | | - xlink:href="indexing.xml#moduleconf">Configuring Database Indexes</link>.</para> |
| 577 | + xlink:href="indexing#moduleconf">Configuring Database Indexes</link>.</para> |
578 | 578 | </sect3> |
579 | 579 |
|
580 | 580 | <sect3 xml:id="indexer-stopwords"> |
|
594 | 594 | <para>Configuring indexes via the default settings is <emphasis>not</emphasis> |
595 | 595 | recommended. If you need a global collection configuration, store one for the |
596 | 596 | root collection <literal>/db</literal>. For more information, see <link |
597 | | - xlink:href="indexing.xml">Configuring Indexes</link>.</para> |
| 597 | + xlink:href="indexing">Configuring Indexes</link>.</para> |
598 | 598 | </sect3> |
599 | 599 | </sect2> |
600 | 600 |
|
|
735 | 735 | <para>The serializer is responsible for serializing XML documents or document fragments |
736 | 736 | back into XML. This configuration element defines default settings for various |
737 | 737 | parameters, which can also be specified programmatically. All settings can be |
738 | | - overwritten by XQuery <link xlink:href="xquery.xml#serialization">serialization |
| 738 | + overwritten by XQuery <link xlink:href="xquery#serialization">serialization |
739 | 739 | options</link>.</para> |
740 | 740 | <sect3 xml:id="serializer-att"> |
741 | 741 | <title> <tag>serializer</tag> attributes</title> |
|
821 | 821 | catalog files. Catalog files are used to locate DTDs, schemas and resolve external |
822 | 822 | entities in general.</para> |
823 | 823 | <para>Please refer to the corresponding documentation on <link |
824 | | - xlink:href="validation.xml">XML Validation</link>.</para> |
| 824 | + xlink:href="validation">XML Validation</link>.</para> |
825 | 825 | </sect2> |
826 | 826 |
|
827 | 827 | <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
|
990 | 990 | which must point to the XQuery source code of the module, for instance:</para> |
991 | 991 | <programlisting language="xml"><![CDATA[&lt;module uri="http://exist-db.org/xquery/kwic" src="resource:org/exist/xquery/lib/kwic.xql"/&gt;]]></programlisting> |
992 | 992 | <para>For the <code>src</code> attribute, eXist understands the <link |
993 | | - xlink:href="xquery.xml#module-system">same types of URIs</link> as in an |
| 993 | + xlink:href="xquery#module-system">same types of URIs</link> as in an |
994 | 994 | ordinary XQuery import statement.</para> |
995 | 995 | </sect3> |
996 | 996 | </sect2> |
|
0 commit comments