|
5 | 5 | xmlns:xlink="http://www.w3.org/1999/xlink">
|
6 | 6 | <info>
|
7 | 7 | <title>Application Server Configuration</title>
|
8 |
| - <date>1Q20</date> |
| 8 | + <date>2Q21</date> |
9 | 9 | <keywordset>
|
10 | 10 | <keyword>operations</keyword>
|
11 | 11 | </keywordset>
|
|
59 | 59 | <para><tag>validation</tag>: Settings for XML validation.</para>
|
60 | 60 | </listitem>
|
61 | 61 | <listitem>
|
62 |
| - <para><tag>xquery</tag>: Define (built-in) modules that contain xQuery functions.</para> |
| 62 | + <para><tag>xquery</tag>: Enable and configure extension modules that contain XQuery |
| 63 | + functions.</para> |
63 | 64 | </listitem>
|
64 | 65 | <listitem>
|
65 | 66 | <para><tag>xupdate</tag>: Configuration options related to XUpdate processing.</para>
|
|
867 | 868 |
|
868 | 869 | <programlisting language="xml" xlink:href="listings/listing-8.xml"/>
|
869 | 870 | <para>The <tag>xquery</tag> section is used to enable/disable certain core features of
|
870 |
| - the XQuery engine. It also lists the XQuery modules that will be known to the query |
871 |
| - engine by default.</para> |
| 871 | + the XQuery engine. It also lists the XQuery extension modules that will be known to |
| 872 | + the query engine by default.</para> |
872 | 873 |
|
873 | 874 | <sect3 xml:id="xq-att">
|
874 | 875 | <title> <tag>xquery</tag> attributes</title>
|
|
975 | 976 | <sect3 xml:id="xq-builtin">
|
976 | 977 | <title> <tag>xquery</tag>/<tag>builtin-modules</tag> element </title>
|
977 | 978 |
|
978 |
| - <para>This section lists the XQuery modules which will be known to the query engine. |
979 |
| - The modules in this list can be imported into a query without specifying a |
980 |
| - location. For example:</para> |
| 979 | + <para>This section lists the XQuery extension modules which will be known to the |
| 980 | + query engine. The modules in this list can be imported into a query without |
| 981 | + specifying a location. For example:</para> |
981 | 982 | <programlisting language="xml" xlink:href="listings/listing-9.xml"/>
|
982 | 983 | <para>This establishes a static mapping between the module URI for the file module
|
983 | 984 | and the Java class which implements it. When using that module, it is sufficient
|
|
0 commit comments