|
115 | 115 | </listitem>
|
116 | 116 | </itemizedlist>
|
117 | 117 | </sect2>
|
118 |
| - <sect2 xml:id="module_context"> |
119 |
| - <title>Context Module</title> |
120 |
| - <para>Provides access to XQuery contexts, local attributes and foreign contexts for |
121 |
| - simple inter-XQuery communication. This extension is experimental at this time and |
122 |
| - has side effects (eg. not purely functional in nature). Use at own risk! </para> |
123 |
| - <itemizedlist> |
124 |
| - <listitem> |
125 |
| - <para>Creator: Andrzej Taramina</para> |
126 |
| - </listitem> |
127 |
| - <listitem> |
128 |
| - <para>Licence: LGPL</para> |
129 |
| - </listitem> |
130 |
| - <listitem> |
131 |
| - <para>Status: experimental</para> |
132 |
| - </listitem> |
133 |
| - <listitem> |
134 |
| - <para>Class: <code>org.exist.xquery.modules.context.ContextModule</code> </para> |
135 |
| - </listitem> |
136 |
| - <listitem> |
137 |
| - <para>Namespace: <code>http://exist-db.org/xquery/context</code> </para> |
138 |
| - </listitem> |
139 |
| - </itemizedlist> |
140 |
| - </sect2> |
141 |
| - <sect2 xml:id="module_datetime"> |
142 |
| - <title>Date Time Module</title> |
143 |
| - <para>Provides additional operations on date and time types</para> |
144 |
| - <itemizedlist> |
145 |
| - <listitem> |
146 |
| - <para>Creator: Adam Retter</para> |
147 |
| - </listitem> |
148 |
| - <listitem> |
149 |
| - <para>Licence: LGPL</para> |
150 |
| - </listitem> |
151 |
| - <listitem> |
152 |
| - <para>Status: production</para> |
153 |
| - </listitem> |
154 |
| - <listitem> |
155 |
| - <para>Class: <code>org.exist.xquery.modules.datetime.DateTimeModule</code> |
156 |
| - </para> |
157 |
| - </listitem> |
158 |
| - <listitem> |
159 |
| - <para>Namespace: <code>http://exist-db.org/xquery/datetime</code> </para> |
160 |
| - </listitem> |
161 |
| - </itemizedlist> |
162 |
| - </sect2> |
163 | 118 | <sect2 xml:id="module_exi">
|
164 | 119 | <title>EXI Module</title>
|
165 | 120 | <para>Provides additional operations to encode and decode Efficient XML Interchange
|
|
205 | 160 | </listitem>
|
206 | 161 | </itemizedlist>
|
207 | 162 | </sect2>
|
208 |
| - <sect2 xml:id="module_httpclient"> |
209 |
| - <title>HTTP Client Module</title> |
210 |
| - <para>Functions for performing HTTP requests</para> |
211 |
| - <itemizedlist> |
212 |
| - <listitem> |
213 |
| - <para>Creator: Adam Retter and Andrzej Taramina</para> |
214 |
| - </listitem> |
215 |
| - <listitem> |
216 |
| - <para>Licence: LGPL Features</para> |
217 |
| - </listitem> |
218 |
| - <listitem> |
219 |
| - <para>Used: NekoHTML</para> |
220 |
| - </listitem> |
221 |
| - <listitem> |
222 |
| - <para>Status: production</para> |
223 |
| - </listitem> |
224 |
| - <listitem> |
225 |
| - <para>Class: <code>org.exist.xquery.modules.http.HTTPClientModule</code> </para> |
226 |
| - </listitem> |
227 |
| - <listitem> |
228 |
| - <para>Namespace: <code>http://exist-db.org/xquery/httpclient</code> </para> |
229 |
| - </listitem> |
230 |
| - </itemizedlist> |
231 |
| - </sect2> |
232 | 163 | <sect2 xml:id="module_image">
|
233 | 164 | <title>Image Module</title>
|
234 | 165 | <para>This modules provides operations on images stored in the db, including: Retreiving
|
|
306 | 237 | </listitem>
|
307 | 238 | </itemizedlist>
|
308 | 239 | </sect2>
|
309 |
| - <sect2 xml:id="module_math"> |
310 |
| - <title>Math Module</title> |
311 |
| - <para>This module provides mathematical functions from the java Math class.</para> |
312 |
| - <itemizedlist> |
313 |
| - <listitem> |
314 |
| - <para>Creator: Dannes Wessels</para> |
315 |
| - </listitem> |
316 |
| - <listitem> |
317 |
| - <para>Licence: LGPL</para> |
318 |
| - </listitem> |
319 |
| - <listitem> |
320 |
| - <para>Status: production</para> |
321 |
| - </listitem> |
322 |
| - <listitem> |
323 |
| - <para>Class: <code>org.exist.xquery.modules.math.MathModule</code> </para> |
324 |
| - </listitem> |
325 |
| - <listitem> |
326 |
| - <para>Namespace: <code>http://exist-db.org/xquery/math</code> </para> |
327 |
| - </listitem> |
328 |
| - </itemizedlist> |
329 |
| - </sect2> |
330 | 240 | <sect2 xml:id="module_oracle">
|
331 | 241 | <title>Oracle Module</title>
|
332 | 242 | <para>This module allows execution of PL/SQL Stored Procedures within an Oracle RDBMS
|
|
494 | 404 | <para>Namespace: <code>http://exist-db.org/xquery/xslfo</code> </para>
|
495 | 405 | </listitem>
|
496 | 406 | </itemizedlist>
|
497 |
| - </sect2> |
| 407 | + </sect2> |
498 | 408 | <sect2 xml:id="module_xmlcalabash">
|
499 | 409 | <title>XML Calabash Module</title>
|
500 | 410 | <para>This module provides simple integration with XML Calabash XProc engine.</para>
|
|
0 commit comments