Merge lp:~zorba-coders/zorba/deadlinks into lp:zorba

Proposed by William Candillon
Status: Merged
Approved by: Matthias Brantner
Approved revision: 11676
Merged at revision: 11677
Proposed branch: lp:~zorba-coders/zorba/deadlinks
Merge into: lp:zorba
Diff against target: 4375 lines (+1318/-1350)
33 files modified
doc/zorba/build_prepare.dox (+3/-3)
doc/zorba/build_prerequisites.dox (+3/-3)
doc/zorba/data_converters.dox (+6/-6)
doc/zorba/data_lifecycle.dox (+35/-35)
doc/zorba/errors_warnings.dox (+4/-4)
doc/zorba/external_functions.dox (+7/-7)
doc/zorba/ft_intro.dox (+1/-1)
doc/zorba/modules_top.dox (+24/-24)
doc/zorba/options.dox (+3/-3)
doc/zorba/overview.dox (+3/-3)
doc/zorba/php_ubuntu.dox (+4/-5)
doc/zorba/php_windows.dox (+8/-4)
doc/zorba/schema_lifecycle.dox (+1/-1)
doc/zorba/scripting.dox (+1/-1)
doc/zorba/tut_image.dox (+5/-5)
doc/zorba/xqddf.dox (+7/-7)
doc/zorba/xqdoc/images/modules_new.svg (+1110/-1143)
modules/atomic/string.xq (+0/-3)
modules/full-text/full-text.xq (+2/-2)
modules/http-client/xml/http-client.xq (+2/-2)
modules/store/documents.xq (+4/-3)
modules/store/dynamic/collections/ddl.xq (+4/-4)
modules/store/dynamic/collections/dml.xq (+4/-4)
modules/store/dynamic/collections/w3c/ddl.xq (+6/-6)
modules/store/static/collections/ddl.xq (+12/-11)
modules/store/static/collections/dml.xq (+10/-10)
modules/store/static/indexes/ddl.xq (+10/-10)
modules/store/static/indexes/dml.xq (+10/-10)
modules/store/static/integrity-constraints/ddl.xq (+10/-10)
modules/store/static/integrity-constraints/dml.xq (+10/-10)
modules/structured-items/reference.xq (+2/-2)
modules/uri/fetch.xq (+7/-7)
modules/xqdoc/xqdoc.xq (+0/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/deadlinks
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
William Candillon Approve
Review via email: mp+197836@code.launchpad.net

Commit message

Remove dead links in the documentation.

Description of the change

Remove dead links in the documentation.

To post a comment you must log in.
Revision history for this message
William Candillon (wcandillon) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/deadlinks/+merge/197836

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/deadlinks/+merge/197836

Stage "TestZorbaUbuntu" failed.
2 tests failed (8589 total tests run).

Check test results at http://jenkins.lambda.nu:8180/job/TestZorbaUbuntu/412/testReport/ to view the results.

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/deadlinks/+merge/197836

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/zorba/build_prepare.dox'
2--- doc/zorba/build_prepare.dox 2013-09-17 01:13:08 +0000
3+++ doc/zorba/build_prepare.dox 2013-12-05 10:17:33 +0000
4@@ -78,15 +78,15 @@
5 \note
6 Please note that some of these modules depend on other modules. Most
7 notably, the EXPath http-client module (in the
8-<a href="../modules/expath.org_ns_http-client.html">http-client</a> module
9+<a href="/modules/latest/expath.org/ns/http-client">http-client</a> module
10 package) depends on the
11-<a href="../modules//www.zorba-xquery.com_modules_converters_html">html</a>
12+<a href="/modules/latest/www.zorba-xquery.com/modules/converters/html">html</a>
13 module, which is in the <b>data-converters</b> module package. So, if you
14 download the <b>http-client</b> package, you must also download the
15 <b>data-converters</b> package (and ensure that
16 <a href="http://tidy.sourceforge.net/">libtidy</a> is installed; see \ref noncore_requirements).
17 \note
18-Please see our <a href="../modules/images/modules.svg">module-interdependency graph</a> for details.
19+Please see our <a href="/images/doxygen/modules.svg">module-interdependency graph</a> for details.
20
21 \section create_build_dir Creating a Build Directory
22
23
24=== modified file 'doc/zorba/build_prerequisites.dox'
25--- doc/zorba/build_prerequisites.dox 2013-09-17 01:13:08 +0000
26+++ doc/zorba/build_prerequisites.dox 2013-12-05 10:17:33 +0000
27@@ -63,13 +63,13 @@
28 by CMake.
29
30 - CURL (libcurl) 7.12 or later (http://curl.haxx.se/). This package is
31- required if <a href="../modules/www.zorba-xquery.com_modules_http-client.html">Zorba's built-in
32+ required if <a href="/modules/latest/zorba.io/modules/http-client">Zorba's built-in
33 HTTP module</a> should be available. Zorba will automatically be
34 built with this module if the curl packages are installed.
35 \note Please note that other modules depend on the http-client module
36 (i.e., import it). Hence, those dependent modules will not work if
37 the http module is not available. Please see our <a
38- href="../modules/images/modules.svg">module
39+ href="/images/doxygen/modules.svg">module
40 dependency graph</a> for the module inter-dependencies.
41 \note Also note that Zorba internally uses this module when resolving
42 http: URIs in queries, module/schema imports, and so on. If this
43@@ -137,7 +137,7 @@
44 - LibXslt version 1.1.24 or later (http://xmlsoft.org/XSLT/)
45
46 For a more up to date list please see section "External C++ Library dependencies"
47-in the <a href="../modules/images/modules.svg">module dependency graph</a>.
48+in the <a href="/images/doxygen/modules.svg">module dependency graph</a>.
49
50 In many cases you can find binary packages for these dependencies, which
51 will be the quickest and easiest way to meet the requirements. We have
52
53=== modified file 'doc/zorba/data_converters.dox'
54--- doc/zorba/data_converters.dox 2013-09-17 03:48:02 +0000
55+++ doc/zorba/data_converters.dox 2013-12-05 10:17:33 +0000
56@@ -11,12 +11,12 @@
57 Please take a look at the various data converter modules for more information.
58
59 <ul>
60- <li><a href="../modules/zorba.io_modules_csv.html">CSV</a></li>
61- <li><a href="../modules/www.zorba-xquery.com_modules_converters_html.html">HTML</a></li>
62- <li><a href="../modules/zorba.io_modules_json-xml.html">JSON-XML</a></li>
63- <li><a href="../modules/jsoniq.org_function-library.html">JSON</a></li>
64- <li><a href="../modules/zorba.io_modules_xml.html">XML</a></li>
65- <li><a href="../modules/zorba.io_modules_base64.html">Base 64</a></li>
66+ <li><a href="/modules/latest/zorba.io/modules/csv">CSV</a></li>
67+ <li><a href="/modules/latest/www.zorba-xquery.com/modules/converters/html">HTML</a></li>
68+ <li><a href="/modules/latest/zorba.io/modules/json-xml">JSON-XML</a></li>
69+ <li><a href="/modules/latest/jsoniq.org/function-library">JSON</a></li>
70+ <li><a href="/modules/latest/zorba.io/modules_xml">XML</a></li>
71+ <li><a href="/modules/latest/zorba.io/modules_base64">Base 64</a></li>
72 </ul>
73
74 Also, please <a href="mailto:zorba-users@zorba-xquery.com">send us</a> a message if there is a particular data format that you would like to see supported by Zorba, and we will try to help.
75
76=== modified file 'doc/zorba/data_lifecycle.dox'
77--- doc/zorba/data_lifecycle.dox 2013-10-10 04:25:12 +0000
78+++ doc/zorba/data_lifecycle.dox 2013-12-05 10:17:33 +0000
79@@ -39,32 +39,32 @@
80 <tr>
81 <td>Collections</td>
82 <td>DDL</td>
83- <td><a href="../modules/zorba.io_modules_store_static_collections_ddl.html">http://zorba.io/modules/store/static/collections/ddl</a></td>
84+ <td><a href="/modules/latest/zorba.io/modules/store/static/collections/ddl">http://zorba.io/modules/store/static/collections/ddl</a></td>
85 </tr>
86 <tr>
87 <td>Collections</td>
88 <td>DML</td>
89- <td><a href="../modules/zorba.io_modules_store_static_collections_dml.html">http://zorba.io/modules/store/static/collections/dml</a></td>
90- </tr>
91- <tr>
92- <td>Indexes</td>
93- <td>DDL</td>
94- <td><a href="../modules/zorba.io_modules_store_static_indexes_ddl.html">http://zorba.io/modules/store/static/indexes/ddl</a></td>
95- </tr>
96- <tr>
97- <td>Indexes</td>
98- <td>DML</td>
99- <td><a href="../modules/zorba.io_modules_store_static_indexes_dml.html">http://zorba.io/modules/store/static/indexes/dml</a></td>
100- </tr>
101- <tr>
102- <td>Integrity Constraints</td>
103- <td>DDL</td>
104- <td><a href="../modules/zorba.io_modules_store_static_integrity_constraints_ddl.html">http://zorba.io/modules/store/static/integrity_constraints/ddl</a></td>
105- </tr>
106- <tr>
107- <td>Integrity Constraints</td>
108- <td>DML</td>
109- <td><a href="../modules/zorba.io_modules_store_static_integrity_constraints_dml.html">http://zorba.io/modules/store/static/integrity_constraints/dml</a></td>
110+ <td><a href="/modules/latest/zorba.io/modules/store/static/collections/dml">http://zorba.io/modules/store/static/collections/dml</a></td>
111+ </tr>
112+ <tr>
113+ <td>Indexes</td>
114+ <td>DDL</td>
115+ <td><a href="/modules/latest/zorba.io/modules/store/static/indexes/ddl">http://zorba.io/modules/store/static/indexes/ddl</a></td>
116+ </tr>
117+ <tr>
118+ <td>Indexes</td>
119+ <td>DML</td>
120+ <td><a href="/modules/latest/zorba.io/modules/store/static/indexes/dml">http://zorba.io/modules/store/static/indexes/dml</a></td>
121+ </tr>
122+ <tr>
123+ <td>Integrity Constraints</td>
124+ <td>DDL</td>
125+ <td><a href="/modules/latest/zorba.io/modules/store/static/integrity/constraints/ddl">http://zorba.io/modules/store/static/integrity_constraints/ddl</a></td>
126+ </tr>
127+ <tr>
128+ <td>Integrity Constraints</td>
129+ <td>DML</td>
130+ <td><a href="/modules/zorba.io/modules/store/static/integrity/constraints/dml">http://zorba.io/modules/store/static/integrity_constraints/dml</a></td>
131 </tr>
132 </table>
133
134@@ -83,42 +83,42 @@
135 <tr>
136 <td>Collections</td>
137 <td>DDL</td>
138- <td><a href="../modules/zorba.io_modules_store_dynamic_collections_ddl.html">http://zorba.io/modules/store/dynamic/collections/ddl</a></td>
139+ <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/ddl">http://zorba.io/modules/store/dynamic/collections/ddl</a></td>
140 </tr>
141 <tr>
142 <td>Collections</td>
143 <td>DML</td>
144- <td><a href="../modules/zorba.io_modules_store_dynamic_collections_dml.html">http://zorba.io/modules/store/dynamic/collections/dml</a></td>
145+ <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/dml">http://zorba.io/modules/store/dynamic/collections/dml</a></td>
146 </tr>
147 <tr>
148 <td>W3C Collections</td>
149 <td>DDL</td>
150- <td><a href="../modules/zorba.io_modules_store_dynamic_collections_w3c_ddl.html">http://zorba.io/modules/store/dynamic/collections/w3c/ddl</a></td>
151+ <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/w3c/ddl">http://zorba.io/modules/store/dynamic/collections/w3c/ddl</a></td>
152 </tr>
153 <tr>
154 <td>W3C Collections</td>
155 <td>DML</td>
156- <td><a href="../modules/zorba.io_modules_store_dynamic_collections_w3c_dml.html">http://zorba.io/modules/store/dynamic/collections/w3c/dml</a></td>
157+ <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/w3c/dml">http://zorba.io/modules/store/dynamic/collections/w3c/dml</a></td>
158 </tr>
159 <tr>
160 <td>Documents</td>
161 <td>DDL / DML</td>
162- <td><a href="../modules/zorba.io_modules_store_dynamic_documents.html">http://zorba.io/modules/store/documents</a></td>
163+ <td><a href="/modules/latest/zorba.io/modules/store/dynamic/documents">http://zorba.io/modules/store/documents</a></td>
164 </tr>
165 <tr>
166 <td>Unordered Maps</td>
167 <td>DDL / DML</td>
168- <td><a href="../modules/zorba.io_modules_unordered-maps.html">http://zorba.io/modules/unordered-maps</a></td>
169+ <td><a href="/modules/latest/zorba.io/modules/unordered-maps">http://zorba.io/modules/unordered-maps</a></td>
170 </tr>
171 <tr>
172 <td>Stacks</td>
173 <td>DDL / DML</td>
174- <td><a href="../modules/zorba.io_modules_stack.html">http://zorba.io/modules/stack</a></td>
175+ <td><a href="/modules/latest/zorba.io/modules/stack">http://zorba.io/modules/stack</a></td>
176 </tr>
177 <tr>
178 <td>Queues</td>
179 <td>DDL / DML</td>
180- <td><a href="../modules/zorba.io_modules_queue.html">http://zorba.io/modules/queue</a></td>
181+ <td><a href="/modules/latest/zorba.io/modules/queue">http://zorba.io/modules/queue</a></td>
182 </tr>
183 </table>
184
185@@ -134,7 +134,7 @@
186
187 \section dlexamples Examples
188 In the following, we show a couple of examples to demonstrate how data can be retrieved and store in various kinds of containers.
189-It is important to note that most of the examples uses the <a href="scripting_tutorial.html">Scripting Extension</a> for apply pending updates in order to make them visible to subsequent expressions in the same program.
190+It is important to note that most of the examples uses the <a href="/pages/latest/zorba/scripting_tutorial">Scripting Extension</a> for apply pending updates in order to make them visible to subsequent expressions in the same program.
191
192 \subsection dl_scenario_1 Scenario 1
193
194@@ -214,7 +214,7 @@
195 \subsection dl_sc2_ex2 Retrieve Data and Store in Collection
196
197 This examples fetches the data as CSV from the web, converts it to XML, and inserts it into the earthquake collection.
198-The conversion is done using <a href="../xqdoc/xhtml/www.zorba-xquery.com_modules_converters_csv.html">Zorba's CSV converter module</a>.
199+The conversion is done using <a href="/modules/latest/www.zorba-xquery.com/modules/converters/csv">Zorba's CSV converter module</a>.
200
201 \include zorba/store/sc2_ex2.xq
202
203@@ -236,7 +236,7 @@
204
205 \subsection dl_sc3_ex1 Put a Document
206 In this example, we read a file from the file system whose name is available in the external variable named input-context.
207-The CSV contents of the file is parsed and converted into XML using the <a href="../modules/www.zorba-xquery.com_modules_converters_csv.html">CSV module</a>.
208+The CSV contents of the file is parsed and converted into XML using the <a href="/modules/latest/www.zorba-xquery.com/modules/converters/csv">CSV module</a>.
209 The resulting document is put into the store and given the name "meat_poultry.xml".
210
211 \include zorba/store/sc3_ex1.xq
212@@ -283,7 +283,7 @@
213
214 \subsection dl_sc3_ex3 Serializing a Document to JSON
215
216-In this last example, we show how the document resulting from the previous example can be serialized to JSON using <a href="../modules/www.zorba-xquery.com_modules_converters_json.html">Zorba's JSON module</a>.
217+In this last example, we show how the document resulting from the previous example can be serialized to JSON using <a href="/modules/latest/www.zorba-xquery.com/modules/converters/json">Zorba's JSON module</a>.
218
219 \include zorba/store/sc3_ex3.xq
220
221@@ -317,7 +317,7 @@
222 As soon as the process terminates (or even earlier if Zorba is shutdown before the process terminates), the default in-memory store will destroy the XML data it contains.
223 Changes to this data are not propagated automatically to any persistence storage.
224
225-However, propagating the data from the in-memory store to a persistent storage can be achieved manually using the <a href="http://www.w3.org/TR/xpath-functions-30/#func-serialize">XML serializer</a> and the <a href="../modules/expath.org_ns_file.html">file module</a>.
226+However, propagating the data from the in-memory store to a persistent storage can be achieved manually using the <a href="http://www.w3.org/TR/xpath-functions-30/#func-serialize">XML serializer</a> and the <a href="/modules/latest/expath.org/ns/file">file module</a>.
227 For example:
228
229 \include zorba/file/file_read_serialize.xq
230
231=== modified file 'doc/zorba/errors_warnings.dox'
232--- doc/zorba/errors_warnings.dox 2013-09-17 03:48:02 +0000
233+++ doc/zorba/errors_warnings.dox 2013-12-05 10:17:33 +0000
234@@ -14,8 +14,8 @@
235 A full list of potential errors can be found in the diagnostic_list.h header (<tt>err</tt> and <tt>zerr</tt> namespaces) of the C++ API and in the following modules:
236
237 <ul>
238- <li><a href="../modules/zorba.io_errors.html">http://zorba.io/errors</a></li>
239- <li><a href="../modules/www.w3.org_2005_xqt-errors.html">http://www.w3.org/2005/xqt-errors</a></li>
240+ <li><a href="/modules/latest/zorba.io/errors">http://zorba.io/errors</a></li>
241+ <li><a href="/modules/latest/www.w3.org/2005/xqt-errors">http://www.w3.org/2005/xqt-errors</a></li>
242 </ul>
243
244 These modules declare one variable per error.
245@@ -26,7 +26,7 @@
246 In addition to the errors mentioned in the previous section, Zorba may raise warnings during the static analysis phase of the query.
247 Warnings are diagnostic messages that report constructions which are not inherently erroneous but which are risky or suggest there may have been an error.
248 Like an error, a warning is identified by a QName whose namespace is %http://zorba.io/warnings.
249-A list of warnings can be found in the diagnostic_list.h header (zwarn namespace) of the C++ API and in the <a href="../modules/zorba.io_warnings.html">http://zorba.io/warnings</a> module.
250+A list of warnings can be found in the diagnostic_list.h header (zwarn namespace) of the C++ API and in the <a href="/modules/latest/zorba.io/warnings">http://zorba.io/warnings</a> module.
251
252 A warning can be enabled (i.e. will be reported), disabled (i.e. will not be reported), or turned into an error (i.e. an error with the same name will be raised) by specifying options in the static context that is used to compile the query (zorba::StaticContext::declareOption) or in the prolog of an XQuery module.
253
254@@ -54,7 +54,7 @@
255 In the C++ API, those objects are usually thrown and need to be caught (and handled) by the caller.
256 However, the API also provides a way to register a user-defined diagnostic handler (i.e. subclass of zorba::DiagnosticHandler) whose zorba::DiagnosticHandler::error (ZorbaException const & exception) function is invoked if an error occurs.
257
258-Please take a look at the C++ examples that show how to deal with errors and warnings in the C++ API (<a href="../cxx/errors_8cpp-example.html">errors.cpp</a>).
259+Please take a look at the C++ examples that show how to deal with errors and warnings in the C++ API (\ref errors_8cpp-example).
260
261 \section try_catch Try/Catch Expressions
262 The
263
264=== modified file 'doc/zorba/external_functions.dox'
265--- doc/zorba/external_functions.dox 2013-06-19 15:19:17 +0000
266+++ doc/zorba/external_functions.dox 2013-12-05 10:17:33 +0000
267@@ -21,22 +21,22 @@
268 In Zorba, the C++ API provides the "glue" between the XQuery processor and the
269 hosting environment into which external functions are implemented. Related code
270 examples can be found
271-<a href="../cxx/external_functions_8cpp-example.html" target="_blank">here</a>.
272+<a href="/pages/latest/cxx/external_functions_8cpp-example">here</a>.
273
274
275 \subsection Implementation
276
277 In Zorba, external functions must be implemented as instances of the
278-<a href="../cxx/classzorba_1_1ExternalFunction.html" target="_blank">
279+<a href="/pages/latest/cxx/classzorba_1_1ExternalFunction" target="_blank">
280 ExternalFunction</a> class. We refer to such instances as <b>external function
281 objects</b>. During its evaluation, an external function may or may not need to
282 access the static or dynamic contexts of the invoking XQuery module. If the
283 function implementation does need to access either context, the function is
284 referred to as <b>contextual</b>; otherwise, it is <b>non-contextual</b>.
285 Zorba provides classes
286-<a href="../cxx/classzorba_1_1ContextualExternalFunction.html" target="_blank">
287+<a href="/pages/latest/cxx/classzorba_1_1ContextualExternalFunction">
288 ContextualExternalFunction</a> and
289-<a href="../cxx/classzorba_1_1NonContextualExternalFunction.html" target="_blank">
290+<a href="/pages/latest/cxx/classzorba_1_1NonContextualExternalFunction">
291 NonContextualExternalFunction</a> to differentiate between contextual and
292 non-contextual external functions, respectively. Both are abstract subclasses
293 of ExternalFunction and provide a (virtual) evaluate() method that serves as
294@@ -48,7 +48,7 @@
295
296 Invoking an external function boils down to invoking the evaluate() method on
297 the associated function object. The first parameter of evaluate() is a vector
298-of pointers to <a href="../cxx/classzorba_1_1ItemSequence.html" target="_blank">
299+of pointers to <a href="/pages/latest/cxx/classzorba_1_1ItemSequence" target="_blank">
300 ItemSequence</a> objects. During invocation, the given vector will contain
301 one entry for each parameter listed in the external function declaration.
302 The Zorba XQuery processor makes sure that the types of the item sequences
303@@ -67,7 +67,7 @@
304 using the function QName as the key. However, it is the responsibility of
305 the application to register the function objects to the static context.
306 For this, Zorba provides the
307-<a href="../cxx/classzorba_1_1ExternalModule.html" target="_blank">
308+<a href="/pages/latest/cxx/classzorba_1_1ExternalModule">
309 ExternalModule</a> abstract class. ExternalModule represents a group of
310 external functions, all belonging to the same XQuery module (and thus
311 having the same target namespace). It provides the interface for retrieving
312@@ -79,7 +79,7 @@
313
314 1. An ExternalModule object can be registered explicitly using the
315 registerModule() method of
316-<a href="../cxx/classzorba_1_1StaticContext.html" target="_blank">
317+<a href="/pages/latest/cxx/classzorba_1_1StaticContext" target="_blank">
318 StaticContext</a>. In this case, the application retains memory ownership
319 of the ExternalModul object, and must free it when it is no longer needed.
320
321
322=== modified file 'doc/zorba/ft_intro.dox'
323--- doc/zorba/ft_intro.dox 2013-09-17 03:48:02 +0000
324+++ doc/zorba/ft_intro.dox 2013-12-05 10:17:33 +0000
325@@ -8,7 +8,7 @@
326 - \ref ft_stemmer
327 - \ref ft_thesaurus
328 - \ref ft_tokenizer
329-- <a href="../modules/zorba.io_modules_full-text.html">Full Text Module</a>
330+- <a href="/modules/latest/zorba.io/modules/full-text">Full Text Module</a>
331
332 \section ft_unimplemented Unimplemented Features
333
334
335=== modified file 'doc/zorba/modules_top.dox'
336--- doc/zorba/modules_top.dox 2013-10-09 23:45:00 +0000
337+++ doc/zorba/modules_top.dox 2013-12-05 10:17:33 +0000
338@@ -11,37 +11,37 @@
339
340 The Zorba code includes a few core modules:
341
342- - <a href="../modules/www.w3.org_2005_xpath-functions.html">xpath</a>
343- - <a href="../modules/zorba.io_modules_node.html">XDM</a>
344- - <a href="../modules/zorba.io_modules_store_dynamic_collections_ddl.html">store</a>
345- - <a href="../modules/www.zorba-xquery.com_modules_introspection_sctx.html">introspection</a>
346- - <a href="../modules/www.zorba-xquery.com_modules_reflection.html">reflection</a>
347- - <a href="../modules/expath.org_ns_file.html">file</a>
348- - <a href="../modules/www.zorba-xquery.com_modules_fetch.html">fetch</a>
349- - <a href="../modules/www.zorba-xquery.com_modules_http-client.html">http-client</a>
350- - <a href="../modules/www.zorba-xquery.com_modules_xqdoc.html">xqdoc</a>
351- - <a href="../modules/www.functx.com.html">functx</a>
352+ - <a href="/modules/latest/www.w3.org/2005/xpath-functions">xpath</a>
353+ - <a href="/modules/latest/zorba.io/modules/node">XDM</a>
354+ - <a href="/modules/latest/zorba.io/modules/store/dynamic/collections/ddl">store</a>
355+ - <a href="/modules/latest/www.zorba-xquery.com/modules/introspection/sctx">introspection</a>
356+ - <a href="/modules/latest/www.zorba-xquery.com/modules/reflection">reflection</a>
357+ - <a href="/modules/latest/expath.org/ns/file">file</a>
358+ - <a href="/modules/latest/www.zorba-xquery.com/modules/fetch">fetch</a>
359+ - <a href="/modules/latest/www.zorba-xquery.com/modules/http-client">http-client</a>
360+ - <a href="/modules/latest/www.zorba-xquery.com/modules/xqdoc">xqdoc</a>
361+ - <a href="/modules/latest/www.functx.com.html">functx</a>
362
363 \section non_core_modules Non-core Modules
364
365 In addition, the Zorba team supports a large number of non-core modules:
366
367- - data-cleaning: <a href="../modules/zorba.io_modules_data-cleaning_hybrid-string-similarity.html">hybrid-string-similarity</a>, <a href="../modules/zorba.io_modules_data-cleaning_normalization.html">normalization</a>
368- - data-converters: <a href="../modules/zorba.io_modules_json-xml.html">JSON</a>, <a href="../modules/zorba.io_modules_csv.html">CSV</a>, <a href="../modules/www.zorba-xquery.com_modules_converters_html.html">HTML</a>
369- - data-formatting: <a href="../modules/www.zorba-xquery.com_modules_xsl-fo.html">XSL-FO</a>
370- - <a href="../modules/www.zorba-xquery.com_modules_email_smtp.html">email</a>
371- - <a href="../modules/zorba.io_modules_excel_statistical.html">excel</a>
372- - <a href="../modules/expath.org_ns_geo.html">geo</a>
373- - <a href="../modules/expath.org_ns_http-client.html">http-client</a>
374- - <a href="../modules/www.zorba-xquery.com_modules_image_manipulation.html">image</a>
375- - programming languages: <a href="../modules/www.zorba-xquery.com_modules_languages_xslt.html">XSLT</a>
376- - <a href="../modules/www.zorba-xquery.com_modules_oauth_client.html">oauth</a>
377- - <a href="../modules/www.zorba-xquery.com_modules_process.html">process</a>
378- - <a href="../modules/www.zorba-xquery.com_modules_cryptography_hmac.html">security</a>
379- - <a href="../modules/zorba.io_modules_system.html">system</a>
380+ - data-cleaning: <a href="/modules/latest/zorba.io/modules/data-cleaning/hybrid-string-similarity">hybrid-string-similarity</a>, <a href="/modules/latest/zorba.io/modules/data-cleaning/normalization">normalization</a>
381+ - data-converters: <a href="/modules/latest/zorba.io/modules/json-xml">JSON</a>, <a href="/modules/latest/modules/zorba.io/modules/csv">CSV</a>, <a href="/modules/latest/www.zorba-xquery.com/modules/converters/html">HTML</a>
382+ - data-formatting: <a href="/modules/latest/www.zorba-xquery.com/modules/xsl-fo">XSL-FO</a>
383+ - <a href="/modules/latest/www.zorba-xquery.com/modules/email/smtp">email</a>
384+ - <a href="/modules/latest/zorba.io/modules/excel/statistical">excel</a>
385+ - <a href="/modules/latest/expath.org/ns/geo">geo</a>
386+ - <a href="/modules/latest/expath.org/ns/http-client">http-client</a>
387+ - <a href="/modules/latest/www.zorba-xquery.com/modules/image/manipulation">image</a>
388+ - programming languages: <a href="/modules/latest/www.zorba-xquery.com/modules/languages/xslt">XSLT</a>
389+ - <a href="/modules/latest/www.zorba-xquery.com/modules/oauth/client">oauth</a>
390+ - <a href="/modules/latest/www.zorba-xquery.com/modules/process.">process</a>
391+ - <a href="/modules/latest/www.zorba-xquery.com/modules/cryptography_hmac">security</a>
392+ - <a href="/modules/latest/zorba.io/modules/system">system</a>
393
394 For a complete list of these modules, see: <b><a
395-href="../modules/index.html">XQuery Module Library</a></b>.
396+href="/documentation/latest/modules">XQuery Module Library</a></b>.
397
398 \section module_usage Using
399 To write queries using these modules, first read <b>\ref
400
401=== modified file 'doc/zorba/options.dox'
402--- doc/zorba/options.dox 2013-10-09 23:45:00 +0000
403+++ doc/zorba/options.dox 2013-12-05 10:17:33 +0000
404@@ -285,7 +285,7 @@
405
406 A deterministic function is a function that always evaluates to the same result
407 if it is invoked multiple times with the same arguments during the evaluation
408-of a <a href="scripting_spec.html#id-snapshot-scope">snapshot</a>. In general,
409+of a <a href="/scripting-spec?anchor=id-snapshot-scope">snapshot</a>. In general,
410 all functions defined by XQuery are deterministic. However, a module developer
411 might develop a function (in a host language) which does not guarantee to be
412 deterministic. For example, a function generating random numbers is clearly
413@@ -348,7 +348,7 @@
414 \paragraph variadic_annotation Variadic Functions
415 A function annotated with the <tt>%an:variadic</tt> annotation is a function of indefinite arity, i.e. one that accepts a variable number of arguments.
416
417-For example, the function to create an unordered map with an arbitrary number of key types (see module <a href="/documentation/zorba/2.9/modules/zorba.io_modules_store_data-structures_unordered-map.html">http://zorba.io/modules/store/data-structures/unordered-map</a>) is declared as follow:
418+For example, the function to create an unordered map with an arbitrary number of key types (see module <a href="/modules/latest/zorba.io/modules/store/data-structures/unordered-map">http://zorba.io/modules/store/data-structures/unordered-map</a>) is declared as follow:
419
420 \code
421 declare %an:variadic %an:sequential function map:create(
422@@ -375,7 +375,7 @@
423
424 However, the disadvantage is that a streamable string can only be consumed exactly once.
425 If a streamable string is consumed more than once, an error is raised.
426-In order to enable multiple consumers of a streamable string, the materialize function of the string module (<a href="../modules_zorba_xquery_data_model_atomic_String.html">http://zorba.io/modules/string</a>) should be used to materialize the entire contents in an (regular) xs:string item.
427+In order to enable multiple consumers of a streamable string, the materialize function of the string module (<a href="/modules/latest/zorba.io/modules/string">http://zorba.io/modules/string</a>) should be used to materialize the entire contents in an (regular) xs:string item.
428
429 \code
430 import module namespace file = "http://expath.org/ns/file";
431
432=== modified file 'doc/zorba/overview.dox'
433--- doc/zorba/overview.dox 2013-09-17 03:48:02 +0000
434+++ doc/zorba/overview.dox 2013-12-05 10:17:33 +0000
435@@ -34,7 +34,7 @@
436
437 <li>There are several XQuery features that can be enabled or disabled:
438 <ul>
439- <li><a href="scripting_tutorial.html">Zorba's XQuery Scripting Extension</a></li>
440+ <li><a href="/pages/latest/zorba/scripting_tutorial">Zorba's XQuery Scripting Extension</a></li>
441 <li>\ref xqddf "Zorba's XQuery Data Definition Facility"</li>
442 <li><a href="http://www.w3.org/TR/xpath-functions-30/#func-trace">fn:trace</a></li>
443 <li><a href="http://www.w3.org/TR/xquery-30/#id-dynamic-function-invocation">Higher-order functions</a></li>
444@@ -87,7 +87,7 @@
445
446 <li><a href="http://www.w3.org/TR/xslt">XSLT 1.0</a> is supported via the external library <a href="http://xmlsoft.org/XSLT/">LibXSLT</a>.
447 For more information,
448- please check the <a href="../../zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_languages_xslt.html">XSLT module</a>.
449+ please check the <a href="/modules/latest/www.zorba-xquery.com/modules/languages/xslt">XSLT module</a>.
450 Zorba has no support yet for the upcoming standard <a href="http://www.w3.org/XML/Group/qtspecs/specifications/xslt-30/html/">XSLT 3.0</a>.
451 Please let us know if this is a language that Zorba should support.</li>
452
453@@ -109,7 +109,7 @@
454 indexes,
455 and integrity constraints.
456 The other one is a
457-<a href="scripting_spec.html">XQuery Scripting Extension</a>
458+<a href="/pages/latest/zorba/scripting_spec">XQuery Scripting Extension</a>
459 that allows side-effecting operations,
460 assignable variables,
461 and other similar procedural extensions to XQuery.
462
463=== modified file 'doc/zorba/php_ubuntu.dox'
464--- doc/zorba/php_ubuntu.dox 2013-08-30 07:13:43 +0000
465+++ doc/zorba/php_ubuntu.dox 2013-12-05 10:17:33 +0000
466@@ -134,9 +134,8 @@
467
468 \section useful_links Useful links
469
470-<a href="http://www.giantflyingsaucer.com/blog/?p=1826">Install PHP 5, Apache 2 and MongoDB on Ubuntu 10.10</a>
471-
472-<a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-"> Building XQuery-powered applications with PHP and Zorba</a>
473-
474-<a href="/documentation/2.9/zorba/build.html"> Zorba build instructions</a>
475+<ul>
476+ <li><a href="http://www.giantflyingsaucer.com/blog/?p=1826">Install PHP 5, Apache 2 and MongoDB on Ubuntu 10.10</a></li>
477+ <li><a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-"> Building XQuery-powered applications with PHP and Zorba</a></li>
478+ <li>\ref build</li>
479 */
480
481=== modified file 'doc/zorba/php_windows.dox'
482--- doc/zorba/php_windows.dox 2013-08-30 07:13:43 +0000
483+++ doc/zorba/php_windows.dox 2013-12-05 10:17:33 +0000
484@@ -125,9 +125,13 @@
485 For more details on how to use Zorba API in PHP go to <a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-#N1018E">Building XQuery-powered applications with PHP and Zorba</a> article by Vikram Vaswani.
486
487 \section useful_links Useful links
488-
489-<a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-">Building XQuery-powered applications with PHP and Zorba</a>
490-
491-<a href="indexpage.html#build_section"> Zorba build instructions</a>
492+<ul>
493+ <li>
494+ <a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-">Building XQuery-powered applications with PHP and Zorba</a>
495+ </li>
496+ <li>
497+ \ref build
498+ </li>
499+</ul>
500
501 */
502
503=== modified file 'doc/zorba/schema_lifecycle.dox'
504--- doc/zorba/schema_lifecycle.dox 2013-09-19 01:09:27 +0000
505+++ doc/zorba/schema_lifecycle.dox 2013-12-05 10:17:33 +0000
506@@ -89,7 +89,7 @@
507
508 \section schema-type Schema type name
509
510-Using the <a href="../xqdoc/xhtml/www.zorba-xquery.com_modules_schema.html">schema module</a>
511+Using the <a href="/modules/latest/www.zorba-xquery.com/modules/schema">schema module</a>
512 it is possible to find out the QName of a certain schema type.
513
514
515
516=== modified file 'doc/zorba/scripting.dox'
517--- doc/zorba/scripting.dox 2013-08-09 08:27:30 +0000
518+++ doc/zorba/scripting.dox 2013-12-05 10:17:33 +0000
519@@ -340,7 +340,7 @@
520 \subsubsection ZWST0004 ZWST0004
521 This is a warning to draw attention to the fact that when FOR clauses or LET clauses that are nested inside FOR clauses have a sequential domain expression, then one can think of two different evaluation semantics of the corresponding FLWOR expression.
522 Both semantics are correct, but they are not equivalent.
523-Zorba adopts one of these semantics (see <a href="scripting_spec.html">Scripting Specification</a>).
524+Zorba adopts one of these semantics (see <a href="/scripting-spec">Scripting Specification</a>).
525 The warning is there to alert users who write such FLWOR expressions that what they may have in mind as the way these FLWORs will be evaluated may not be the same as the way Zorba actually evaluates them.
526
527 \subsection scripting_option Disabling Scripting Support
528
529=== modified file 'doc/zorba/tut_image.dox'
530--- doc/zorba/tut_image.dox 2013-09-17 17:15:54 +0000
531+++ doc/zorba/tut_image.dox 2013-12-05 10:17:33 +0000
532@@ -40,10 +40,10 @@
533
534 Zorba provides the following four modules for image processing:
535
536-- <a href="../modules/www.zorba-xquery.com_modules_image_basic.html">http://www.zorba-xquery.com/modules/image/basic</a> which is concerned with accessing basic image attributes, creating new images and converting their format.
537-- <a href="../modules/www.zorba-xquery.com_modules_image_manipulation.html">http://www.zorba-xquery.com/modules/image/manipulation</a> which is concerned with image manipulations like zooming, special effects etc.
538-- <a href="../modules/www.zorba-xquery.com_modules_image_paint.html">http://www.zorba-xquery.com/modules/image/paint</a> which is concerned with drawing different geometrical shapes and text to images.
539-- <a href="../modules/www.zorba-xquery.com_modules_image_animation.html">http://www.zorba-xquery.com/modules/image/animation</a> which is concerned with creating animated GIF images.
540+- <a href="/modules/latest/www.zorba-xquery.com/modules/image/basic">http://www.zorba-xquery.com/modules/image/basic</a> which is concerned with accessing basic image attributes, creating new images and converting their format.
541+- <a href="/modules/latest/www.zorba-xquery.com/modules/image/manipulation">http://www.zorba-xquery.com/modules/image/manipulation</a> which is concerned with image manipulations like zooming, special effects etc.
542+- <a href="/modules/latest/www.zorba-xquery.com/modules/image/paint">http://www.zorba-xquery.com/modules/image/paint</a> which is concerned with drawing different geometrical shapes and text to images.
543+- <a href="/modules/latest/www.zorba-xquery.com/modules/image/animation">http://www.zorba-xquery.com/modules/image/animation</a> which is concerned with creating animated GIF images.
544
545 This tutorial contains a small example for each of the modules.
546
547@@ -217,4 +217,4 @@
548 \subsection expected_output6 Expected Output
549
550 \image html tutorialimages/extended.gif
551-*/
552\ No newline at end of file
553+*/
554
555=== modified file 'doc/zorba/xqddf.dox'
556--- doc/zorba/xqddf.dox 2013-10-09 23:45:00 +0000
557+++ doc/zorba/xqddf.dox 2013-12-05 10:17:33 +0000
558@@ -14,12 +14,12 @@
559
560
561 <ul>
562- <li><a href="../modules/zorba.io_modules_store_static_collections_dml.html">http://zorba.io/modules/store/static/collections/dml</a> (prefix: cdml)</li>
563- <li><a href="../modules/zorba.io_modules_store_static_collections_ddl.html">http://zorba.io/modules/store/static/collections/ddl</a> (prefix: cddl)</li>
564- <li><a href="../modules/zorba.io_modules_store_static_indexes_dml.html">http://zorba.io/modules/store/static/indexes/dml</a> (prefix: idml)</li>
565- <li><a href="../modules/zorba.io_modules_store_static_indexes_ddl.html">http://zorba.io/modules/store/static/indexes/ddl</a> (prefix: iddl)</li>
566- <li><a href="../modules/zorba.io_modules_store_static_integrity_constraints_dml.html">http://zorba.io/modules/store/static/integrity_constraints/dml</a> (prefix: icdml)</li>
567- <li><a href="../modules/zorba.io_modules_store_static_integrity_constraints_ddl.html">http://zorba.io/modules/store/static/integrity_constraints/ddl</a> (prefix: icddl)</li>
568+ <li><a href="/modules/latest/zorba.io/modules/store/static/collections/dml">http://zorba.io/modules/store/static/collections/dml</a> (prefix: cdml)</li>
569+ <li><a href="/modules/latest/zorba.io/modules/store/static/collections/ddl">http://zorba.io/modules/store/static/collections/ddl</a> (prefix: cddl)</li>
570+ <li><a href="/modules/latest/zorba.io/modules/store/static/indexes/dml">http://zorba.io/modules/store/static/indexes/dml</a> (prefix: idml)</li>
571+ <li><a href="/modules/latest/zorba.io/modules/store/static/indexes/ddl">http://zorba.io/modules/store/static/indexes/ddl</a> (prefix: iddl)</li>
572+ <li><a href="/modules/latest/zorba.io/modules/store/static/integrity/constraints/dml">http://zorba.io/modules/store/static/integrity_constraints/dml</a> (prefix: icdml)</li>
573+ <li><a href="/modules/latest/zorba.io/modules/store/static/integrity/constraints/ddl">http://zorba.io/modules/store/static/integrity_constraints/ddl</a> (prefix: icddl)</li>
574 </ul>
575
576 As usual, these modules must be imported by any other module that wants to invoke any of the functions.
577@@ -55,7 +55,7 @@
578 For brevity, in the remaining of this document we will use the term "collection" to
579 mean <a href="#collection">collection</a>. For backward compatibility with
580 the W3C XQuery specification, Zorba retains some basic support for W3C
581-collections (see <a href="../modules/zorba.io_modules_store_dynamic_collections_w3c_dml.html">http://zorba.io/modules/store/dynamic/collections/w3c/dml</a> and <a href="../modules/zorba.io_modules_store_dynamic_collections_w3c_ddl.html">http://zorba.io/modules/store/dynamic/collections/w3c/ddl</a>).
582+collections (see <a href="../modules/latest/zorba.io/modules/store/dynamic/collections/w3c/dml">http://zorba.io/modules/store/dynamic/collections/w3c/dml</a> and <a href="/modules/latest/zorba.io/modules/store/dynamic/collections/w3c/ddl">http://zorba.io/modules/store/dynamic/collections/w3c/ddl</a>).
583 However, users are encouraged to use <a href="#collection">collections</a> instead.
584
585 Zorba supports five kinds of operations on collections: <a
586
587=== modified file 'doc/zorba/xqdoc/images/modules_new.svg'
588--- doc/zorba/xqdoc/images/modules_new.svg 2013-11-08 19:46:07 +0000
589+++ doc/zorba/xqdoc/images/modules_new.svg 2013-12-05 10:17:33 +0000
590@@ -1,2236 +1,2203 @@
591 <!-- Generated by graphviz version 2.26.3 (20100126.1600)
592- --><!-- Title: G Pages: 1 --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9188pt" height="872pt" viewBox="0.00 0.00 9188.00 872.00">
593+ --><!-- Title: G Pages: 1 --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8231pt" height="872pt" viewBox="0.00 0.00 8231.00 872.00">
594 <g id="graph1" class="graph" transform="scale(1 1) rotate(0) translate(4 868)">
595 <title>G</title>
596 <a xlink:title="Zorba modules dependency graph">
597-<polygon fill="white" stroke="white" points="-4,5 -4,-868 9185,-868 9185,5 -4,5"/>
598-<text text-anchor="middle" x="4590" y="-9.4" font-family="Times Roman,serif" font-size="14.00">Zorba modules dependency graph</text>
599+<polygon fill="white" stroke="white" points="-4,5 -4,-868 8228,-868 8228,5 -4,5"/>
600+<text text-anchor="middle" x="4111.5" y="-9.4" font-family="Times Roman,serif" font-size="14.00">Zorba modules dependency graph</text>
601 </a>
602 <g id="graph2" class="cluster"><title>cluster1</title>
603 <a xlink:title="JSONiq">
604-<polygon fill="lime" stroke="black" points="8584,-34 8584,-260 8894,-260 8894,-34 8584,-34"/>
605-<text text-anchor="middle" x="8739" y="-243.4" font-family="Times Roman,serif" font-size="14.00">JSONiq</text>
606+<polygon fill="lime" stroke="black" points="7678,-34 7678,-260 7988,-260 7988,-34 7678,-34"/>
607+<text text-anchor="middle" x="7833" y="-243.4" font-family="Times Roman,serif" font-size="14.00">JSONiq</text>
608 </a>
609 </g>
610 <g id="graph3" class="cluster"><title>clusterJSONiqErrorCodes</title>
611 <a xlink:title="JSONiq/Error Codes">
612-<polygon fill="lime" stroke="black" points="8788,-146 8788,-226 8886,-226 8886,-146 8788,-146"/>
613-<text text-anchor="middle" x="8837" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Error Codes</text>
614+<polygon fill="lime" stroke="black" points="7882,-146 7882,-226 7980,-226 7980,-146 7882,-146"/>
615+<text text-anchor="middle" x="7931" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Error Codes</text>
616 </a>
617 </g>
618 <g id="graph4" class="cluster"><title>clusterJSONiqFunctionLibrary</title>
619 <a xlink:title="JSONiq/Function Library">
620-<polygon fill="lime" stroke="black" points="8592,-146 8592,-226 8780,-226 8780,-146 8592,-146"/>
621-<text text-anchor="middle" x="8686" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Function Library</text>
622+<polygon fill="lime" stroke="black" points="7686,-146 7686,-226 7874,-226 7874,-146 7686,-146"/>
623+<text text-anchor="middle" x="7780" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Function Library</text>
624 </a>
625 </g>
626 <g id="graph5" class="cluster"><title>clusterJSONiqFunctions</title>
627 <a xlink:title="JSONiq/Functions">
628-<polygon fill="lime" stroke="black" points="8622,-42 8622,-122 8750,-122 8750,-42 8622,-42"/>
629-<text text-anchor="middle" x="8686" y="-105.4" font-family="Times Roman,serif" font-size="14.00">Functions</text>
630+<polygon fill="lime" stroke="black" points="7686,-42 7686,-122 7814,-122 7814,-42 7686,-42"/>
631+<text text-anchor="middle" x="7750" y="-105.4" font-family="Times Roman,serif" font-size="14.00">Functions</text>
632 </a>
633 </g>
634 <g id="graph6" class="cluster"><title>cluster2</title>
635 <a xlink:title="W3C">
636-<polygon fill="red" stroke="black" points="8584,-666 8584,-788 9121,-788 9121,-666 8584,-666"/>
637-<text text-anchor="middle" x="8852.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">W3C</text>
638+<polygon fill="red" stroke="black" points="7678,-666 7678,-788 8215,-788 8215,-666 7678,-666"/>
639+<text text-anchor="middle" x="7946.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">W3C</text>
640 </a>
641 </g>
642 <g id="graph7" class="cluster"><title>clusterW3CXPathErrorCodes</title>
643 <a xlink:title="W3C/XPath Error Codes">
644-<polygon fill="red" stroke="black" points="8969,-674 8969,-754 9113,-754 9113,-674 8969,-674"/>
645-<text text-anchor="middle" x="9041" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Error Codes</text>
646+<polygon fill="red" stroke="black" points="8063,-674 8063,-754 8207,-754 8207,-674 8063,-674"/>
647+<text text-anchor="middle" x="8135" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Error Codes</text>
648 </a>
649 </g>
650 <g id="graph8" class="cluster"><title>clusterW3CXPathFunctions</title>
651 <a xlink:title="W3C/XPath Functions">
652-<polygon fill="red" stroke="black" points="8769,-674 8769,-754 8961,-754 8961,-674 8769,-674"/>
653-<text text-anchor="middle" x="8865" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Functions</text>
654+<polygon fill="red" stroke="black" points="7863,-674 7863,-754 8055,-754 8055,-674 7863,-674"/>
655+<text text-anchor="middle" x="7959" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Functions</text>
656 </a>
657 </g>
658 <g id="graph9" class="cluster"><title>clusterW3CXPathMathFunctions</title>
659 <a xlink:title="W3C/XPath Math Functions">
660-<polygon fill="red" stroke="black" points="8592,-674 8592,-754 8761,-754 8761,-674 8592,-674"/>
661-<text text-anchor="middle" x="8676.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Math Functions</text>
662+<polygon fill="red" stroke="black" points="7686,-674 7686,-754 7855,-754 7855,-674 7686,-674"/>
663+<text text-anchor="middle" x="7770.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Math Functions</text>
664 </a>
665 </g>
666 <g id="graph10" class="cluster"><title>cluster3</title>
667 <a xlink:title="FunctX">
668-<polygon fill="tan" stroke="black" points="8584,-536 8584,-658 8806,-658 8806,-536 8584,-536"/>
669-<text text-anchor="middle" x="8695" y="-641.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>
670+<polygon fill="tan" stroke="black" points="1136,-536 1136,-658 1358,-658 1358,-536 1136,-536"/>
671+<text text-anchor="middle" x="1247" y="-641.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>
672 </a>
673 </g>
674 <g id="graph11" class="cluster"><title>clusterFunctXFunctX</title>
675 <a xlink:title="FunctX/FunctX">
676-<polygon fill="tan" stroke="black" points="8592,-544 8592,-624 8798,-624 8798,-544 8592,-544"/>
677-<text text-anchor="middle" x="8695" y="-607.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>
678+<polygon fill="tan" stroke="black" points="1144,-544 1144,-624 1350,-624 1350,-544 1144,-544"/>
679+<text text-anchor="middle" x="1247" y="-607.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>
680 </a>
681 </g>
682 <g id="graph12" class="cluster"><title>cluster4</title>
683 <a xlink:title="EXPath">
684-<polygon fill="OrangeRed" stroke="black" points="8598,-268 8598,-494 9088,-494 9088,-268 8598,-268"/>
685-<text text-anchor="middle" x="8843" y="-477.4" font-family="Times Roman,serif" font-size="14.00">EXPath</text>
686+<polygon fill="OrangeRed" stroke="black" points="8,-268 8,-494 498,-494 498,-268 8,-268"/>
687+<text text-anchor="middle" x="253" y="-477.4" font-family="Times Roman,serif" font-size="14.00">EXPath</text>
688 </a>
689 </g>
690 <g id="graph13" class="cluster"><title>clusterEXPathEXPathErrorCodes</title>
691 <a xlink:title="EXPath/EXPath Error Codes">
692-<polygon fill="OrangeRed" stroke="black" points="8606,-276 8606,-356 8759,-356 8759,-276 8606,-276"/>
693-<text text-anchor="middle" x="8682.5" y="-339.4" font-family="Times Roman,serif" font-size="14.00">EXPath Error Codes</text>
694+<polygon fill="OrangeRed" stroke="black" points="337,-276 337,-356 490,-356 490,-276 337,-276"/>
695+<text text-anchor="middle" x="413.5" y="-339.4" font-family="Times Roman,serif" font-size="14.00">EXPath Error Codes</text>
696 </a>
697 </g>
698 <g id="graph14" class="cluster"><title>clusterEXPathEXPathFileModule</title>
699 <a xlink:title="EXPath/EXPath File Module">
700-<polygon fill="OrangeRed" stroke="black" points="8931,-380 8931,-460 9080,-460 9080,-380 8931,-380"/>
701-<text text-anchor="middle" x="9005.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath File Module</text>
702+<polygon fill="OrangeRed" stroke="black" points="178,-380 178,-460 327,-460 327,-380 178,-380"/>
703+<text text-anchor="middle" x="252.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath File Module</text>
704 </a>
705 </g>
706 <g id="graph15" class="cluster"><title>clusterEXPathEXPathGeoModule</title>
707 <a xlink:title="EXPath/EXPath Geo Module">
708-<polygon fill="OrangeRed" stroke="black" points="8606,-380 8606,-460 8760,-460 8760,-380 8606,-380"/>
709-<text text-anchor="middle" x="8683" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath Geo Module</text>
710+<polygon fill="OrangeRed" stroke="black" points="16,-380 16,-460 170,-460 170,-380 16,-380"/>
711+<text text-anchor="middle" x="93" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath Geo Module</text>
712 </a>
713 </g>
714 <g id="graph16" class="cluster"><title>clusterEXPathEXPathHTTPClient</title>
715 <a xlink:title="EXPath/EXPath HTTP Client">
716-<polygon fill="OrangeRed" stroke="black" points="8768,-380 8768,-460 8923,-460 8923,-380 8768,-380"/>
717-<text text-anchor="middle" x="8845.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath HTTP Client</text>
718+<polygon fill="OrangeRed" stroke="black" points="335,-380 335,-460 490,-460 490,-380 335,-380"/>
719+<text text-anchor="middle" x="412.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath HTTP Client</text>
720 </a>
721 </g>
722 <g id="graph17" class="cluster"><title>cluster5</title>
723 <a xlink:title="DB Drivers">
724-<polygon fill="LimeGreen" stroke="black" points="44,-666 44,-788 572,-788 572,-666 44,-666"/>
725-<text text-anchor="middle" x="308" y="-771.4" font-family="Times Roman,serif" font-size="14.00">DB Drivers</text>
726-</a>
727-</g>
728-<g id="graph18" class="cluster"><title>clusterDBDriversCouchbase</title>
729-<a xlink:title="DB Drivers/Couchbase">
730-<polygon fill="LimeGreen" stroke="black" points="424,-674 424,-754 564,-754 564,-674 424,-674"/>
731-<text text-anchor="middle" x="494" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Couchbase</text>
732-</a>
733-</g>
734-<g id="graph19" class="cluster"><title>clusterDBDriversJDBC</title>
735+<polygon fill="LimeGreen" stroke="black" points="1200,-372 1200,-494 1392,-494 1392,-372 1200,-372"/>
736+<text text-anchor="middle" x="1296" y="-477.4" font-family="Times Roman,serif" font-size="14.00">DB Drivers</text>
737+</a>
738+</g>
739+<g id="graph18" class="cluster"><title>clusterDBDriversJDBC</title>
740 <a xlink:title="DB Drivers/JDBC">
741-<polygon fill="LimeGreen" stroke="black" points="338,-674 338,-754 416,-754 416,-674 338,-674"/>
742-<text text-anchor="middle" x="377" y="-737.4" font-family="Times Roman,serif" font-size="14.00">JDBC</text>
743-</a>
744-</g>
745-<g id="graph20" class="cluster"><title>clusterDBDriversORACLENoSQL</title>
746-<a xlink:title="DB Drivers/ORACLE NoSQL">
747-<polygon fill="LimeGreen" stroke="black" points="150,-674 150,-754 330,-754 330,-674 150,-674"/>
748-<text text-anchor="middle" x="240" y="-737.4" font-family="Times Roman,serif" font-size="14.00">ORACLE NoSQL</text>
749-</a>
750-</g>
751-<g id="graph21" class="cluster"><title>clusterDBDriversSQLite</title>
752+<polygon fill="LimeGreen" stroke="black" points="1306,-380 1306,-460 1384,-460 1384,-380 1306,-380"/>
753+<text text-anchor="middle" x="1345" y="-443.4" font-family="Times Roman,serif" font-size="14.00">JDBC</text>
754+</a>
755+</g>
756+<g id="graph19" class="cluster"><title>clusterDBDriversSQLite</title>
757 <a xlink:title="DB Drivers/SQLite">
758-<polygon fill="LimeGreen" stroke="black" points="52,-674 52,-754 142,-754 142,-674 52,-674"/>
759-<text text-anchor="middle" x="97" y="-737.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>
760+<polygon fill="LimeGreen" stroke="black" points="1208,-380 1208,-460 1298,-460 1298,-380 1208,-380"/>
761+<text text-anchor="middle" x="1253" y="-443.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>
762 </a>
763 </g>
764-<g id="graph22" class="cluster"><title>cluster6</title>
765+<g id="graph20" class="cluster"><title>cluster6</title>
766 <a xlink:title="Zorba">
767-<polygon fill="lightsteelblue" stroke="black" points="900,-130 900,-856 8576,-856 8576,-130 900,-130"/>
768-<text text-anchor="middle" x="4738" y="-839.4" font-family="Times Roman,serif" font-size="14.00">Zorba</text>
769+<polygon fill="lightsteelblue" stroke="black" points="1428,-130 1428,-856 7670,-856 7670,-130 1428,-130"/>
770+<text text-anchor="middle" x="4549" y="-839.4" font-family="Times Roman,serif" font-size="14.00">Zorba</text>
771 </a>
772 </g>
773-<g id="graph23" class="cluster"><title>clusterZorbaArchive</title>
774+<g id="graph21" class="cluster"><title>clusterZorbaArchive</title>
775 <a xlink:title="Zorba/Archive">
776-<polygon fill="lightsteelblue" stroke="black" points="3398,-666 3398,-788 3524,-788 3524,-666 3398,-666"/>
777-<text text-anchor="middle" x="3461" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>
778+<polygon fill="lightsteelblue" stroke="black" points="3539,-666 3539,-788 3665,-788 3665,-666 3539,-666"/>
779+<text text-anchor="middle" x="3602" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>
780 </a>
781 </g>
782-<g id="graph24" class="cluster"><title>clusterZorbaArchiveArchive</title>
783+<g id="graph22" class="cluster"><title>clusterZorbaArchiveArchive</title>
784 <a xlink:title="Zorba/Archive/Archive">
785-<polygon fill="lightsteelblue" stroke="black" points="3406,-674 3406,-754 3516,-754 3516,-674 3406,-674"/>
786-<text text-anchor="middle" x="3461" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>
787+<polygon fill="lightsteelblue" stroke="black" points="3547,-674 3547,-754 3657,-754 3657,-674 3547,-674"/>
788+<text text-anchor="middle" x="3602" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>
789 </a>
790 </g>
791-<g id="graph25" class="cluster"><title>clusterZorbaCryptography</title>
792+<g id="graph23" class="cluster"><title>clusterZorbaCryptography</title>
793 <a xlink:title="Zorba/Cryptography">
794-<polygon fill="lightsteelblue" stroke="black" points="1613,-536 1613,-658 1813,-658 1813,-536 1613,-536"/>
795-<text text-anchor="middle" x="1713" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Cryptography</text>
796+<polygon fill="lightsteelblue" stroke="black" points="3698,-536 3698,-658 3898,-658 3898,-536 3698,-536"/>
797+<text text-anchor="middle" x="3798" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Cryptography</text>
798 </a>
799 </g>
800-<g id="graph26" class="cluster"><title>clusterZorbaCryptographyHMAC</title>
801+<g id="graph24" class="cluster"><title>clusterZorbaCryptographyHMAC</title>
802 <a xlink:title="Zorba/Cryptography/HMAC">
803-<polygon fill="lightsteelblue" stroke="black" points="1715,-544 1715,-624 1805,-624 1805,-544 1715,-544"/>
804-<text text-anchor="middle" x="1760" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HMAC</text>
805+<polygon fill="lightsteelblue" stroke="black" points="3800,-544 3800,-624 3890,-624 3890,-544 3800,-544"/>
806+<text text-anchor="middle" x="3845" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HMAC</text>
807 </a>
808 </g>
809-<g id="graph27" class="cluster"><title>clusterZorbaCryptographyHash</title>
810+<g id="graph25" class="cluster"><title>clusterZorbaCryptographyHash</title>
811 <a xlink:title="Zorba/Cryptography/Hash">
812-<polygon fill="lightsteelblue" stroke="black" points="1621,-544 1621,-624 1707,-624 1707,-544 1621,-544"/>
813-<text text-anchor="middle" x="1664" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hash</text>
814+<polygon fill="lightsteelblue" stroke="black" points="3706,-544 3706,-624 3792,-624 3792,-544 3706,-544"/>
815+<text text-anchor="middle" x="3749" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hash</text>
816 </a>
817 </g>
818-<g id="graph28" class="cluster"><title>clusterZorbaDataCleaning</title>
819+<g id="graph26" class="cluster"><title>clusterZorbaDataCleaning</title>
820 <a xlink:title="Zorba/Data Cleaning">
821-<polygon fill="lightsteelblue" stroke="black" points="6678,-268 6678,-658 7504,-658 7504,-268 6678,-268"/>
822-<text text-anchor="middle" x="7091" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Cleaning</text>
823+<polygon fill="lightsteelblue" stroke="black" points="6680,-268 6680,-658 7506,-658 7506,-268 6680,-268"/>
824+<text text-anchor="middle" x="7093" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Cleaning</text>
825 </a>
826 </g>
827-<g id="graph29" class="cluster"><title>clusterZorbaDataCleaningCharacterBasedStringSimilarity</title>
828+<g id="graph27" class="cluster"><title>clusterZorbaDataCleaningCharacterBasedStringSimilarity</title>
829 <a xlink:title="Zorba/Data Cleaning/Character-Based String Similarity">
830-<polygon fill="lightsteelblue" stroke="black" points="7026,-276 7026,-356 7380,-356 7380,-276 7026,-276"/>
831-<text text-anchor="middle" x="7203" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Character-Based String Similarity</text>
832+<polygon fill="lightsteelblue" stroke="black" points="7028,-276 7028,-356 7382,-356 7382,-276 7028,-276"/>
833+<text text-anchor="middle" x="7205" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Character-Based String Similarity</text>
834 </a>
835 </g>
836-<g id="graph30" class="cluster"><title>clusterZorbaDataCleaningConsolidation</title>
837+<g id="graph28" class="cluster"><title>clusterZorbaDataCleaningConsolidation</title>
838 <a xlink:title="Zorba/Data Cleaning/Consolidation">
839-<polygon fill="lightsteelblue" stroke="black" points="7026,-380 7026,-460 7192,-460 7192,-380 7026,-380"/>
840-<text text-anchor="middle" x="7109" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Consolidation</text>
841+<polygon fill="lightsteelblue" stroke="black" points="7028,-380 7028,-460 7194,-460 7194,-380 7028,-380"/>
842+<text text-anchor="middle" x="7111" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Consolidation</text>
843 </a>
844 </g>
845-<g id="graph31" class="cluster"><title>clusterZorbaDataCleaningConversion</title>
846+<g id="graph29" class="cluster"><title>clusterZorbaDataCleaningConversion</title>
847 <a xlink:title="Zorba/Data Cleaning/Conversion">
848-<polygon fill="lightsteelblue" stroke="black" points="6980,-544 6980,-624 7124,-624 7124,-544 6980,-544"/>
849-<text text-anchor="middle" x="7052" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Conversion</text>
850+<polygon fill="lightsteelblue" stroke="black" points="7344,-544 7344,-624 7488,-624 7488,-544 7344,-544"/>
851+<text text-anchor="middle" x="7416" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Conversion</text>
852 </a>
853 </g>
854-<g id="graph32" class="cluster"><title>clusterZorbaDataCleaningHybridStringSimilarity</title>
855+<g id="graph30" class="cluster"><title>clusterZorbaDataCleaningHybridStringSimilarity</title>
856 <a xlink:title="Zorba/Data Cleaning/Hybrid String Similarity">
857-<polygon fill="lightsteelblue" stroke="black" points="6712,-544 6712,-624 6972,-624 6972,-544 6712,-544"/>
858-<text text-anchor="middle" x="6842" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hybrid String Similarity</text>
859+<polygon fill="lightsteelblue" stroke="black" points="7067,-544 7067,-624 7327,-624 7327,-544 7067,-544"/>
860+<text text-anchor="middle" x="7197" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hybrid String Similarity</text>
861 </a>
862 </g>
863-<g id="graph33" class="cluster"><title>clusterZorbaDataCleaningInfoExtraction</title>
864+<g id="graph31" class="cluster"><title>clusterZorbaDataCleaningInfoExtraction</title>
865 <a xlink:title="Zorba/Data Cleaning/Info Extraction">
866-<polygon fill="lightsteelblue" stroke="black" points="7314,-544 7314,-624 7496,-624 7496,-544 7314,-544"/>
867-<text text-anchor="middle" x="7405" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Info Extraction</text>
868+<polygon fill="lightsteelblue" stroke="black" points="6870,-544 6870,-624 7052,-624 7052,-544 6870,-544"/>
869+<text text-anchor="middle" x="6961" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Info Extraction</text>
870 </a>
871 </g>
872-<g id="graph34" class="cluster"><title>clusterZorbaDataCleaningNormalization</title>
873+<g id="graph32" class="cluster"><title>clusterZorbaDataCleaningNormalization</title>
874 <a xlink:title="Zorba/Data Cleaning/Normalization">
875-<polygon fill="lightsteelblue" stroke="black" points="7132,-544 7132,-624 7306,-624 7306,-544 7132,-544"/>
876-<text text-anchor="middle" x="7219" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Normalization</text>
877+<polygon fill="lightsteelblue" stroke="black" points="6688,-544 6688,-624 6862,-624 6862,-544 6688,-544"/>
878+<text text-anchor="middle" x="6775" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Normalization</text>
879 </a>
880 </g>
881-<g id="graph35" class="cluster"><title>clusterZorbaDataCleaningPhonecticStringSimilarity</title>
882+<g id="graph33" class="cluster"><title>clusterZorbaDataCleaningPhonecticStringSimilarity</title>
883 <a xlink:title="Zorba/Data Cleaning/Phonectic String Similarity">
884-<polygon fill="lightsteelblue" stroke="black" points="7214,-380 7214,-460 7496,-460 7496,-380 7214,-380"/>
885-<text text-anchor="middle" x="7355" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Phonectic String Similarity</text>
886+<polygon fill="lightsteelblue" stroke="black" points="7216,-380 7216,-460 7498,-460 7498,-380 7216,-380"/>
887+<text text-anchor="middle" x="7357" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Phonectic String Similarity</text>
888 </a>
889 </g>
890-<g id="graph36" class="cluster"><title>clusterZorbaDataCleaningSetSimilarity</title>
891+<g id="graph34" class="cluster"><title>clusterZorbaDataCleaningSetSimilarity</title>
892 <a xlink:title="Zorba/Data Cleaning/Set Similarity">
893-<polygon fill="lightsteelblue" stroke="black" points="6852,-276 6852,-356 7018,-356 7018,-276 6852,-276"/>
894-<text text-anchor="middle" x="6935" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Set Similarity</text>
895+<polygon fill="lightsteelblue" stroke="black" points="6854,-276 6854,-356 7020,-356 7020,-276 6854,-276"/>
896+<text text-anchor="middle" x="6937" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Set Similarity</text>
897 </a>
898 </g>
899-<g id="graph37" class="cluster"><title>clusterZorbaDataCleaningTokenBasedStringSimilarity</title>
900+<g id="graph35" class="cluster"><title>clusterZorbaDataCleaningTokenBasedStringSimilarity</title>
901 <a xlink:title="Zorba/Data Cleaning/Token Based String Similarity">
902-<polygon fill="lightsteelblue" stroke="black" points="6686,-380 6686,-460 7004,-460 7004,-380 6686,-380"/>
903-<text text-anchor="middle" x="6845" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Token Based String Similarity</text>
904+<polygon fill="lightsteelblue" stroke="black" points="6688,-380 6688,-460 7006,-460 7006,-380 6688,-380"/>
905+<text text-anchor="middle" x="6847" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Token Based String Similarity</text>
906 </a>
907 </g>
908-<g id="graph38" class="cluster"><title>clusterZorbaDataConverters</title>
909+<g id="graph36" class="cluster"><title>clusterZorbaDataConverters</title>
910 <a xlink:title="Zorba/Data Converters">
911-<polygon fill="lightsteelblue" stroke="black" points="2738,-536 2738,-658 3360,-658 3360,-536 2738,-536"/>
912-<text text-anchor="middle" x="3049" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Converters</text>
913+<polygon fill="lightsteelblue" stroke="black" points="2916,-536 2916,-658 3538,-658 3538,-536 2916,-536"/>
914+<text text-anchor="middle" x="3227" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Converters</text>
915 </a>
916 </g>
917-<g id="graph39" class="cluster"><title>clusterZorbaDataConvertersBase64</title>
918+<g id="graph37" class="cluster"><title>clusterZorbaDataConvertersBase64</title>
919 <a xlink:title="Zorba/Data Converters/Base 64">
920-<polygon fill="lightsteelblue" stroke="black" points="3244,-544 3244,-624 3352,-624 3352,-544 3244,-544"/>
921-<text text-anchor="middle" x="3298" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Base 64</text>
922+<polygon fill="lightsteelblue" stroke="black" points="3422,-544 3422,-624 3530,-624 3530,-544 3422,-544"/>
923+<text text-anchor="middle" x="3476" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Base 64</text>
924 </a>
925 </g>
926-<g id="graph40" class="cluster"><title>clusterZorbaDataConvertersCSV</title>
927+<g id="graph38" class="cluster"><title>clusterZorbaDataConvertersCSV</title>
928 <a xlink:title="Zorba/Data Converters/CSV">
929-<polygon fill="lightsteelblue" stroke="black" points="3048,-544 3048,-624 3236,-624 3236,-544 3048,-544"/>
930-<text text-anchor="middle" x="3142" y="-607.4" font-family="Times Roman,serif" font-size="14.00">CSV</text>
931+<polygon fill="lightsteelblue" stroke="black" points="3226,-544 3226,-624 3414,-624 3414,-544 3226,-544"/>
932+<text text-anchor="middle" x="3320" y="-607.4" font-family="Times Roman,serif" font-size="14.00">CSV</text>
933 </a>
934 </g>
935-<g id="graph41" class="cluster"><title>clusterZorbaDataConvertersHTML</title>
936+<g id="graph39" class="cluster"><title>clusterZorbaDataConvertersHTML</title>
937 <a xlink:title="Zorba/Data Converters/HTML">
938-<polygon fill="lightsteelblue" stroke="black" points="2956,-544 2956,-624 3040,-624 3040,-544 2956,-544"/>
939-<text text-anchor="middle" x="2998" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>
940+<polygon fill="lightsteelblue" stroke="black" points="3134,-544 3134,-624 3218,-624 3218,-544 3134,-544"/>
941+<text text-anchor="middle" x="3176" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>
942 </a>
943 </g>
944-<g id="graph42" class="cluster"><title>clusterZorbaDataConvertersJSON</title>
945+<g id="graph40" class="cluster"><title>clusterZorbaDataConvertersJSON</title>
946 <a xlink:title="Zorba/Data Converters/JSON">
947-<polygon fill="lightsteelblue" stroke="black" points="2828,-544 2828,-624 2948,-624 2948,-544 2828,-544"/>
948-<text text-anchor="middle" x="2888" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JSON</text>
949+<polygon fill="lightsteelblue" stroke="black" points="3006,-544 3006,-624 3126,-624 3126,-544 3006,-544"/>
950+<text text-anchor="middle" x="3066" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JSON</text>
951 </a>
952 </g>
953-<g id="graph43" class="cluster"><title>clusterZorbaDataConvertersXML</title>
954+<g id="graph41" class="cluster"><title>clusterZorbaDataConvertersXML</title>
955 <a xlink:title="Zorba/Data Converters/XML">
956-<polygon fill="lightsteelblue" stroke="black" points="2746,-544 2746,-624 2820,-624 2820,-544 2746,-544"/>
957-<text text-anchor="middle" x="2783" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XML</text>
958+<polygon fill="lightsteelblue" stroke="black" points="2924,-544 2924,-624 2998,-624 2998,-544 2924,-544"/>
959+<text text-anchor="middle" x="2961" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XML</text>
960 </a>
961 </g>
962-<g id="graph44" class="cluster"><title>clusterZorbaDataFormatting</title>
963+<g id="graph42" class="cluster"><title>clusterZorbaDataFormatting</title>
964 <a xlink:title="Zorba/Data Formatting">
965-<polygon fill="lightsteelblue" stroke="black" points="3532,-666 3532,-788 3663,-788 3663,-666 3532,-666"/>
966-<text text-anchor="middle" x="3597.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Formatting</text>
967+<polygon fill="lightsteelblue" stroke="black" points="3400,-666 3400,-788 3531,-788 3531,-666 3400,-666"/>
968+<text text-anchor="middle" x="3465.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Formatting</text>
969 </a>
970 </g>
971-<g id="graph45" class="cluster"><title>clusterZorbaDataFormattingXSLFO</title>
972+<g id="graph43" class="cluster"><title>clusterZorbaDataFormattingXSLFO</title>
973 <a xlink:title="Zorba/Data Formatting/XSL-FO">
974-<polygon fill="lightsteelblue" stroke="black" points="3540,-674 3540,-754 3630,-754 3630,-674 3540,-674"/>
975-<text text-anchor="middle" x="3585" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSL-FO</text>
976+<polygon fill="lightsteelblue" stroke="black" points="3408,-674 3408,-754 3498,-754 3498,-674 3408,-674"/>
977+<text text-anchor="middle" x="3453" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSL-FO</text>
978 </a>
979 </g>
980-<g id="graph46" class="cluster"><title>clusterZorbaDataProcessing</title>
981+<g id="graph44" class="cluster"><title>clusterZorbaDataProcessing</title>
982 <a xlink:title="Zorba/Data Processing">
983-<polygon fill="lightsteelblue" stroke="black" points="1821,-536 1821,-658 2131,-658 2131,-536 1821,-536"/>
984-<text text-anchor="middle" x="1976" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Processing</text>
985+<polygon fill="lightsteelblue" stroke="black" points="2460,-536 2460,-658 2770,-658 2770,-536 2460,-536"/>
986+<text text-anchor="middle" x="2615" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Processing</text>
987 </a>
988 </g>
989-<g id="graph47" class="cluster"><title>clusterZorbaDataProcessingPDFReader</title>
990+<g id="graph45" class="cluster"><title>clusterZorbaDataProcessingPDFReader</title>
991 <a xlink:title="Zorba/Data Processing/PDF Reader">
992-<polygon fill="lightsteelblue" stroke="black" points="1829,-544 1829,-624 1949,-624 1949,-544 1829,-544"/>
993-<text text-anchor="middle" x="1889" y="-607.4" font-family="Times Roman,serif" font-size="14.00">PDF Reader</text>
994+<polygon fill="lightsteelblue" stroke="black" points="2468,-544 2468,-624 2588,-624 2588,-544 2468,-544"/>
995+<text text-anchor="middle" x="2528" y="-607.4" font-family="Times Roman,serif" font-size="14.00">PDF Reader</text>
996 </a>
997 </g>
998-<g id="graph48" class="cluster"><title>clusterZorbaDataProcessingSchemaTools</title>
999+<g id="graph46" class="cluster"><title>clusterZorbaDataProcessingSchemaTools</title>
1000 <a xlink:title="Zorba/Data Processing/Schema Tools">
1001-<polygon fill="lightsteelblue" stroke="black" points="1957,-544 1957,-624 2123,-624 2123,-544 1957,-544"/>
1002-<text text-anchor="middle" x="2040" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Schema Tools</text>
1003+<polygon fill="lightsteelblue" stroke="black" points="2596,-544 2596,-624 2762,-624 2762,-544 2596,-544"/>
1004+<text text-anchor="middle" x="2679" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Schema Tools</text>
1005 </a>
1006 </g>
1007-<g id="graph49" class="cluster"><title>clusterZorbaDataStore</title>
1008+<g id="graph47" class="cluster"><title>clusterZorbaDataStore</title>
1009 <a xlink:title="Zorba/Data Store">
1010-<polygon fill="lightsteelblue" stroke="black" points="4715,-364 4715,-822 6670,-822 6670,-364 4715,-364"/>
1011-<text text-anchor="middle" x="5692.5" y="-805.4" font-family="Times Roman,serif" font-size="14.00">Data Store</text>
1012+<polygon fill="lightsteelblue" stroke="black" points="4717,-364 4717,-822 6672,-822 6672,-364 4717,-364"/>
1013+<text text-anchor="middle" x="5694.5" y="-805.4" font-family="Times Roman,serif" font-size="14.00">Data Store</text>
1014 </a>
1015 </g>
1016-<g id="graph50" class="cluster"><title>clusterZorbaDataStoreCollections</title>
1017+<g id="graph48" class="cluster"><title>clusterZorbaDataStoreCollections</title>
1018 <a xlink:title="Zorba/Data Store/Collections">
1019-<polygon fill="lightsteelblue" stroke="black" points="6093,-372 6093,-788 6662,-788 6662,-372 6093,-372"/>
1020-<text text-anchor="middle" x="6377.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Collections</text>
1021+<polygon fill="lightsteelblue" stroke="black" points="6095,-372 6095,-788 6664,-788 6664,-372 6095,-372"/>
1022+<text text-anchor="middle" x="6379.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Collections</text>
1023 </a>
1024 </g>
1025-<g id="graph51" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataDefinition</title>
1026+<g id="graph49" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataDefinition</title>
1027 <a xlink:title="Zorba/Data Store/Collections/Dynamic Data Definition">
1028-<polygon fill="lightsteelblue" stroke="black" points="6101,-380 6101,-460 6288,-460 6288,-380 6101,-380"/>
1029-<text text-anchor="middle" x="6194.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Definition</text>
1030+<polygon fill="lightsteelblue" stroke="black" points="6103,-380 6103,-460 6290,-460 6290,-380 6103,-380"/>
1031+<text text-anchor="middle" x="6196.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Definition</text>
1032 </a>
1033 </g>
1034-<g id="graph52" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataManipulation</title>
1035+<g id="graph50" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataManipulation</title>
1036 <a xlink:title="Zorba/Data Store/Collections/Dynamic Data Manipulation">
1037-<polygon fill="lightsteelblue" stroke="black" points="6101,-544 6101,-624 6310,-624 6310,-544 6101,-544"/>
1038-<text text-anchor="middle" x="6205.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Manipulation</text>
1039+<polygon fill="lightsteelblue" stroke="black" points="6103,-544 6103,-624 6312,-624 6312,-544 6103,-544"/>
1040+<text text-anchor="middle" x="6207.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Manipulation</text>
1041 </a>
1042 </g>
1043-<g id="graph53" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataDefinition</title>
1044+<g id="graph51" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataDefinition</title>
1045 <a xlink:title="Zorba/Data Store/Collections/Static Data Definition">
1046-<polygon fill="lightsteelblue" stroke="black" points="6487,-674 6487,-754 6654,-754 6654,-674 6487,-674"/>
1047-<text text-anchor="middle" x="6570.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
1048+<polygon fill="lightsteelblue" stroke="black" points="6489,-674 6489,-754 6656,-754 6656,-674 6489,-674"/>
1049+<text text-anchor="middle" x="6572.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
1050 </a>
1051 </g>
1052-<g id="graph54" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataManipulation</title>
1053+<g id="graph52" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataManipulation</title>
1054 <a xlink:title="Zorba/Data Store/Collections/Static Data Manipulation">
1055-<polygon fill="lightsteelblue" stroke="black" points="6291,-674 6291,-754 6479,-754 6479,-674 6291,-674"/>
1056-<text text-anchor="middle" x="6385" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
1057+<polygon fill="lightsteelblue" stroke="black" points="6293,-674 6293,-754 6481,-754 6481,-674 6293,-674"/>
1058+<text text-anchor="middle" x="6387" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
1059 </a>
1060 </g>
1061-<g id="graph55" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataDefinition</title>
1062+<g id="graph53" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataDefinition</title>
1063 <a xlink:title="Zorba/Data Store/Collections/W3C Data Definition">
1064-<polygon fill="lightsteelblue" stroke="black" points="6318,-544 6318,-624 6479,-624 6479,-544 6318,-544"/>
1065-<text text-anchor="middle" x="6398.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Definition</text>
1066+<polygon fill="lightsteelblue" stroke="black" points="6320,-544 6320,-624 6481,-624 6481,-544 6320,-544"/>
1067+<text text-anchor="middle" x="6400.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Definition</text>
1068 </a>
1069 </g>
1070-<g id="graph56" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataManipulation</title>
1071+<g id="graph54" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataManipulation</title>
1072 <a xlink:title="Zorba/Data Store/Collections/W3C Data Manipulation">
1073-<polygon fill="lightsteelblue" stroke="black" points="6101,-674 6101,-754 6283,-754 6283,-674 6101,-674"/>
1074-<text text-anchor="middle" x="6192" y="-737.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Manipulation</text>
1075+<polygon fill="lightsteelblue" stroke="black" points="6103,-674 6103,-754 6285,-754 6285,-674 6103,-674"/>
1076+<text text-anchor="middle" x="6194" y="-737.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Manipulation</text>
1077 </a>
1078 </g>
1079-<g id="graph57" class="cluster"><title>clusterZorbaDataStoreDataStructures</title>
1080+<g id="graph55" class="cluster"><title>clusterZorbaDataStoreDataStructures</title>
1081 <a xlink:title="Zorba/Data Store/Data Structures">
1082-<polygon fill="lightsteelblue" stroke="black" points="5667,-666 5667,-788 6085,-788 6085,-666 5667,-666"/>
1083-<text text-anchor="middle" x="5876" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Structures</text>
1084+<polygon fill="lightsteelblue" stroke="black" points="5669,-666 5669,-788 6087,-788 6087,-666 5669,-666"/>
1085+<text text-anchor="middle" x="5878" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Structures</text>
1086 </a>
1087 </g>
1088-<g id="graph58" class="cluster"><title>clusterZorbaDataStoreDataStructuresQueue</title>
1089+<g id="graph56" class="cluster"><title>clusterZorbaDataStoreDataStructuresQueue</title>
1090 <a xlink:title="Zorba/Data Store/Data Structures/Queue">
1091-<polygon fill="lightsteelblue" stroke="black" points="5881,-674 5881,-754 5979,-754 5979,-674 5881,-674"/>
1092-<text text-anchor="middle" x="5930" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Queue</text>
1093+<polygon fill="lightsteelblue" stroke="black" points="5883,-674 5883,-754 5981,-754 5981,-674 5883,-674"/>
1094+<text text-anchor="middle" x="5932" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Queue</text>
1095 </a>
1096 </g>
1097-<g id="graph59" class="cluster"><title>clusterZorbaDataStoreDataStructuresStack</title>
1098+<g id="graph57" class="cluster"><title>clusterZorbaDataStoreDataStructuresStack</title>
1099 <a xlink:title="Zorba/Data Store/Data Structures/Stack">
1100-<polygon fill="lightsteelblue" stroke="black" points="5987,-674 5987,-754 6077,-754 6077,-674 5987,-674"/>
1101-<text text-anchor="middle" x="6032" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Stack</text>
1102+<polygon fill="lightsteelblue" stroke="black" points="5989,-674 5989,-754 6079,-754 6079,-674 5989,-674"/>
1103+<text text-anchor="middle" x="6034" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Stack</text>
1104 </a>
1105 </g>
1106-<g id="graph60" class="cluster"><title>clusterZorbaDataStoreDataStructuresUnorderedMap</title>
1107+<g id="graph58" class="cluster"><title>clusterZorbaDataStoreDataStructuresUnorderedMap</title>
1108 <a xlink:title="Zorba/Data Store/Data Structures/Unordered Map">
1109-<polygon fill="lightsteelblue" stroke="black" points="5675,-674 5675,-754 5873,-754 5873,-674 5675,-674"/>
1110-<text text-anchor="middle" x="5774" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Unordered Map</text>
1111+<polygon fill="lightsteelblue" stroke="black" points="5677,-674 5677,-754 5875,-754 5875,-674 5677,-674"/>
1112+<text text-anchor="middle" x="5776" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Unordered Map</text>
1113 </a>
1114 </g>
1115-<g id="graph61" class="cluster"><title>clusterZorbaDataStoreDocuments</title>
1116+<g id="graph59" class="cluster"><title>clusterZorbaDataStoreDocuments</title>
1117 <a xlink:title="Zorba/Data Store/Documents">
1118-<polygon fill="lightsteelblue" stroke="black" points="5497,-666 5497,-788 5659,-788 5659,-666 5497,-666"/>
1119-<text text-anchor="middle" x="5578" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>
1120+<polygon fill="lightsteelblue" stroke="black" points="5499,-666 5499,-788 5661,-788 5661,-666 5499,-666"/>
1121+<text text-anchor="middle" x="5580" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>
1122 </a>
1123 </g>
1124-<g id="graph62" class="cluster"><title>clusterZorbaDataStoreDocumentsDocuments</title>
1125+<g id="graph60" class="cluster"><title>clusterZorbaDataStoreDocumentsDocuments</title>
1126 <a xlink:title="Zorba/Data Store/Documents/Documents">
1127-<polygon fill="lightsteelblue" stroke="black" points="5505,-674 5505,-754 5651,-754 5651,-674 5505,-674"/>
1128-<text text-anchor="middle" x="5578" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>
1129+<polygon fill="lightsteelblue" stroke="black" points="5507,-674 5507,-754 5653,-754 5653,-674 5507,-674"/>
1130+<text text-anchor="middle" x="5580" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>
1131 </a>
1132 </g>
1133-<g id="graph63" class="cluster"><title>clusterZorbaDataStoreIndexes</title>
1134+<g id="graph61" class="cluster"><title>clusterZorbaDataStoreIndexes</title>
1135 <a xlink:title="Zorba/Data Store/Indexes">
1136-<polygon fill="lightsteelblue" stroke="black" points="5110,-666 5110,-788 5489,-788 5489,-666 5110,-666"/>
1137-<text text-anchor="middle" x="5299.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Indexes</text>
1138+<polygon fill="lightsteelblue" stroke="black" points="5112,-666 5112,-788 5491,-788 5491,-666 5112,-666"/>
1139+<text text-anchor="middle" x="5301.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Indexes</text>
1140 </a>
1141 </g>
1142-<g id="graph64" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataDefinition</title>
1143+<g id="graph62" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataDefinition</title>
1144 <a xlink:title="Zorba/Data Store/Indexes/Static Data Definition">
1145-<polygon fill="lightsteelblue" stroke="black" points="5314,-674 5314,-754 5481,-754 5481,-674 5314,-674"/>
1146-<text text-anchor="middle" x="5397.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
1147+<polygon fill="lightsteelblue" stroke="black" points="5316,-674 5316,-754 5483,-754 5483,-674 5316,-674"/>
1148+<text text-anchor="middle" x="5399.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
1149 </a>
1150 </g>
1151-<g id="graph65" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataManipulation</title>
1152+<g id="graph63" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataManipulation</title>
1153 <a xlink:title="Zorba/Data Store/Indexes/Static Data Manipulation">
1154-<polygon fill="lightsteelblue" stroke="black" points="5118,-674 5118,-754 5306,-754 5306,-674 5118,-674"/>
1155-<text text-anchor="middle" x="5212" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
1156+<polygon fill="lightsteelblue" stroke="black" points="5120,-674 5120,-754 5308,-754 5308,-674 5120,-674"/>
1157+<text text-anchor="middle" x="5214" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
1158 </a>
1159 </g>
1160-<g id="graph66" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraints</title>
1161+<g id="graph64" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraints</title>
1162 <a xlink:title="Zorba/Data Store/Integrity Constraints">
1163-<polygon fill="lightsteelblue" stroke="black" points="4723,-666 4723,-788 5102,-788 5102,-666 4723,-666"/>
1164-<text text-anchor="middle" x="4912.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Integrity Constraints</text>
1165+<polygon fill="lightsteelblue" stroke="black" points="4725,-666 4725,-788 5104,-788 5104,-666 4725,-666"/>
1166+<text text-anchor="middle" x="4914.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Integrity Constraints</text>
1167 </a>
1168 </g>
1169-<g id="graph67" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataDefinition</title>
1170+<g id="graph65" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataDefinition</title>
1171 <a xlink:title="Zorba/Data Store/Integrity Constraints/Static Data Definition">
1172-<polygon fill="lightsteelblue" stroke="black" points="4927,-674 4927,-754 5094,-754 5094,-674 4927,-674"/>
1173-<text text-anchor="middle" x="5010.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
1174+<polygon fill="lightsteelblue" stroke="black" points="4929,-674 4929,-754 5096,-754 5096,-674 4929,-674"/>
1175+<text text-anchor="middle" x="5012.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
1176 </a>
1177 </g>
1178-<g id="graph68" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataManipulation</title>
1179+<g id="graph66" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataManipulation</title>
1180 <a xlink:title="Zorba/Data Store/Integrity Constraints/Static Data Manipulation">
1181-<polygon fill="lightsteelblue" stroke="black" points="4731,-674 4731,-754 4919,-754 4919,-674 4731,-674"/>
1182-<text text-anchor="middle" x="4825" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
1183+<polygon fill="lightsteelblue" stroke="black" points="4733,-674 4733,-754 4921,-754 4921,-674 4733,-674"/>
1184+<text text-anchor="middle" x="4827" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
1185 </a>
1186 </g>
1187-<g id="graph69" class="cluster"><title>clusterZorbaDebugger</title>
1188+<g id="graph67" class="cluster"><title>clusterZorbaDebugger</title>
1189 <a xlink:title="Zorba/Debugger">
1190-<polygon fill="lightsteelblue" stroke="black" points="3671,-666 3671,-788 3945,-788 3945,-666 3671,-666"/>
1191-<text text-anchor="middle" x="3808" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>
1192+<polygon fill="lightsteelblue" stroke="black" points="3673,-666 3673,-788 3947,-788 3947,-666 3673,-666"/>
1193+<text text-anchor="middle" x="3810" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>
1194 </a>
1195 </g>
1196-<g id="graph70" class="cluster"><title>clusterZorbaDebuggerDebugger</title>
1197+<g id="graph68" class="cluster"><title>clusterZorbaDebuggerDebugger</title>
1198 <a xlink:title="Zorba/Debugger/Debugger">
1199-<polygon fill="lightsteelblue" stroke="black" points="3679,-674 3679,-754 3937,-754 3937,-674 3679,-674"/>
1200-<text text-anchor="middle" x="3808" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>
1201+<polygon fill="lightsteelblue" stroke="black" points="3681,-674 3681,-754 3939,-754 3939,-674 3681,-674"/>
1202+<text text-anchor="middle" x="3810" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>
1203 </a>
1204 </g>
1205-<g id="graph71" class="cluster"><title>clusterZorbaExcel</title>
1206+<g id="graph69" class="cluster"><title>clusterZorbaExcel</title>
1207 <a xlink:title="Zorba/Excel">
1208-<polygon fill="lightsteelblue" stroke="black" points="3953,-372 3953,-788 4707,-788 4707,-372 3953,-372"/>
1209-<text text-anchor="middle" x="4330" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Excel</text>
1210+<polygon fill="lightsteelblue" stroke="black" points="3955,-372 3955,-788 4709,-788 4709,-372 3955,-372"/>
1211+<text text-anchor="middle" x="4332" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Excel</text>
1212 </a>
1213 </g>
1214-<g id="graph72" class="cluster"><title>clusterZorbaExcelDatetime</title>
1215+<g id="graph70" class="cluster"><title>clusterZorbaExcelDatetime</title>
1216 <a xlink:title="Zorba/Excel/Datetime">
1217-<polygon fill="lightsteelblue" stroke="black" points="4573,-674 4573,-754 4699,-754 4699,-674 4573,-674"/>
1218-<text text-anchor="middle" x="4636" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>
1219+<polygon fill="lightsteelblue" stroke="black" points="4575,-674 4575,-754 4701,-754 4701,-674 4575,-674"/>
1220+<text text-anchor="middle" x="4638" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>
1221 </a>
1222 </g>
1223-<g id="graph73" class="cluster"><title>clusterZorbaExcelEngineering</title>
1224+<g id="graph71" class="cluster"><title>clusterZorbaExcelEngineering</title>
1225 <a xlink:title="Zorba/Excel/Engineering">
1226-<polygon fill="lightsteelblue" stroke="black" points="4411,-674 4411,-754 4565,-754 4565,-674 4411,-674"/>
1227-<text text-anchor="middle" x="4488" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Engineering</text>
1228+<polygon fill="lightsteelblue" stroke="black" points="4413,-674 4413,-754 4567,-754 4567,-674 4413,-674"/>
1229+<text text-anchor="middle" x="4490" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Engineering</text>
1230 </a>
1231 </g>
1232-<g id="graph74" class="cluster"><title>clusterZorbaExcelInformation</title>
1233+<g id="graph72" class="cluster"><title>clusterZorbaExcelInformation</title>
1234 <a xlink:title="Zorba/Excel/Information">
1235-<polygon fill="lightsteelblue" stroke="black" points="4445,-544 4445,-624 4597,-624 4597,-544 4445,-544"/>
1236-<text text-anchor="middle" x="4521" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Information</text>
1237+<polygon fill="lightsteelblue" stroke="black" points="4447,-544 4447,-624 4599,-624 4599,-544 4447,-544"/>
1238+<text text-anchor="middle" x="4523" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Information</text>
1239 </a>
1240 </g>
1241-<g id="graph75" class="cluster"><title>clusterZorbaExcelLogical</title>
1242+<g id="graph73" class="cluster"><title>clusterZorbaExcelLogical</title>
1243 <a xlink:title="Zorba/Excel/Logical">
1244-<polygon fill="lightsteelblue" stroke="black" points="4235,-674 4235,-754 4333,-754 4333,-674 4235,-674"/>
1245-<text text-anchor="middle" x="4284" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Logical</text>
1246+<polygon fill="lightsteelblue" stroke="black" points="4237,-674 4237,-754 4335,-754 4335,-674 4237,-674"/>
1247+<text text-anchor="middle" x="4286" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Logical</text>
1248 </a>
1249 </g>
1250-<g id="graph76" class="cluster"><title>clusterZorbaExcelLookup</title>
1251+<g id="graph74" class="cluster"><title>clusterZorbaExcelLookup</title>
1252 <a xlink:title="Zorba/Excel/Lookup">
1253-<polygon fill="lightsteelblue" stroke="black" points="4333,-544 4333,-624 4437,-624 4437,-544 4333,-544"/>
1254-<text text-anchor="middle" x="4385" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Lookup</text>
1255+<polygon fill="lightsteelblue" stroke="black" points="4335,-544 4335,-624 4439,-624 4439,-544 4335,-544"/>
1256+<text text-anchor="middle" x="4387" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Lookup</text>
1257 </a>
1258 </g>
1259-<g id="graph77" class="cluster"><title>clusterZorbaExcelMath</title>
1260+<g id="graph75" class="cluster"><title>clusterZorbaExcelMath</title>
1261 <a xlink:title="Zorba/Excel/Math">
1262-<polygon fill="lightsteelblue" stroke="black" points="4340,-380 4340,-460 4430,-460 4430,-380 4340,-380"/>
1263-<text text-anchor="middle" x="4385" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>
1264+<polygon fill="lightsteelblue" stroke="black" points="4342,-380 4342,-460 4432,-460 4432,-380 4342,-380"/>
1265+<text text-anchor="middle" x="4387" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>
1266 </a>
1267 </g>
1268-<g id="graph78" class="cluster"><title>clusterZorbaExcelMathSumproduct</title>
1269+<g id="graph76" class="cluster"><title>clusterZorbaExcelMathSumproduct</title>
1270 <a xlink:title="Zorba/Excel/Math Sumproduct">
1271-<polygon fill="lightsteelblue" stroke="black" points="4113,-544 4113,-624 4325,-624 4325,-544 4113,-544"/>
1272-<text text-anchor="middle" x="4219" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Math Sumproduct</text>
1273+<polygon fill="lightsteelblue" stroke="black" points="4115,-544 4115,-624 4327,-624 4327,-544 4115,-544"/>
1274+<text text-anchor="middle" x="4221" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Math Sumproduct</text>
1275 </a>
1276 </g>
1277-<g id="graph79" class="cluster"><title>clusterZorbaExcelStatistical</title>
1278+<g id="graph77" class="cluster"><title>clusterZorbaExcelStatistical</title>
1279 <a xlink:title="Zorba/Excel/Statistical">
1280-<polygon fill="lightsteelblue" stroke="black" points="3973,-544 3973,-624 4105,-624 4105,-544 3973,-544"/>
1281-<text text-anchor="middle" x="4039" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Statistical</text>
1282+<polygon fill="lightsteelblue" stroke="black" points="3975,-544 3975,-624 4107,-624 4107,-544 3975,-544"/>
1283+<text text-anchor="middle" x="4041" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Statistical</text>
1284 </a>
1285 </g>
1286-<g id="graph80" class="cluster"><title>clusterZorbaExcelStatisticalZorba</title>
1287+<g id="graph78" class="cluster"><title>clusterZorbaExcelStatisticalZorba</title>
1288 <a xlink:title="Zorba/Excel/Statistical Zorba">
1289-<polygon fill="lightsteelblue" stroke="black" points="3961,-674 3961,-754 4157,-754 4157,-674 3961,-674"/>
1290-<text text-anchor="middle" x="4059" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Statistical Zorba</text>
1291+<polygon fill="lightsteelblue" stroke="black" points="3963,-674 3963,-754 4159,-754 4159,-674 3963,-674"/>
1292+<text text-anchor="middle" x="4061" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Statistical Zorba</text>
1293 </a>
1294 </g>
1295-<g id="graph81" class="cluster"><title>clusterZorbaExcelText</title>
1296+<g id="graph79" class="cluster"><title>clusterZorbaExcelText</title>
1297 <a xlink:title="Zorba/Excel/Text">
1298-<polygon fill="lightsteelblue" stroke="black" points="4619,-544 4619,-624 4699,-624 4699,-544 4619,-544"/>
1299-<text text-anchor="middle" x="4659" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Text</text>
1300+<polygon fill="lightsteelblue" stroke="black" points="4621,-544 4621,-624 4701,-624 4701,-544 4621,-544"/>
1301+<text text-anchor="middle" x="4661" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Text</text>
1302 </a>
1303 </g>
1304-<g id="graph82" class="cluster"><title>clusterZorbaFullText</title>
1305+<g id="graph80" class="cluster"><title>clusterZorbaFullText</title>
1306 <a xlink:title="Zorba/Full-Text">
1307-<polygon fill="lightsteelblue" stroke="black" points="3258,-666 3258,-788 3390,-788 3390,-666 3258,-666"/>
1308-<text text-anchor="middle" x="3324" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>
1309+<polygon fill="lightsteelblue" stroke="black" points="3260,-666 3260,-788 3392,-788 3392,-666 3260,-666"/>
1310+<text text-anchor="middle" x="3326" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>
1311 </a>
1312 </g>
1313-<g id="graph83" class="cluster"><title>clusterZorbaFullTextFullText</title>
1314+<g id="graph81" class="cluster"><title>clusterZorbaFullTextFullText</title>
1315 <a xlink:title="Zorba/Full-Text/Full-Text">
1316-<polygon fill="lightsteelblue" stroke="black" points="3266,-674 3266,-754 3382,-754 3382,-674 3266,-674"/>
1317-<text text-anchor="middle" x="3324" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>
1318+<polygon fill="lightsteelblue" stroke="black" points="3268,-674 3268,-754 3384,-754 3384,-674 3268,-674"/>
1319+<text text-anchor="middle" x="3326" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>
1320 </a>
1321 </g>
1322-<g id="graph84" class="cluster"><title>clusterZorbaGeoProjection</title>
1323+<g id="graph82" class="cluster"><title>clusterZorbaGeoProjection</title>
1324 <a xlink:title="Zorba/Geo Projection">
1325-<polygon fill="lightsteelblue" stroke="black" points="2596,-536 2596,-658 2730,-658 2730,-536 2596,-536"/>
1326-<text text-anchor="middle" x="2663" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>
1327+<polygon fill="lightsteelblue" stroke="black" points="3546,-536 3546,-658 3680,-658 3680,-536 3546,-536"/>
1328+<text text-anchor="middle" x="3613" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>
1329 </a>
1330 </g>
1331-<g id="graph85" class="cluster"><title>clusterZorbaGeoProjectionGeoProjection</title>
1332+<g id="graph83" class="cluster"><title>clusterZorbaGeoProjectionGeoProjection</title>
1333 <a xlink:title="Zorba/Geo Projection/Geo Projection">
1334-<polygon fill="lightsteelblue" stroke="black" points="2604,-544 2604,-624 2722,-624 2722,-544 2604,-544"/>
1335-<text text-anchor="middle" x="2663" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>
1336+<polygon fill="lightsteelblue" stroke="black" points="3554,-544 3554,-624 3672,-624 3672,-544 3554,-544"/>
1337+<text text-anchor="middle" x="3613" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>
1338 </a>
1339 </g>
1340-<g id="graph86" class="cluster"><title>clusterZorbaImage</title>
1341+<g id="graph84" class="cluster"><title>clusterZorbaImage</title>
1342 <a xlink:title="Zorba/Image">
1343-<polygon fill="lightsteelblue" stroke="black" points="2598,-666 2598,-788 3250,-788 3250,-666 2598,-666"/>
1344-<text text-anchor="middle" x="2924" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Image</text>
1345+<polygon fill="lightsteelblue" stroke="black" points="2600,-666 2600,-788 3252,-788 3252,-666 2600,-666"/>
1346+<text text-anchor="middle" x="2926" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Image</text>
1347 </a>
1348 </g>
1349-<g id="graph87" class="cluster"><title>clusterZorbaImageAnimation</title>
1350+<g id="graph85" class="cluster"><title>clusterZorbaImageAnimation</title>
1351 <a xlink:title="Zorba/Image/Animation">
1352-<polygon fill="lightsteelblue" stroke="black" points="3010,-674 3010,-754 3148,-754 3148,-674 3010,-674"/>
1353-<text text-anchor="middle" x="3079" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Animation</text>
1354+<polygon fill="lightsteelblue" stroke="black" points="2608,-674 2608,-754 2746,-754 2746,-674 2608,-674"/>
1355+<text text-anchor="middle" x="2677" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Animation</text>
1356 </a>
1357 </g>
1358-<g id="graph88" class="cluster"><title>clusterZorbaImageBasic</title>
1359+<g id="graph86" class="cluster"><title>clusterZorbaImageBasic</title>
1360 <a xlink:title="Zorba/Image/Basic">
1361-<polygon fill="lightsteelblue" stroke="black" points="3156,-674 3156,-754 3242,-754 3242,-674 3156,-674"/>
1362-<text text-anchor="middle" x="3199" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Basic</text>
1363+<polygon fill="lightsteelblue" stroke="black" points="2754,-674 2754,-754 2840,-754 2840,-674 2754,-674"/>
1364+<text text-anchor="middle" x="2797" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Basic</text>
1365 </a>
1366 </g>
1367-<g id="graph89" class="cluster"><title>clusterZorbaImageGraphviz</title>
1368+<g id="graph87" class="cluster"><title>clusterZorbaImageGraphviz</title>
1369 <a xlink:title="Zorba/Image/Graphviz">
1370-<polygon fill="lightsteelblue" stroke="black" points="2606,-674 2606,-754 2730,-754 2730,-674 2606,-674"/>
1371-<text text-anchor="middle" x="2668" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>
1372+<polygon fill="lightsteelblue" stroke="black" points="2848,-674 2848,-754 2972,-754 2972,-674 2848,-674"/>
1373+<text text-anchor="middle" x="2910" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>
1374 </a>
1375 </g>
1376-<g id="graph90" class="cluster"><title>clusterZorbaImageManipulation</title>
1377+<g id="graph88" class="cluster"><title>clusterZorbaImageManipulation</title>
1378 <a xlink:title="Zorba/Image/Manipulation">
1379-<polygon fill="lightsteelblue" stroke="black" points="2738,-674 2738,-754 2904,-754 2904,-674 2738,-674"/>
1380-<text text-anchor="middle" x="2821" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Manipulation</text>
1381+<polygon fill="lightsteelblue" stroke="black" points="2980,-674 2980,-754 3146,-754 3146,-674 2980,-674"/>
1382+<text text-anchor="middle" x="3063" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Manipulation</text>
1383 </a>
1384 </g>
1385-<g id="graph91" class="cluster"><title>clusterZorbaImagePaint</title>
1386+<g id="graph89" class="cluster"><title>clusterZorbaImagePaint</title>
1387 <a xlink:title="Zorba/Image/Paint">
1388-<polygon fill="lightsteelblue" stroke="black" points="2912,-674 2912,-754 3002,-754 3002,-674 2912,-674"/>
1389-<text text-anchor="middle" x="2957" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Paint</text>
1390+<polygon fill="lightsteelblue" stroke="black" points="3154,-674 3154,-754 3244,-754 3244,-674 3154,-674"/>
1391+<text text-anchor="middle" x="3199" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Paint</text>
1392 </a>
1393 </g>
1394-<g id="graph92" class="cluster"><title>clusterZorbaInputOutput</title>
1395+<g id="graph90" class="cluster"><title>clusterZorbaInputOutput</title>
1396 <a xlink:title="Zorba/Input Output">
1397-<polygon fill="lightsteelblue" stroke="black" points="7668,-138 7668,-494 8568,-494 8568,-138 7668,-138"/>
1398-<text text-anchor="middle" x="8118" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Input Output</text>
1399+<polygon fill="lightsteelblue" stroke="black" points="1436,-138 1436,-494 2336,-494 2336,-138 1436,-138"/>
1400+<text text-anchor="middle" x="1886" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Input Output</text>
1401 </a>
1402 </g>
1403-<g id="graph93" class="cluster"><title>clusterZorbaInputOutputFetch</title>
1404+<g id="graph91" class="cluster"><title>clusterZorbaInputOutputFetch</title>
1405 <a xlink:title="Zorba/Input Output/Fetch">
1406-<polygon fill="lightsteelblue" stroke="black" points="8214,-380 8214,-460 8302,-460 8302,-380 8214,-380"/>
1407-<text text-anchor="middle" x="8258" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Fetch</text>
1408+<polygon fill="lightsteelblue" stroke="black" points="1982,-380 1982,-460 2070,-460 2070,-380 1982,-380"/>
1409+<text text-anchor="middle" x="2026" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Fetch</text>
1410 </a>
1411 </g>
1412-<g id="graph94" class="cluster"><title>clusterZorbaInputOutputHTTPClient</title>
1413+<g id="graph92" class="cluster"><title>clusterZorbaInputOutputHTTPClient</title>
1414 <a xlink:title="Zorba/Input Output/HTTP Client">
1415-<polygon fill="lightsteelblue" stroke="black" points="8310,-146 8310,-460 8560,-460 8560,-146 8310,-146"/>
1416-<text text-anchor="middle" x="8435" y="-443.4" font-family="Times Roman,serif" font-size="14.00">HTTP Client</text>
1417+<polygon fill="lightsteelblue" stroke="black" points="2078,-146 2078,-460 2328,-460 2328,-146 2078,-146"/>
1418+<text text-anchor="middle" x="2203" y="-443.4" font-family="Times Roman,serif" font-size="14.00">HTTP Client</text>
1419 </a>
1420 </g>
1421-<g id="graph95" class="cluster"><title>clusterZorbaInputOutputIMAP</title>
1422+<g id="graph93" class="cluster"><title>clusterZorbaInputOutputIMAP</title>
1423 <a xlink:title="Zorba/Input Output/IMAP">
1424-<polygon fill="lightsteelblue" stroke="black" points="8120,-380 8120,-460 8206,-460 8206,-380 8120,-380"/>
1425-<text text-anchor="middle" x="8163" y="-443.4" font-family="Times Roman,serif" font-size="14.00">IMAP</text>
1426+<polygon fill="lightsteelblue" stroke="black" points="1888,-380 1888,-460 1974,-460 1974,-380 1888,-380"/>
1427+<text text-anchor="middle" x="1931" y="-443.4" font-family="Times Roman,serif" font-size="14.00">IMAP</text>
1428 </a>
1429 </g>
1430-<g id="graph96" class="cluster"><title>clusterZorbaInputOutputProcess</title>
1431+<g id="graph94" class="cluster"><title>clusterZorbaInputOutputProcess</title>
1432 <a xlink:title="Zorba/Input Output/Process">
1433-<polygon fill="lightsteelblue" stroke="black" points="7886,-380 7886,-460 8112,-460 8112,-380 7886,-380"/>
1434-<text text-anchor="middle" x="7999" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Process</text>
1435+<polygon fill="lightsteelblue" stroke="black" points="1654,-380 1654,-460 1880,-460 1880,-380 1654,-380"/>
1436+<text text-anchor="middle" x="1767" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Process</text>
1437 </a>
1438 </g>
1439-<g id="graph97" class="cluster"><title>clusterZorbaInputOutputSMTP</title>
1440+<g id="graph95" class="cluster"><title>clusterZorbaInputOutputSMTP</title>
1441 <a xlink:title="Zorba/Input Output/SMTP">
1442-<polygon fill="lightsteelblue" stroke="black" points="7792,-380 7792,-460 7878,-460 7878,-380 7792,-380"/>
1443-<text text-anchor="middle" x="7835" y="-443.4" font-family="Times Roman,serif" font-size="14.00">SMTP</text>
1444+<polygon fill="lightsteelblue" stroke="black" points="1560,-380 1560,-460 1646,-460 1646,-380 1560,-380"/>
1445+<text text-anchor="middle" x="1603" y="-443.4" font-family="Times Roman,serif" font-size="14.00">SMTP</text>
1446 </a>
1447 </g>
1448-<g id="graph98" class="cluster"><title>clusterZorbaInputOutputSystem</title>
1449+<g id="graph96" class="cluster"><title>clusterZorbaInputOutputSystem</title>
1450 <a xlink:title="Zorba/Input Output/System">
1451-<polygon fill="lightsteelblue" stroke="black" points="7676,-380 7676,-460 7784,-460 7784,-380 7676,-380"/>
1452-<text text-anchor="middle" x="7730" y="-443.4" font-family="Times Roman,serif" font-size="14.00">System</text>
1453+<polygon fill="lightsteelblue" stroke="black" points="1444,-380 1444,-460 1552,-460 1552,-380 1444,-380"/>
1454+<text text-anchor="middle" x="1498" y="-443.4" font-family="Times Roman,serif" font-size="14.00">System</text>
1455 </a>
1456 </g>
1457-<g id="graph99" class="cluster"><title>clusterZorbaIntrospection</title>
1458+<g id="graph97" class="cluster"><title>clusterZorbaIntrospection</title>
1459 <a xlink:title="Zorba/Introspection">
1460-<polygon fill="lightsteelblue" stroke="black" points="2458,-666 2458,-788 2590,-788 2590,-666 2458,-666"/>
1461-<text text-anchor="middle" x="2524" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Introspection</text>
1462+<polygon fill="lightsteelblue" stroke="black" points="2460,-666 2460,-788 2592,-788 2592,-666 2460,-666"/>
1463+<text text-anchor="middle" x="2526" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Introspection</text>
1464 </a>
1465 </g>
1466-<g id="graph100" class="cluster"><title>clusterZorbaIntrospectionStaticContext</title>
1467+<g id="graph98" class="cluster"><title>clusterZorbaIntrospectionStaticContext</title>
1468 <a xlink:title="Zorba/Introspection/Static Context">
1469-<polygon fill="lightsteelblue" stroke="black" points="2466,-674 2466,-754 2582,-754 2582,-674 2466,-674"/>
1470-<text text-anchor="middle" x="2524" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Context</text>
1471+<polygon fill="lightsteelblue" stroke="black" points="2468,-674 2468,-754 2584,-754 2584,-674 2468,-674"/>
1472+<text text-anchor="middle" x="2526" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Context</text>
1473 </a>
1474 </g>
1475-<g id="graph101" class="cluster"><title>clusterZorbaJVMUtility</title>
1476+<g id="graph99" class="cluster"><title>clusterZorbaJVMUtility</title>
1477 <a xlink:title="Zorba/JVM Utility">
1478-<polygon fill="lightsteelblue" stroke="black" points="2458,-536 2458,-658 2588,-658 2588,-536 2458,-536"/>
1479-<text text-anchor="middle" x="2523" y="-641.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>
1480+<polygon fill="lightsteelblue" stroke="black" points="2778,-536 2778,-658 2908,-658 2908,-536 2778,-536"/>
1481+<text text-anchor="middle" x="2843" y="-641.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>
1482 </a>
1483 </g>
1484-<g id="graph102" class="cluster"><title>clusterZorbaJVMUtilityJVMUtility</title>
1485+<g id="graph100" class="cluster"><title>clusterZorbaJVMUtilityJVMUtility</title>
1486 <a xlink:title="Zorba/JVM Utility/JVM Utility">
1487-<polygon fill="lightsteelblue" stroke="black" points="2466,-544 2466,-624 2580,-624 2580,-544 2466,-544"/>
1488-<text text-anchor="middle" x="2523" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>
1489+<polygon fill="lightsteelblue" stroke="black" points="2786,-544 2786,-624 2900,-624 2900,-544 2786,-544"/>
1490+<text text-anchor="middle" x="2843" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>
1491 </a>
1492 </g>
1493-<g id="graph103" class="cluster"><title>clusterZorbaOAuth</title>
1494+<g id="graph101" class="cluster"><title>clusterZorbaOAuth</title>
1495 <a xlink:title="Zorba/OAuth">
1496-<polygon fill="lightsteelblue" stroke="black" points="1497,-536 1497,-788 1605,-788 1605,-536 1497,-536"/>
1497-<text text-anchor="middle" x="1551" y="-771.4" font-family="Times Roman,serif" font-size="14.00">OAuth</text>
1498+<polygon fill="lightsteelblue" stroke="black" points="2344,-536 2344,-788 2452,-788 2452,-536 2344,-536"/>
1499+<text text-anchor="middle" x="2398" y="-771.4" font-family="Times Roman,serif" font-size="14.00">OAuth</text>
1500 </a>
1501 </g>
1502-<g id="graph104" class="cluster"><title>clusterZorbaOAuthClient</title>
1503+<g id="graph102" class="cluster"><title>clusterZorbaOAuthClient</title>
1504 <a xlink:title="Zorba/OAuth/Client">
1505-<polygon fill="lightsteelblue" stroke="black" points="1505,-674 1505,-754 1597,-754 1597,-674 1505,-674"/>
1506-<text text-anchor="middle" x="1551" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Client</text>
1507+<polygon fill="lightsteelblue" stroke="black" points="2352,-674 2352,-754 2444,-754 2444,-674 2352,-674"/>
1508+<text text-anchor="middle" x="2398" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Client</text>
1509 </a>
1510 </g>
1511-<g id="graph105" class="cluster"><title>clusterZorbaOAuthErrors</title>
1512+<g id="graph103" class="cluster"><title>clusterZorbaOAuthErrors</title>
1513 <a xlink:title="Zorba/OAuth/Errors">
1514-<polygon fill="lightsteelblue" stroke="black" points="1509,-544 1509,-624 1597,-624 1597,-544 1509,-544"/>
1515-<text text-anchor="middle" x="1553" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Errors</text>
1516+<polygon fill="lightsteelblue" stroke="black" points="2354,-544 2354,-624 2442,-624 2442,-544 2354,-544"/>
1517+<text text-anchor="middle" x="2398" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Errors</text>
1518 </a>
1519 </g>
1520-<g id="graph106" class="cluster"><title>clusterZorbaProgrammingLanguages</title>
1521+<g id="graph104" class="cluster"><title>clusterZorbaProgrammingLanguages</title>
1522 <a xlink:title="Zorba/Programming Languages">
1523-<polygon fill="lightsteelblue" stroke="black" points="1233,-666 1233,-788 1489,-788 1489,-666 1233,-666"/>
1524-<text text-anchor="middle" x="1361" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Programming Languages</text>
1525+<polygon fill="lightsteelblue" stroke="black" points="1761,-666 1761,-788 2017,-788 2017,-666 1761,-666"/>
1526+<text text-anchor="middle" x="1889" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Programming Languages</text>
1527 </a>
1528 </g>
1529-<g id="graph107" class="cluster"><title>clusterZorbaProgrammingLanguagesXSLT</title>
1530+<g id="graph105" class="cluster"><title>clusterZorbaProgrammingLanguagesXSLT</title>
1531 <a xlink:title="Zorba/Programming Languages/XSLT">
1532-<polygon fill="lightsteelblue" stroke="black" points="1407,-674 1407,-754 1481,-754 1481,-674 1407,-674"/>
1533-<text text-anchor="middle" x="1444" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSLT</text>
1534+<polygon fill="lightsteelblue" stroke="black" points="1935,-674 1935,-754 2009,-754 2009,-674 1935,-674"/>
1535+<text text-anchor="middle" x="1972" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSLT</text>
1536 </a>
1537 </g>
1538-<g id="graph108" class="cluster"><title>clusterZorbaProgrammingLanguagesZQ</title>
1539+<g id="graph106" class="cluster"><title>clusterZorbaProgrammingLanguagesZQ</title>
1540 <a xlink:title="Zorba/Programming Languages/ZQ">
1541-<polygon fill="lightsteelblue" stroke="black" points="1241,-674 1241,-754 1399,-754 1399,-674 1241,-674"/>
1542-<text text-anchor="middle" x="1320" y="-737.4" font-family="Times Roman,serif" font-size="14.00">ZQ</text>
1543+<polygon fill="lightsteelblue" stroke="black" points="1769,-674 1769,-754 1927,-754 1927,-674 1769,-674"/>
1544+<text text-anchor="middle" x="1848" y="-737.4" font-family="Times Roman,serif" font-size="14.00">ZQ</text>
1545 </a>
1546 </g>
1547-<g id="graph109" class="cluster"><title>clusterZorbaReflection</title>
1548+<g id="graph107" class="cluster"><title>clusterZorbaReflection</title>
1549 <a xlink:title="Zorba/Reflection">
1550-<polygon fill="lightsteelblue" stroke="black" points="7512,-372 7512,-494 7660,-494 7660,-372 7512,-372"/>
1551-<text text-anchor="middle" x="7586" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>
1552+<polygon fill="lightsteelblue" stroke="black" points="7514,-372 7514,-494 7662,-494 7662,-372 7514,-372"/>
1553+<text text-anchor="middle" x="7588" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>
1554 </a>
1555 </g>
1556-<g id="graph110" class="cluster"><title>clusterZorbaReflectionReflection</title>
1557+<g id="graph108" class="cluster"><title>clusterZorbaReflectionReflection</title>
1558 <a xlink:title="Zorba/Reflection/Reflection">
1559-<polygon fill="lightsteelblue" stroke="black" points="7520,-380 7520,-460 7652,-460 7652,-380 7520,-380"/>
1560-<text text-anchor="middle" x="7586" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>
1561+<polygon fill="lightsteelblue" stroke="black" points="7522,-380 7522,-460 7654,-460 7654,-380 7522,-380"/>
1562+<text text-anchor="middle" x="7588" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>
1563 </a>
1564 </g>
1565-<g id="graph111" class="cluster"><title>clusterZorbaXMLandJSONDataModel</title>
1566+<g id="graph109" class="cluster"><title>clusterZorbaXMLandJSONDataModel</title>
1567 <a xlink:title="Zorba/XML and JSON Data Model">
1568-<polygon fill="lightsteelblue" stroke="black" points="2437,-364 2437,-528 3805,-528 3805,-364 2437,-364"/>
1569-<text text-anchor="middle" x="3121" y="-511.4" font-family="Times Roman,serif" font-size="14.00">XML and JSON Data Model</text>
1570+<polygon fill="lightsteelblue" stroke="black" points="2579,-364 2579,-528 3947,-528 3947,-364 2579,-364"/>
1571+<text text-anchor="middle" x="3263" y="-511.4" font-family="Times Roman,serif" font-size="14.00">XML and JSON Data Model</text>
1572 </a>
1573 </g>
1574-<g id="graph112" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomic</title>
1575+<g id="graph110" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomic</title>
1576 <a xlink:title="Zorba/XML and JSON Data Model/Atomic">
1577-<polygon fill="lightsteelblue" stroke="black" points="3255,-372 3255,-494 3797,-494 3797,-372 3255,-372"/>
1578-<text text-anchor="middle" x="3526" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Atomic</text>
1579+<polygon fill="lightsteelblue" stroke="black" points="3397,-372 3397,-494 3939,-494 3939,-372 3397,-372"/>
1580+<text text-anchor="middle" x="3668" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Atomic</text>
1581 </a>
1582 </g>
1583-<g id="graph113" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicDatetime</title>
1584+<g id="graph111" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicDatetime</title>
1585 <a xlink:title="Zorba/XML and JSON Data Model/Atomic/Datetime">
1586-<polygon fill="lightsteelblue" stroke="black" points="3663,-380 3663,-460 3789,-460 3789,-380 3663,-380"/>
1587-<text text-anchor="middle" x="3726" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>
1588+<polygon fill="lightsteelblue" stroke="black" points="3805,-380 3805,-460 3931,-460 3931,-380 3805,-380"/>
1589+<text text-anchor="middle" x="3868" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>
1590 </a>
1591 </g>
1592-<g id="graph114" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicMath</title>
1593+<g id="graph112" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicMath</title>
1594 <a xlink:title="Zorba/XML and JSON Data Model/Atomic/Math">
1595-<polygon fill="lightsteelblue" stroke="black" points="3565,-380 3565,-460 3655,-460 3655,-380 3565,-380"/>
1596-<text text-anchor="middle" x="3610" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>
1597+<polygon fill="lightsteelblue" stroke="black" points="3707,-380 3707,-460 3797,-460 3797,-380 3707,-380"/>
1598+<text text-anchor="middle" x="3752" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>
1599 </a>
1600 </g>
1601-<g id="graph115" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicRandom</title>
1602+<g id="graph113" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicRandom</title>
1603 <a xlink:title="Zorba/XML and JSON Data Model/Atomic/Random">
1604-<polygon fill="lightsteelblue" stroke="black" points="3443,-380 3443,-460 3557,-460 3557,-380 3443,-380"/>
1605-<text text-anchor="middle" x="3500" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Random</text>
1606+<polygon fill="lightsteelblue" stroke="black" points="3585,-380 3585,-460 3699,-460 3699,-380 3585,-380"/>
1607+<text text-anchor="middle" x="3642" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Random</text>
1608 </a>
1609 </g>
1610-<g id="graph116" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicString</title>
1611+<g id="graph114" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicString</title>
1612 <a xlink:title="Zorba/XML and JSON Data Model/Atomic/String">
1613-<polygon fill="lightsteelblue" stroke="black" points="3341,-380 3341,-460 3435,-460 3435,-380 3341,-380"/>
1614-<text text-anchor="middle" x="3388" y="-443.4" font-family="Times Roman,serif" font-size="14.00">String</text>
1615+<polygon fill="lightsteelblue" stroke="black" points="3483,-380 3483,-460 3577,-460 3577,-380 3483,-380"/>
1616+<text text-anchor="middle" x="3530" y="-443.4" font-family="Times Roman,serif" font-size="14.00">String</text>
1617 </a>
1618 </g>
1619-<g id="graph117" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicURI</title>
1620+<g id="graph115" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicURI</title>
1621 <a xlink:title="Zorba/XML and JSON Data Model/Atomic/URI">
1622-<polygon fill="lightsteelblue" stroke="black" points="3263,-380 3263,-460 3333,-460 3333,-380 3263,-380"/>
1623-<text text-anchor="middle" x="3298" y="-443.4" font-family="Times Roman,serif" font-size="14.00">URI</text>
1624+<polygon fill="lightsteelblue" stroke="black" points="3405,-380 3405,-460 3475,-460 3475,-380 3405,-380"/>
1625+<text text-anchor="middle" x="3440" y="-443.4" font-family="Times Roman,serif" font-size="14.00">URI</text>
1626 </a>
1627 </g>
1628-<g id="graph118" class="cluster"><title>clusterZorbaXMLandJSONDataModelItem</title>
1629+<g id="graph116" class="cluster"><title>clusterZorbaXMLandJSONDataModelItem</title>
1630 <a xlink:title="Zorba/XML and JSON Data Model/Item">
1631-<polygon fill="lightsteelblue" stroke="black" points="3149,-372 3149,-494 3247,-494 3247,-372 3149,-372"/>
1632-<text text-anchor="middle" x="3198" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Item</text>
1633+<polygon fill="lightsteelblue" stroke="black" points="3291,-372 3291,-494 3389,-494 3389,-372 3291,-372"/>
1634+<text text-anchor="middle" x="3340" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Item</text>
1635 </a>
1636 </g>
1637-<g id="graph119" class="cluster"><title>clusterZorbaXMLandJSONDataModelItemItem</title>
1638+<g id="graph117" class="cluster"><title>clusterZorbaXMLandJSONDataModelItemItem</title>
1639 <a xlink:title="Zorba/XML and JSON Data Model/Item/Item">
1640-<polygon fill="lightsteelblue" stroke="black" points="3157,-380 3157,-460 3239,-460 3239,-380 3157,-380"/>
1641-<text text-anchor="middle" x="3198" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Item</text>
1642+<polygon fill="lightsteelblue" stroke="black" points="3299,-380 3299,-460 3381,-460 3381,-380 3299,-380"/>
1643+<text text-anchor="middle" x="3340" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Item</text>
1644 </a>
1645 </g>
1646-<g id="graph120" class="cluster"><title>clusterZorbaXMLandJSONDataModelNode</title>
1647+<g id="graph118" class="cluster"><title>clusterZorbaXMLandJSONDataModelNode</title>
1648 <a xlink:title="Zorba/XML and JSON Data Model/Node">
1649-<polygon fill="lightsteelblue" stroke="black" points="2599,-372 2599,-494 3141,-494 3141,-372 2599,-372"/>
1650-<text text-anchor="middle" x="2870" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Node</text>
1651+<polygon fill="lightsteelblue" stroke="black" points="2741,-372 2741,-494 3283,-494 3283,-372 2741,-372"/>
1652+<text text-anchor="middle" x="3012" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Node</text>
1653 </a>
1654 </g>
1655-<g id="graph121" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNode</title>
1656+<g id="graph119" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNode</title>
1657 <a xlink:title="Zorba/XML and JSON Data Model/Node/Node">
1658-<polygon fill="lightsteelblue" stroke="black" points="3047,-380 3047,-460 3133,-460 3133,-380 3047,-380"/>
1659-<text text-anchor="middle" x="3090" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node</text>
1660+<polygon fill="lightsteelblue" stroke="black" points="3189,-380 3189,-460 3275,-460 3275,-380 3189,-380"/>
1661+<text text-anchor="middle" x="3232" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node</text>
1662 </a>
1663 </g>
1664-<g id="graph122" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNodePosition</title>
1665+<g id="graph120" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNodePosition</title>
1666 <a xlink:title="Zorba/XML and JSON Data Model/Node/Node Position">
1667-<polygon fill="lightsteelblue" stroke="black" points="2867,-380 2867,-460 3039,-460 3039,-380 2867,-380"/>
1668-<text text-anchor="middle" x="2953" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node Position</text>
1669+<polygon fill="lightsteelblue" stroke="black" points="3009,-380 3009,-460 3181,-460 3181,-380 3009,-380"/>
1670+<text text-anchor="middle" x="3095" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node Position</text>
1671 </a>
1672 </g>
1673-<g id="graph123" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeReference</title>
1674+<g id="graph121" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeReference</title>
1675 <a xlink:title="Zorba/XML and JSON Data Model/Node/Reference">
1676-<polygon fill="lightsteelblue" stroke="black" points="2727,-380 2727,-460 2859,-460 2859,-380 2727,-380"/>
1677-<text text-anchor="middle" x="2793" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reference</text>
1678+<polygon fill="lightsteelblue" stroke="black" points="2869,-380 2869,-460 3001,-460 3001,-380 2869,-380"/>
1679+<text text-anchor="middle" x="2935" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reference</text>
1680 </a>
1681 </g>
1682-<g id="graph124" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeSchema</title>
1683+<g id="graph122" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeSchema</title>
1684 <a xlink:title="Zorba/XML and JSON Data Model/Node/Schema">
1685-<polygon fill="lightsteelblue" stroke="black" points="2607,-380 2607,-460 2719,-460 2719,-380 2607,-380"/>
1686-<text text-anchor="middle" x="2663" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Schema</text>
1687+<polygon fill="lightsteelblue" stroke="black" points="2749,-380 2749,-460 2861,-460 2861,-380 2749,-380"/>
1688+<text text-anchor="middle" x="2805" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Schema</text>
1689 </a>
1690 </g>
1691-<g id="graph125" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequence</title>
1692+<g id="graph123" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequence</title>
1693 <a xlink:title="Zorba/XML and JSON Data Model/Sequence">
1694-<polygon fill="lightsteelblue" stroke="black" points="2445,-372 2445,-494 2591,-494 2591,-372 2445,-372"/>
1695-<text text-anchor="middle" x="2518" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>
1696+<polygon fill="lightsteelblue" stroke="black" points="2587,-372 2587,-494 2733,-494 2733,-372 2587,-372"/>
1697+<text text-anchor="middle" x="2660" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>
1698 </a>
1699 </g>
1700-<g id="graph126" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequenceSequence</title>
1701+<g id="graph124" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequenceSequence</title>
1702 <a xlink:title="Zorba/XML and JSON Data Model/Sequence/Sequence">
1703-<polygon fill="lightsteelblue" stroke="black" points="2453,-380 2453,-460 2583,-460 2583,-380 2453,-380"/>
1704-<text text-anchor="middle" x="2518" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>
1705+<polygon fill="lightsteelblue" stroke="black" points="2595,-380 2595,-460 2725,-460 2725,-380 2595,-380"/>
1706+<text text-anchor="middle" x="2660" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>
1707 </a>
1708 </g>
1709-<g id="graph127" class="cluster"><title>clusterZorbaXQDoc</title>
1710+<g id="graph125" class="cluster"><title>clusterZorbaXQDoc</title>
1711 <a xlink:title="Zorba/XQDoc">
1712-<polygon fill="lightsteelblue" stroke="black" points="2139,-536 2139,-788 2450,-788 2450,-536 2139,-536"/>
1713-<text text-anchor="middle" x="2294.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">XQDoc</text>
1714+<polygon fill="lightsteelblue" stroke="black" points="2025,-536 2025,-788 2336,-788 2336,-536 2025,-536"/>
1715+<text text-anchor="middle" x="2180.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">XQDoc</text>
1716 </a>
1717 </g>
1718-<g id="graph128" class="cluster"><title>clusterZorbaXQDocBatch</title>
1719+<g id="graph126" class="cluster"><title>clusterZorbaXQDocBatch</title>
1720 <a xlink:title="Zorba/XQDoc/Batch">
1721-<polygon fill="lightsteelblue" stroke="black" points="2348,-674 2348,-754 2442,-754 2442,-674 2348,-674"/>
1722-<text text-anchor="middle" x="2395" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Batch</text>
1723+<polygon fill="lightsteelblue" stroke="black" points="2033,-674 2033,-754 2127,-754 2127,-674 2033,-674"/>
1724+<text text-anchor="middle" x="2080" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Batch</text>
1725 </a>
1726 </g>
1727-<g id="graph129" class="cluster"><title>clusterZorbaXQDocHTML</title>
1728+<g id="graph127" class="cluster"><title>clusterZorbaXQDocHTML</title>
1729 <a xlink:title="Zorba/XQDoc/HTML">
1730-<polygon fill="lightsteelblue" stroke="black" points="2147,-544 2147,-624 2231,-624 2231,-544 2147,-544"/>
1731-<text text-anchor="middle" x="2189" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>
1732+<polygon fill="lightsteelblue" stroke="black" points="2033,-544 2033,-624 2117,-624 2117,-544 2033,-544"/>
1733+<text text-anchor="middle" x="2075" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>
1734 </a>
1735 </g>
1736-<g id="graph130" class="cluster"><title>clusterZorbaXQDocMenu</title>
1737+<g id="graph128" class="cluster"><title>clusterZorbaXQDocMenu</title>
1738 <a xlink:title="Zorba/XQDoc/Menu">
1739-<polygon fill="lightsteelblue" stroke="black" points="2239,-544 2239,-624 2333,-624 2333,-544 2239,-544"/>
1740-<text text-anchor="middle" x="2286" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Menu</text>
1741+<polygon fill="lightsteelblue" stroke="black" points="2125,-544 2125,-624 2219,-624 2219,-544 2125,-544"/>
1742+<text text-anchor="middle" x="2172" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Menu</text>
1743 </a>
1744 </g>
1745-<g id="graph131" class="cluster"><title>clusterZorbaXQDocXQDocCore</title>
1746+<g id="graph129" class="cluster"><title>clusterZorbaXQDocXQDocCore</title>
1747 <a xlink:title="Zorba/XQDoc/XQDoc Core">
1748-<polygon fill="lightsteelblue" stroke="black" points="2341,-544 2341,-624 2442,-624 2442,-544 2341,-544"/>
1749-<text text-anchor="middle" x="2391.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XQDoc Core</text>
1750+<polygon fill="lightsteelblue" stroke="black" points="2227,-544 2227,-624 2328,-624 2328,-544 2227,-544"/>
1751+<text text-anchor="middle" x="2277.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XQDoc Core</text>
1752 </a>
1753 </g>
1754-<g id="graph132" class="cluster"><title>clusterZorbaZorbaErrorCodes</title>
1755+<g id="graph130" class="cluster"><title>clusterZorbaZorbaErrorCodes</title>
1756 <a xlink:title="Zorba/Zorba Error Codes">
1757-<polygon fill="lightsteelblue" stroke="black" points="1082,-674 1082,-754 1225,-754 1225,-674 1082,-674"/>
1758-<text text-anchor="middle" x="1153.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Error Codes</text>
1759+<polygon fill="lightsteelblue" stroke="black" points="1610,-674 1610,-754 1753,-754 1753,-674 1610,-674"/>
1760+<text text-anchor="middle" x="1681.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Error Codes</text>
1761 </a>
1762 </g>
1763-<g id="graph133" class="cluster"><title>clusterZorbaZorbaWarningCodes</title>
1764+<g id="graph131" class="cluster"><title>clusterZorbaZorbaWarningCodes</title>
1765 <a xlink:title="Zorba/Zorba Warning Codes">
1766-<polygon fill="lightsteelblue" stroke="black" points="908,-674 908,-754 1074,-754 1074,-674 908,-674"/>
1767-<text text-anchor="middle" x="991" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Warning Codes</text>
1768+<polygon fill="lightsteelblue" stroke="black" points="1436,-674 1436,-754 1602,-754 1602,-674 1436,-674"/>
1769+<text text-anchor="middle" x="1519" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Warning Codes</text>
1770 </a>
1771 </g>
1772-<g id="graph134" class="cluster"><title>clusterExternalCPPLibs</title>
1773+<g id="graph132" class="cluster"><title>clusterExternalCPPLibs</title>
1774 <a xlink:title="Zorba modules dependency graph">
1775-<polygon fill="darksalmon" stroke="black" points="8,-277 8,-355 892,-355 892,-277 8,-277"/>
1776-<text text-anchor="middle" x="450" y="-338.4" font-family="Times Roman,serif" font-size="14.00">External C++ Library dependencies</text>
1777+<polygon fill="darksalmon" stroke="black" points="506,-277 506,-355 1390,-355 1390,-277 506,-277"/>
1778+<text text-anchor="middle" x="948" y="-338.4" font-family="Times Roman,serif" font-size="14.00">External C++ Library dependencies</text>
1779 </a>
1780 </g>
1781-<!-- 103 -->
1782-<g id="node3" class="node"><title>103</title>
1783+<!-- 101 -->
1784+<g id="node3" class="node"><title>101</title>
1785 <a xlink:href="../jsoniq.org_errors.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/errors">
1786-<ellipse fill="white" stroke="white" cx="8837" cy="-173" rx="41.0122" ry="18.3848"/>
1787-<text text-anchor="middle" x="8837" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>
1788+<ellipse fill="white" stroke="white" cx="7931" cy="-173" rx="41.0122" ry="18.3848"/>
1789+<text text-anchor="middle" x="7931" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>
1790 </a>
1791 </g>
1792 <!-- 22 -->
1793 <g id="node5" class="node"><title>22</title>
1794 <a xlink:href="../jsoniq.org_function-library.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/function-library">
1795-<ellipse fill="white" stroke="white" cx="8686" cy="-173" rx="85.7684" ry="18.3848"/>
1796-<text text-anchor="middle" x="8686" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">function-library</text>
1797+<ellipse fill="white" stroke="white" cx="7780" cy="-173" rx="85.7684" ry="18.3848"/>
1798+<text text-anchor="middle" x="7780" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">function-library</text>
1799 </a>
1800 </g>
1801 <!-- 21 -->
1802 <g id="node7" class="node"><title>21</title>
1803 <a xlink:href="../jsoniq.org_functions.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/functions">
1804-<ellipse fill="white" stroke="white" cx="8686" cy="-69" rx="56.0679" ry="18.3848"/>
1805-<text text-anchor="middle" x="8686" y="-65.4" font-family="Times Roman,serif" font-size="14.00" fill="red">functions</text>
1806+<ellipse fill="white" stroke="white" cx="7750" cy="-69" rx="56.0679" ry="18.3848"/>
1807+<text text-anchor="middle" x="7750" y="-65.4" font-family="Times Roman,serif" font-size="14.00" fill="red">functions</text>
1808 </a>
1809 </g>
1810 <!-- 22&#45;&gt;21 -->
1811-<g id="edge211" class="edge"><title>22-&gt;21</title>
1812+<g id="edge209" class="edge"><title>22-&gt;21</title>
1813 <a xlink:title="FROM: http://jsoniq.org/function-library, TO: http://jsoniq.org/functions">
1814-<path fill="none" stroke="black" d="M8686,-154.407C8686,-138.68 8686,-115.884 8686,-97.7981"/>
1815-<polygon fill="black" stroke="black" points="8689.5,-97.7828 8686,-87.7828 8682.5,-97.7828 8689.5,-97.7828"/>
1816+<path fill="none" stroke="black" d="M7774.64,-154.407C7770.05,-138.509 7763.38,-115.386 7758.14,-97.2077"/>
1817+<polygon fill="black" stroke="black" points="7761.45,-96.0703 7755.32,-87.4321 7754.73,-98.0105 7761.45,-96.0703"/>
1818 </a>
1819 </g>
1820 <!-- 23 -->
1821-<g id="node217" class="node"><title>23</title>
1822+<g id="node213" class="node"><title>23</title>
1823 <a xlink:href="../zorba.io_modules_schema.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/schema">
1824-<ellipse fill="white" stroke="white" cx="2663" cy="-407" rx="48.0833" ry="18.3848"/>
1825-<text text-anchor="middle" x="2663" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">schema</text>
1826+<ellipse fill="white" stroke="white" cx="2805" cy="-407" rx="48.0833" ry="18.3848"/>
1827+<text text-anchor="middle" x="2805" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">schema</text>
1828 </a>
1829 </g>
1830 <!-- 21&#45;&gt;23 -->
1831-<g id="edge209" class="edge"><title>21-&gt;23</title>
1832+<g id="edge207" class="edge"><title>21-&gt;23</title>
1833 <a xlink:title="FROM: http://jsoniq.org/functions, TO: http://zorba.io/modules/schema">
1834-<path fill="none" stroke="black" d="M8629.98,-69.849C8059.5,-78.7441 3311.58,-158.688 2723,-364 2710.81,-368.254 2698.91,-375.823 2688.98,-383.437"/>
1835-<polygon fill="black" stroke="black" points="2686.71,-380.769 2681.12,-389.772 2691.1,-386.217 2686.71,-380.769"/>
1836+<path fill="none" stroke="black" d="M7729.61,-86.3678C7659.03,-146.318 7427.14,-341.691 7386,-356 7326.69,-376.627 2924.76,-344.737 2865,-364 2852.61,-367.993 2840.61,-375.585 2830.64,-383.293"/>
1837+<polygon fill="black" stroke="black" points="2828.3,-380.681 2822.77,-389.718 2832.73,-386.101 2828.3,-380.681"/>
1838 </a>
1839 </g>
1840 <!-- 45 -->
1841 <g id="node10" class="node"><title>45</title>
1842 <a xlink:href="../www.w3.org_2005_xqt-errors.html" xlink:title="(Zorba-core) module uri=http://www.w3.org/2005/xqt-errors">
1843-<ellipse fill="white" stroke="white" cx="9041" cy="-701" rx="60.8112" ry="18.3848"/>
1844-<text text-anchor="middle" x="9041" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqt-errors</text>
1845+<ellipse fill="white" stroke="white" cx="8135" cy="-701" rx="60.8112" ry="18.3848"/>
1846+<text text-anchor="middle" x="8135" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqt-errors</text>
1847 </a>
1848 </g>
1849 <!-- 43 -->
1850 <g id="node12" class="node"><title>43</title>
1851 <a xlink:href="../www.w3.org_2005_xpath-functions.html" xlink:title="(Zorba-core) module uri=http://www.w3.org/2005/xpath-functions">
1852-<ellipse fill="white" stroke="white" cx="8865" cy="-701" rx="87.889" ry="18.3848"/>
1853-<text text-anchor="middle" x="8865" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xpath-functions</text>
1854+<ellipse fill="white" stroke="white" cx="7959" cy="-701" rx="87.889" ry="18.3848"/>
1855+<text text-anchor="middle" x="7959" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xpath-functions</text>
1856 </a>
1857 </g>
1858 <!-- 44 -->
1859 <g id="node14" class="node"><title>44</title>
1860 <a xlink:href="../www.w3.org_2005_xpath-functions_math.html" xlink:title="(Zorba-core) module uri=http://www.w3.org/2005/xpath-functions/math">
1861-<ellipse fill="white" stroke="white" cx="8676" cy="-701" rx="36.977" ry="18.3848"/>
1862-<text text-anchor="middle" x="8676" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>
1863+<ellipse fill="white" stroke="white" cx="7770" cy="-701" rx="36.977" ry="18.3848"/>
1864+<text text-anchor="middle" x="7770" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>
1865 </a>
1866 </g>
1867 <!-- 9 -->
1868 <g id="node17" class="node"><title>9</title>
1869 <a xlink:href="../www.functx.com.html" xlink:title="(Zorba-core) module uri=http://www.functx.com">
1870-<ellipse fill="white" stroke="white" cx="8695" cy="-571" rx="94.7523" ry="18.3848"/>
1871-<text text-anchor="middle" x="8695" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">www.functx.com</text>
1872+<ellipse fill="white" stroke="white" cx="1247" cy="-571" rx="94.7523" ry="18.3848"/>
1873+<text text-anchor="middle" x="1247" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">www.functx.com</text>
1874 </a>
1875 </g>
1876 <!-- 11 -->
1877 <g id="node20" class="node"><title>11</title>
1878 <a xlink:href="../expath.org_ns_error.html" xlink:title="(Zorba-core) module uri=http://expath.org/ns/error">
1879-<ellipse fill="white" stroke="white" cx="8650" cy="-303" rx="36.0624" ry="18.3848"/>
1880-<text text-anchor="middle" x="8650" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">error</text>
1881+<ellipse fill="white" stroke="white" cx="446" cy="-303" rx="36.0624" ry="18.3848"/>
1882+<text text-anchor="middle" x="446" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">error</text>
1883 </a>
1884 </g>
1885 <!-- 20 -->
1886 <g id="node22" class="node"><title>20</title>
1887 <a xlink:href="../expath.org_ns_file.html" xlink:title="(Zorba-core) module uri=http://expath.org/ns/file">
1888-<ellipse fill="white" stroke="white" cx="8966" cy="-407" rx="27" ry="18.3848"/>
1889-<text text-anchor="middle" x="8966" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">file</text>
1890+<ellipse fill="white" stroke="white" cx="292" cy="-407" rx="27" ry="18.3848"/>
1891+<text text-anchor="middle" x="292" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">file</text>
1892 </a>
1893 </g>
1894-<!-- 68 -->
1895-<g id="node24" class="node"><title>68</title>
1896+<!-- 89 -->
1897+<g id="node24" class="node"><title>89</title>
1898 <a xlink:href="../expath.org_ns_geo.html" xlink:title="(External module) module uri=http://expath.org/ns/geo">
1899-<ellipse fill="white" stroke="white" cx="8643" cy="-407" rx="28.9914" ry="18.3848"/>
1900-<text text-anchor="middle" x="8643" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geo</text>
1901+<ellipse fill="white" stroke="white" cx="133" cy="-407" rx="28.9914" ry="18.3848"/>
1902+<text text-anchor="middle" x="133" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geo</text>
1903 </a>
1904 </g>
1905 <!-- GEOS -->
1906-<g id="node241" class="node"><title>GEOS</title>
1907+<g id="node237" class="node"><title>GEOS</title>
1908 <a xlink:href="http://trac.osgeo.org/geos/" xlink:title="GEOS (Geometry Engine - Open Source)">
1909-<polygon fill="none" stroke="red" points="812,-321 760,-321 756,-317 756,-285 808,-285 812,-289 812,-321"/>
1910-<polyline fill="none" stroke="red" points="808,-317 756,-317 "/>
1911-<polyline fill="none" stroke="red" points="808,-317 808,-285 "/>
1912-<polyline fill="none" stroke="red" points="808,-317 812,-321 "/>
1913-<text text-anchor="middle" x="784" y="-299.4" font-family="Times Roman,serif" font-size="14.00">GEOS</text>
1914+<polygon fill="none" stroke="red" points="570,-321 518,-321 514,-317 514,-285 566,-285 570,-289 570,-321"/>
1915+<polyline fill="none" stroke="red" points="566,-317 514,-317 "/>
1916+<polyline fill="none" stroke="red" points="566,-317 566,-285 "/>
1917+<polyline fill="none" stroke="red" points="566,-317 570,-321 "/>
1918+<text text-anchor="middle" x="542" y="-299.4" font-family="Times Roman,serif" font-size="14.00">GEOS</text>
1919 </a>
1920 </g>
1921-<!-- 68&#45;&gt;GEOS -->
1922-<g id="edge151" class="edge"><title>68-&gt;GEOS</title>
1923+<!-- 89&#45;&gt;GEOS -->
1924+<g id="edge173" class="edge"><title>89-&gt;GEOS</title>
1925 <a xlink:title="FROM: http://expath.org/ns/geo, TO: GEOS">
1926-<path fill="none" stroke="red" d="M8623.7,-392.914C8608.37,-382.648 8585.94,-369.596 8564,-364 8537.95,-357.355 844.833,-368.443 821,-356 810.261,-350.393 802,-340.09 796.036,-330.049"/>
1927-<polygon fill="red" stroke="red" points="799.015,-328.198 791.2,-321.043 792.848,-331.509 799.015,-328.198"/>
1928+<path fill="none" stroke="red" d="M144.447,-389.512C151.679,-380.099 161.929,-369.349 174,-364 206.517,-349.592 461.67,-370.824 494,-356 506.555,-350.243 517.263,-339.48 525.358,-329.149"/>
1929+<polygon fill="red" stroke="red" points="528.196,-331.197 531.276,-321.06 522.547,-327.064 528.196,-331.197"/>
1930 </a>
1931 </g>
1932 <!-- 67 -->
1933 <g id="node26" class="node"><title>67</title>
1934 <a xlink:href="../expath.org_ns_http-client.html" xlink:title="(External module) module uri=http://expath.org/ns/http-client">
1935-<ellipse fill="white" stroke="white" cx="8839" cy="-407" rx="62.9325" ry="18.3848"/>
1936-<text text-anchor="middle" x="8839" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">http-client</text>
1937+<ellipse fill="white" stroke="white" cx="419" cy="-407" rx="62.9325" ry="18.3848"/>
1938+<text text-anchor="middle" x="419" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">http-client</text>
1939 </a>
1940 </g>
1941 <!-- 67&#45;&gt;11 -->
1942-<g id="edge261" class="edge"><title>67-&gt;11</title>
1943+<g id="edge255" class="edge"><title>67-&gt;11</title>
1944 <a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://expath.org/ns/error">
1945-<path fill="none" stroke="black" d="M8810.62,-390.468C8796.64,-382.39 8779.49,-372.583 8764,-364 8737.42,-349.276 8707.08,-333.069 8684.39,-321.064"/>
1946-<polygon fill="black" stroke="black" points="8685.95,-317.931 8675.47,-316.356 8682.68,-324.121 8685.95,-317.931"/>
1947+<path fill="none" stroke="black" d="M423.827,-388.407C427.954,-372.509 433.958,-349.386 438.677,-331.208"/>
1948+<polygon fill="black" stroke="black" points="442.09,-331.991 441.215,-321.432 435.314,-330.232 442.09,-331.991"/>
1949 </a>
1950 </g>
1951 <!-- 66 -->
1952-<g id="node71" class="node"><title>66</title>
1953+<g id="node67" class="node"><title>66</title>
1954 <a xlink:href="../www.zorba-xquery.com_modules_converters_html.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/converters/html">
1955-<ellipse fill="white" stroke="white" cx="2998" cy="-571" rx="33.9411" ry="18.3848"/>
1956-<text text-anchor="middle" x="2998" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">html</text>
1957+<ellipse fill="white" stroke="white" cx="3176" cy="-571" rx="33.9411" ry="18.3848"/>
1958+<text text-anchor="middle" x="3176" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">html</text>
1959 </a>
1960 </g>
1961 <!-- 67&#45;&gt;66 -->
1962-<g id="edge263" class="edge"><title>67-&gt;66</title>
1963+<g id="edge257" class="edge"><title>67-&gt;66</title>
1964 <a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://www.zorba-xquery.com/modules/converters/html">
1965-<path fill="none" stroke="black" d="M8833.82,-425.532C8824.85,-453.607 8803.5,-505.973 8764,-528 8729.31,-547.345 3081.63,-523.282 3044,-536 3036.25,-538.621 3028.76,-543.124 3022.17,-548.045"/>
1966-<polygon fill="black" stroke="black" points="3019.9,-545.377 3014.33,-554.39 3024.3,-550.817 3019.9,-545.377"/>
1967+<path fill="none" stroke="black" d="M423.129,-425.91C430.389,-453.982 448.383,-505.754 486,-528 517.609,-546.693 3095.22,-524.214 3130,-536 3137.75,-538.627 3145.23,-543.133 3151.83,-548.053"/>
1968+<polygon fill="black" stroke="black" points="3149.69,-550.826 3159.67,-554.398 3154.1,-545.385 3149.69,-550.826"/>
1969 </a>
1970 </g>
1971 <!-- 14 -->
1972-<g id="node165" class="node"><title>14</title>
1973+<g id="node161" class="node"><title>14</title>
1974 <a xlink:href="../zorba.io_modules_http-client-wrapper.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/http-client-wrapper">
1975-<ellipse fill="white" stroke="white" cx="8445" cy="-303" rx="106.98" ry="18.3848"/>
1976-<text text-anchor="middle" x="8445" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client-wrapper</text>
1977+<ellipse fill="white" stroke="white" cx="2193" cy="-303" rx="106.98" ry="18.3848"/>
1978+<text text-anchor="middle" x="2193" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client-wrapper</text>
1979 </a>
1980 </g>
1981 <!-- 67&#45;&gt;14 -->
1982-<g id="edge259" class="edge"><title>67-&gt;14</title>
1983+<g id="edge253" class="edge"><title>67-&gt;14</title>
1984 <a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://zorba.io/modules/http-client-wrapper">
1985-<path fill="none" stroke="black" d="M8815.66,-389.771C8801.48,-380.319 8782.58,-369.443 8764,-364 8729.41,-353.867 8637.41,-362.717 8602,-356 8565.4,-349.058 8525.66,-335.579 8495.32,-323.952"/>
1986-<polygon fill="black" stroke="black" points="8496.4,-320.618 8485.81,-320.253 8493.86,-327.141 8496.4,-320.618"/>
1987+<path fill="none" stroke="black" d="M439.784,-389.29C452.296,-379.804 469.046,-369.054 486,-364 510.172,-356.795 1368.79,-356.946 1394,-356 1642.35,-346.677 1933.47,-324.53 2086.52,-312.015"/>
1988+<polygon fill="black" stroke="black" points="2087.17,-315.474 2096.85,-311.168 2086.6,-308.497 2087.17,-315.474"/>
1989 </a>
1990 </g>
1991 <!-- cURL -->
1992-<g id="node239" class="node"><title>cURL</title>
1993+<g id="node235" class="node"><title>cURL</title>
1994 <a xlink:href="http://curl.haxx.se/" xlink:title="cURL Library">
1995-<polygon fill="none" stroke="red" points="884,-321 834,-321 830,-317 830,-285 880,-285 884,-289 884,-321"/>
1996-<polyline fill="none" stroke="red" points="880,-317 830,-317 "/>
1997-<polyline fill="none" stroke="red" points="880,-317 880,-285 "/>
1998-<polyline fill="none" stroke="red" points="880,-317 884,-321 "/>
1999-<text text-anchor="middle" x="857" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cURL</text>
2000+<polygon fill="none" stroke="red" points="1152,-321 1102,-321 1098,-317 1098,-285 1148,-285 1152,-289 1152,-321"/>
2001+<polyline fill="none" stroke="red" points="1148,-317 1098,-317 "/>
2002+<polyline fill="none" stroke="red" points="1148,-317 1148,-285 "/>
2003+<polyline fill="none" stroke="red" points="1148,-317 1152,-321 "/>
2004+<text text-anchor="middle" x="1125" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cURL</text>
2005 </a>
2006 </g>
2007 <!-- 67&#45;&gt;cURL -->
2008-<g id="edge149" class="edge"><title>67-&gt;cURL</title>
2009+<g id="edge145" class="edge"><title>67-&gt;cURL</title>
2010 <a xlink:title="FROM: http://expath.org/ns/http-client, TO: cURL">
2011-<path fill="none" stroke="red" d="M8816.07,-389.682C8801.89,-380.07 8782.84,-369.061 8764,-364 8738.3,-357.098 6874.61,-356.173 6848,-356 4350.33,-339.738 1267.05,-307.351 894.412,-303.398"/>
2012-<polygon fill="red" stroke="red" points="894.218,-299.896 884.181,-303.29 894.144,-306.896 894.218,-299.896"/>
2013-</a>
2014-</g>
2015-<!-- 95 -->
2016-<g id="node29" class="node"><title>95</title>
2017-<a xlink:href="../www.zorba-xquery.com_modules_couchbase.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/couchbase">
2018-<ellipse fill="white" stroke="white" cx="494" cy="-701" rx="62.2254" ry="18.3848"/>
2019-<text text-anchor="middle" x="494" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">couchbase</text>
2020-</a>
2021-</g>
2022-<!-- 93 -->
2023-<g id="node31" class="node"><title>93</title>
2024+<path fill="none" stroke="red" d="M439.793,-389.319C452.307,-379.842 469.057,-369.092 486,-364 518.085,-354.358 1059.5,-371.877 1089,-356 1099.5,-350.35 1107.52,-340.14 1113.29,-330.179"/>
2025+<polygon fill="red" stroke="red" points="1116.43,-331.722 1117.97,-321.239 1110.23,-328.476 1116.43,-331.722"/>
2026+</a>
2027+</g>
2028+<!-- 52 -->
2029+<g id="node29" class="node"><title>52</title>
2030 <a xlink:href="../www.zorba-xquery.com_modules_jdbc.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/jdbc">
2031-<ellipse fill="white" stroke="white" cx="377" cy="-701" rx="31.1127" ry="18.3848"/>
2032-<text text-anchor="middle" x="377" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">jdbc</text>
2033-</a>
2034-</g>
2035-<!-- 96 -->
2036-<g id="node33" class="node"><title>96</title>
2037-<a xlink:href="../zorba.io_modules_oracle-nosqldb.html" xlink:title="(External module) module uri=http://zorba.io/modules/oracle-nosqldb">
2038-<ellipse fill="white" stroke="white" cx="240" cy="-701" rx="82.0244" ry="18.3848"/>
2039-<text text-anchor="middle" x="240" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">oracle-nosqldb</text>
2040-</a>
2041-</g>
2042-<!-- 3 -->
2043-<g id="node66" class="node"><title>3</title>
2044-<a xlink:href="../zorba.io_modules_base64.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/base64">
2045-<ellipse fill="white" stroke="white" cx="3298" cy="-571" rx="46.1672" ry="18.3848"/>
2046-<text text-anchor="middle" x="3298" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">base64</text>
2047-</a>
2048-</g>
2049-<!-- 96&#45;&gt;3 -->
2050-<g id="edge303" class="edge"><title>96-&gt;3</title>
2051-<a xlink:title="FROM: http://zorba.io/modules/oracle-nosqldb, TO: http://zorba.io/modules/base64">
2052-<path fill="none" stroke="black" d="M275.758,-684.284C292.961,-677.133 314.125,-669.608 334,-666 353.856,-662.395 3222.22,-667.547 3240,-658 3263.09,-645.602 3278.58,-619.517 3287.7,-599.126"/>
2053-<polygon fill="black" stroke="black" points="3291.04,-600.234 3291.68,-589.659 3284.58,-597.527 3291.04,-600.234"/>
2054-</a>
2055-</g>
2056-<!-- 52 -->
2057-<g id="node35" class="node"><title>52</title>
2058+<ellipse fill="white" stroke="white" cx="1345" cy="-407" rx="31.1127" ry="18.3848"/>
2059+<text text-anchor="middle" x="1345" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">jdbc</text>
2060+</a>
2061+</g>
2062+<!-- 68 -->
2063+<g id="node31" class="node"><title>68</title>
2064 <a xlink:href="../zorba.io_modules_sqlite.html" xlink:title="(External module) module uri=http://zorba.io/modules/sqlite">
2065-<ellipse fill="white" stroke="white" cx="97" cy="-701" rx="36.977" ry="18.3848"/>
2066-<text text-anchor="middle" x="97" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">sqlite</text>
2067+<ellipse fill="white" stroke="white" cx="1253" cy="-407" rx="36.977" ry="18.3848"/>
2068+<text text-anchor="middle" x="1253" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">sqlite</text>
2069 </a>
2070 </g>
2071 <!-- SQLite -->
2072-<g id="node235" class="node"><title>SQLite</title>
2073+<g id="node231" class="node"><title>SQLite</title>
2074 <a xlink:href="http://www.sqlite.org/" xlink:title="SQLite">
2075-<polygon fill="none" stroke="red" points="78,-321 20,-321 16,-317 16,-285 74,-285 78,-289 78,-321"/>
2076-<polyline fill="none" stroke="red" points="74,-317 16,-317 "/>
2077-<polyline fill="none" stroke="red" points="74,-317 74,-285 "/>
2078-<polyline fill="none" stroke="red" points="74,-317 78,-321 "/>
2079-<text text-anchor="middle" x="47" y="-299.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>
2080+<polygon fill="none" stroke="red" points="1304,-321 1246,-321 1242,-317 1242,-285 1300,-285 1304,-289 1304,-321"/>
2081+<polyline fill="none" stroke="red" points="1300,-317 1242,-317 "/>
2082+<polyline fill="none" stroke="red" points="1300,-317 1300,-285 "/>
2083+<polyline fill="none" stroke="red" points="1300,-317 1304,-321 "/>
2084+<text text-anchor="middle" x="1273" y="-299.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>
2085 </a>
2086 </g>
2087-<!-- 52&#45;&gt;SQLite -->
2088-<g id="edge139" class="edge"><title>52-&gt;SQLite</title>
2089+<!-- 68&#45;&gt;SQLite -->
2090+<g id="edge147" class="edge"><title>68-&gt;SQLite</title>
2091 <a xlink:title="FROM: http://zorba.io/modules/sqlite, TO: SQLite">
2092-<path fill="none" stroke="red" d="M94.6555,-682.337C86.6322,-618.472 60.2391,-408.383 50.5812,-331.507"/>
2093-<polygon fill="red" stroke="red" points="54.0012,-330.65 49.2819,-321.164 47.0558,-331.522 54.0012,-330.65"/>
2094+<path fill="none" stroke="red" d="M1256.58,-388.407C1259.64,-372.485 1264.09,-349.317 1267.59,-331.126"/>
2095+<polygon fill="red" stroke="red" points="1271.07,-331.565 1269.52,-321.084 1264.2,-330.243 1271.07,-331.565"/>
2096 </a>
2097 </g>
2098-<!-- 99 -->
2099-<g id="node39" class="node"><title>99</title>
2100+<!-- 79 -->
2101+<g id="node35" class="node"><title>79</title>
2102 <a xlink:href="../zorba.io_modules_archive.html" xlink:title="(External module) module uri=http://zorba.io/modules/archive">
2103-<ellipse fill="white" stroke="white" cx="3461" cy="-701" rx="46.8775" ry="18.3848"/>
2104-<text text-anchor="middle" x="3461" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">archive</text>
2105+<ellipse fill="white" stroke="white" cx="3602" cy="-701" rx="46.8775" ry="18.3848"/>
2106+<text text-anchor="middle" x="3602" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">archive</text>
2107 </a>
2108 </g>
2109 <!-- libarchive -->
2110-<g id="node238" class="node"><title>libarchive</title>
2111+<g id="node234" class="node"><title>libarchive</title>
2112 <a xlink:href="http://code.google.com/p/libarchive/" xlink:title="libarchive">
2113-<polygon fill="none" stroke="red" points="432,-321 354,-321 350,-317 350,-285 428,-285 432,-289 432,-321"/>
2114-<polyline fill="none" stroke="red" points="428,-317 350,-317 "/>
2115-<polyline fill="none" stroke="red" points="428,-317 428,-285 "/>
2116-<polyline fill="none" stroke="red" points="428,-317 432,-321 "/>
2117-<text text-anchor="middle" x="391" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libarchive</text>
2118+<polygon fill="none" stroke="red" points="924,-321 846,-321 842,-317 842,-285 920,-285 924,-289 924,-321"/>
2119+<polyline fill="none" stroke="red" points="920,-317 842,-317 "/>
2120+<polyline fill="none" stroke="red" points="920,-317 920,-285 "/>
2121+<polyline fill="none" stroke="red" points="920,-317 924,-321 "/>
2122+<text text-anchor="middle" x="883" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libarchive</text>
2123 </a>
2124 </g>
2125-<!-- 99&#45;&gt;libarchive -->
2126-<g id="edge173" class="edge"><title>99-&gt;libarchive</title>
2127+<!-- 79&#45;&gt;libarchive -->
2128+<g id="edge163" class="edge"><title>79-&gt;libarchive</title>
2129 <a xlink:title="FROM: http://zorba.io/modules/archive, TO: libarchive">
2130-<path fill="none" stroke="red" d="M3434.93,-685.414C3420.94,-677.952 3403.11,-669.824 3386,-666 3318.44,-650.899 961.63,-672.763 894,-658 757.586,-628.222 722.173,-608.375 608,-528 585.855,-512.41 466.312,-384.336 414.724,-328.671"/>
2131-<polygon fill="red" stroke="red" points="417.275,-326.276 407.913,-321.317 412.139,-331.032 417.275,-326.276"/>
2132+<path fill="none" stroke="red" d="M3570.74,-687.031C3551.38,-679.147 3525.75,-670.077 3502,-666 3437.33,-654.898 1203.63,-674.007 1140,-658 1020.84,-628.022 962.255,-631.483 896,-528 856.936,-466.987 867.579,-376.53 876.461,-331.138"/>
2133+<polygon fill="red" stroke="red" points="879.933,-331.631 878.537,-321.128 873.079,-330.209 879.933,-331.631"/>
2134 </a>
2135 </g>
2136-<!-- 78 -->
2137-<g id="node42" class="node"><title>78</title>
2138+<!-- 85 -->
2139+<g id="node38" class="node"><title>85</title>
2140 <a xlink:href="../zorba.io_modules_hmac.html" xlink:title="(External module) module uri=http://zorba.io/modules/hmac">
2141-<ellipse fill="white" stroke="white" cx="1760" cy="-571" rx="36.977" ry="18.3848"/>
2142-<text text-anchor="middle" x="1760" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hmac</text>
2143+<ellipse fill="white" stroke="white" cx="3845" cy="-571" rx="36.977" ry="18.3848"/>
2144+<text text-anchor="middle" x="3845" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hmac</text>
2145 </a>
2146 </g>
2147-<!-- 79 -->
2148-<g id="node44" class="node"><title>79</title>
2149+<!-- 86 -->
2150+<g id="node40" class="node"><title>86</title>
2151 <a xlink:href="../zorba.io_modules_hash.html" xlink:title="(External module) module uri=http://zorba.io/modules/hash">
2152-<ellipse fill="white" stroke="white" cx="1664" cy="-571" rx="34.8574" ry="18.3848"/>
2153-<text text-anchor="middle" x="1664" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hash</text>
2154+<ellipse fill="white" stroke="white" cx="3749" cy="-571" rx="34.8574" ry="18.3848"/>
2155+<text text-anchor="middle" x="3749" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hash</text>
2156 </a>
2157 </g>
2158-<!-- 58 -->
2159-<g id="node47" class="node"><title>58</title>
2160+<!-- 91 -->
2161+<g id="node43" class="node"><title>91</title>
2162 <a xlink:href="../zorba.io_modules_data-cleaning_character-based-string-similarity.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/character-based-string-similarity">
2163-<ellipse fill="white" stroke="white" cx="7203" cy="-303" rx="168.999" ry="18.3848"/>
2164-<text text-anchor="middle" x="7203" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="green">character-based-string-similarity</text>
2165+<ellipse fill="white" stroke="white" cx="7205" cy="-303" rx="168.999" ry="18.3848"/>
2166+<text text-anchor="middle" x="7205" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="green">character-based-string-similarity</text>
2167 </a>
2168 </g>
2169-<!-- 59 -->
2170-<g id="node49" class="node"><title>59</title>
2171+<!-- 92 -->
2172+<g id="node45" class="node"><title>92</title>
2173 <a xlink:href="../zorba.io_modules_data-cleaning_consolidation.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/consolidation">
2174-<ellipse fill="white" stroke="white" cx="7109" cy="-407" rx="75.1594" ry="18.3848"/>
2175-<text text-anchor="middle" x="7109" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">consolidation</text>
2176+<ellipse fill="white" stroke="white" cx="7111" cy="-407" rx="75.1594" ry="18.3848"/>
2177+<text text-anchor="middle" x="7111" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">consolidation</text>
2178 </a>
2179 </g>
2180-<!-- 59&#45;&gt;58 -->
2181-<g id="edge239" class="edge"><title>59-&gt;58</title>
2182+<!-- 92&#45;&gt;91 -->
2183+<g id="edge285" class="edge"><title>92-&gt;91</title>
2184 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/consolidation, TO: http://zorba.io/modules/data-cleaning/character-based-string-similarity">
2185-<path fill="none" stroke="black" d="M7125.37,-388.885C7140.29,-372.386 7162.48,-347.826 7179.33,-329.191"/>
2186-<polygon fill="black" stroke="black" points="7182.07,-331.374 7186.18,-321.608 7176.88,-326.68 7182.07,-331.374"/>
2187+<path fill="none" stroke="black" d="M7127.37,-388.885C7142.29,-372.386 7164.48,-347.826 7181.33,-329.191"/>
2188+<polygon fill="black" stroke="black" points="7184.07,-331.374 7188.18,-321.608 7178.88,-326.68 7184.07,-331.374"/>
2189 </a>
2190 </g>
2191-<!-- 64 -->
2192-<g id="node61" class="node"><title>64</title>
2193+<!-- 97 -->
2194+<g id="node57" class="node"><title>97</title>
2195 <a xlink:href="../zorba.io_modules_data-cleaning_set-similarity.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/set-similarity">
2196-<ellipse fill="white" stroke="white" cx="6935" cy="-303" rx="74.9533" ry="18.3848"/>
2197-<text text-anchor="middle" x="6935" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="green">set-similarity</text>
2198+<ellipse fill="white" stroke="white" cx="6937" cy="-303" rx="74.9533" ry="18.3848"/>
2199+<text text-anchor="middle" x="6937" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="green">set-similarity</text>
2200 </a>
2201 </g>
2202-<!-- 59&#45;&gt;64 -->
2203-<g id="edge237" class="edge"><title>59-&gt;64</title>
2204+<!-- 92&#45;&gt;97 -->
2205+<g id="edge283" class="edge"><title>92-&gt;97</title>
2206 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/consolidation, TO: http://zorba.io/modules/data-cleaning/set-similarity">
2207-<path fill="none" stroke="black" d="M7079.53,-389.891C7062.65,-380.048 7041.09,-367.407 7022,-356 7005.5,-346.14 6987.33,-335.101 6971.89,-325.66"/>
2208-<polygon fill="black" stroke="black" points="6973.49,-322.541 6963.14,-320.307 6969.84,-328.512 6973.49,-322.541"/>
2209+<path fill="none" stroke="black" d="M7081.53,-389.891C7064.65,-380.048 7043.09,-367.407 7024,-356 7007.5,-346.14 6989.33,-335.101 6973.89,-325.66"/>
2210+<polygon fill="black" stroke="black" points="6975.49,-322.541 6965.14,-320.307 6971.84,-328.512 6975.49,-322.541"/>
2211 </a>
2212 </g>
2213-<!-- 60 -->
2214-<g id="node51" class="node"><title>60</title>
2215+<!-- 93 -->
2216+<g id="node47" class="node"><title>93</title>
2217 <a xlink:href="../zorba.io_modules_data-cleaning_conversion.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/conversion">
2218-<ellipse fill="white" stroke="white" cx="7052" cy="-571" rx="63.8479" ry="18.3848"/>
2219-<text text-anchor="middle" x="7052" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">conversion</text>
2220+<ellipse fill="white" stroke="white" cx="7416" cy="-571" rx="63.8479" ry="18.3848"/>
2221+<text text-anchor="middle" x="7416" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">conversion</text>
2222 </a>
2223 </g>
2224 <!-- 12 -->
2225-<g id="node163" class="node"><title>12</title>
2226+<g id="node159" class="node"><title>12</title>
2227 <a xlink:href="../www.zorba-xquery.com_modules_http-client.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/modules/http-client">
2228-<ellipse fill="white" stroke="white" cx="8381" cy="-407" rx="62.9325" ry="18.3848"/>
2229-<text text-anchor="middle" x="8381" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>
2230+<ellipse fill="white" stroke="white" cx="2257" cy="-407" rx="62.9325" ry="18.3848"/>
2231+<text text-anchor="middle" x="2257" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>
2232 </a>
2233 </g>
2234-<!-- 60&#45;&gt;12 -->
2235-<g id="edge241" class="edge"><title>60-&gt;12</title>
2236+<!-- 93&#45;&gt;12 -->
2237+<g id="edge287" class="edge"><title>93-&gt;12</title>
2238 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/conversion, TO: http://www.zorba-xquery.com/modules/http-client">
2239-<path fill="none" stroke="black" d="M7080.57,-554.334C7094.41,-547.194 7111.55,-539.664 7128,-536 7159.94,-528.885 8277.46,-544.013 8306,-528 8341.28,-508.201 8362.11,-464.247 8372.54,-435.125"/>
2240-<polygon fill="black" stroke="black" points="8375.91,-436.101 8375.8,-425.507 8369.28,-433.852 8375.91,-436.101"/>
2241+<path fill="none" stroke="black" d="M7384.63,-554.653C7368.97,-547.393 7349.47,-539.67 7331,-536 7266.43,-523.17 2655.83,-539.438 2591,-528 2481.24,-508.635 2359.99,-456.309 2298.18,-427.211"/>
2242+<polygon fill="black" stroke="black" points="2299.68,-424.046 2289.14,-422.921 2296.68,-430.37 2299.68,-424.046"/>
2243 </a>
2244 </g>
2245 <!-- 49 -->
2246-<g id="node193" class="node"><title>49</title>
2247+<g id="node189" class="node"><title>49</title>
2248 <a xlink:href="../zorba.io_modules_reflection.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/reflection">
2249-<ellipse fill="white" stroke="white" cx="7586" cy="-407" rx="57.9828" ry="18.3848"/>
2250-<text text-anchor="middle" x="7586" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reflection</text>
2251+<ellipse fill="white" stroke="white" cx="7588" cy="-407" rx="57.9828" ry="18.3848"/>
2252+<text text-anchor="middle" x="7588" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reflection</text>
2253 </a>
2254 </g>
2255-<!-- 60&#45;&gt;49 -->
2256-<g id="edge243" class="edge"><title>60-&gt;49</title>
2257+<!-- 93&#45;&gt;49 -->
2258+<g id="edge289" class="edge"><title>93-&gt;49</title>
2259 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/conversion, TO: http://zorba.io/modules/reflection">
2260-<path fill="none" stroke="black" d="M7080.6,-554.442C7094.44,-547.326 7111.58,-539.785 7128,-536 7148.14,-531.357 7481.73,-537.677 7500,-528 7537.44,-508.163 7562.26,-463.897 7575.23,-434.763"/>
2261-<polygon fill="black" stroke="black" points="7578.47,-436.091 7579.18,-425.52 7572.03,-433.343 7578.47,-436.091"/>
2262+<path fill="none" stroke="black" d="M7455.27,-556.261C7470.86,-549.213 7488.31,-539.728 7502,-528 7533.17,-501.305 7558.83,-461.008 7573.78,-434.356"/>
2263+<polygon fill="black" stroke="black" points="7576.88,-435.994 7578.62,-425.543 7570.74,-432.628 7576.88,-435.994"/>
2264 </a>
2265 </g>
2266-<!-- 61 -->
2267-<g id="node53" class="node"><title>61</title>
2268+<!-- 94 -->
2269+<g id="node49" class="node"><title>94</title>
2270 <a xlink:href="../zorba.io_modules_data-cleaning_hybrid-string-similarity.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/hybrid-string-similarity">
2271-<ellipse fill="white" stroke="white" cx="6842" cy="-571" rx="121.83" ry="18.3848"/>
2272-<text text-anchor="middle" x="6842" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hybrid-string-similarity</text>
2273+<ellipse fill="white" stroke="white" cx="7197" cy="-571" rx="121.83" ry="18.3848"/>
2274+<text text-anchor="middle" x="7197" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hybrid-string-similarity</text>
2275 </a>
2276 </g>
2277-<!-- 61&#45;&gt;58 -->
2278-<g id="edge249" class="edge"><title>61-&gt;58</title>
2279+<!-- 94&#45;&gt;91 -->
2280+<g id="edge295" class="edge"><title>94-&gt;91</title>
2281 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/character-based-string-similarity">
2282-<path fill="none" stroke="black" d="M6894.92,-554.319C6919.34,-547.362 6948.88,-539.985 6976,-536 6988.1,-534.222 7187.37,-536.671 7196,-528 7209.53,-514.4 7206.42,-389.305 7204.24,-331.743"/>
2283-<polygon fill="black" stroke="black" points="7207.73,-331.357 7203.84,-321.503 7200.73,-331.634 7207.73,-331.357"/>
2284+<path fill="none" stroke="black" d="M7197.56,-552.155C7198.94,-506.023 7202.49,-387.177 7204.14,-331.976"/>
2285+<polygon fill="black" stroke="black" points="7207.64,-331.924 7204.44,-321.824 7200.64,-331.715 7207.64,-331.924"/>
2286 </a>
2287 </g>
2288-<!-- 63 -->
2289-<g id="node59" class="node"><title>63</title>
2290+<!-- 96 -->
2291+<g id="node55" class="node"><title>96</title>
2292 <a xlink:href="../zorba.io_modules_data-cleaning_phonetic-string-similarity.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/phonetic-string-similarity">
2293-<ellipse fill="white" stroke="white" cx="7355" cy="-407" rx="133.143" ry="18.3848"/>
2294-<text text-anchor="middle" x="7355" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">phonetic-string-similarity</text>
2295+<ellipse fill="white" stroke="white" cx="7357" cy="-407" rx="133.143" ry="18.3848"/>
2296+<text text-anchor="middle" x="7357" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">phonetic-string-similarity</text>
2297 </a>
2298 </g>
2299-<!-- 61&#45;&gt;63 -->
2300-<g id="edge251" class="edge"><title>61-&gt;63</title>
2301+<!-- 94&#45;&gt;96 -->
2302+<g id="edge297" class="edge"><title>94-&gt;96</title>
2303 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/phonetic-string-similarity">
2304-<path fill="none" stroke="black" d="M6894.91,-554.296C6919.34,-547.334 6948.88,-539.96 6976,-536 7001.52,-532.274 7183.87,-537.124 7208,-528 7259.72,-508.441 7306.61,-462.781 7332.9,-433.481"/>
2305-<polygon fill="black" stroke="black" points="7335.78,-435.506 7339.76,-425.686 7330.53,-430.883 7335.78,-435.506"/>
2306+<path fill="none" stroke="black" d="M7215.04,-552.506C7243.49,-523.346 7298.87,-466.58 7331.42,-433.223"/>
2307+<polygon fill="black" stroke="black" points="7334.3,-435.28 7338.78,-425.678 7329.29,-430.392 7334.3,-435.28"/>
2308 </a>
2309 </g>
2310-<!-- 61&#45;&gt;64 -->
2311-<g id="edge245" class="edge"><title>61-&gt;64</title>
2312+<!-- 94&#45;&gt;97 -->
2313+<g id="edge291" class="edge"><title>94-&gt;97</title>
2314 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/set-similarity">
2315-<path fill="none" stroke="black" d="M6903,-554.922C6925.88,-548.93 6952.12,-542.103 6976,-536 6990.2,-532.37 6998.98,-539.555 7008,-528 7019.21,-513.637 7015.72,-380.507 7008,-364 7000.76,-348.513 6987.44,-335.576 6974.14,-325.66"/>
2316-<polygon fill="black" stroke="black" points="6976.11,-322.767 6965.91,-319.881 6972.08,-328.494 6976.11,-322.767"/>
2317+<path fill="none" stroke="black" d="M7133.1,-555.146C7083.84,-542.919 7024.06,-528.069 7024,-528 7000.26,-500.17 7026.89,-396.445 7010,-364 7002.11,-348.835 6988.66,-335.96 6975.44,-326.003"/>
2318+<polygon fill="black" stroke="black" points="6977.47,-323.148 6967.29,-320.186 6973.4,-328.845 6977.47,-323.148"/>
2319 </a>
2320 </g>
2321-<!-- 65 -->
2322-<g id="node63" class="node"><title>65</title>
2323+<!-- 98 -->
2324+<g id="node59" class="node"><title>98</title>
2325 <a xlink:href="../zorba.io_modules_data-cleaning_token-based-string-similarity.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/token-based-string-similarity">
2326-<ellipse fill="white" stroke="white" cx="6845" cy="-407" rx="150.821" ry="18.3848"/>
2327-<text text-anchor="middle" x="6845" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">token-based-string-similarity</text>
2328+<ellipse fill="white" stroke="white" cx="6847" cy="-407" rx="150.821" ry="18.3848"/>
2329+<text text-anchor="middle" x="6847" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">token-based-string-similarity</text>
2330 </a>
2331 </g>
2332-<!-- 61&#45;&gt;65 -->
2333-<g id="edge247" class="edge"><title>61-&gt;65</title>
2334+<!-- 94&#45;&gt;98 -->
2335+<g id="edge293" class="edge"><title>94-&gt;98</title>
2336 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/token-based-string-similarity">
2337-<path fill="none" stroke="black" d="M6842.34,-552.187C6842.87,-523.641 6843.86,-469.174 6844.48,-435.674"/>
2338-<polygon fill="black" stroke="black" points="6847.98,-435.656 6844.66,-425.593 6840.98,-435.528 6847.98,-435.656"/>
2339+<path fill="none" stroke="black" d="M7135.77,-554.904C7111.08,-548.646 7082.26,-541.641 7056,-536 7036.57,-531.826 7030.26,-535.855 7012,-528 6957.78,-504.674 6904.44,-460.656 6873.67,-432.632"/>
2340+<polygon fill="black" stroke="black" points="6875.7,-429.742 6865.98,-425.528 6870.95,-434.884 6875.7,-429.742"/>
2341 </a>
2342 </g>
2343-<!-- 54 -->
2344-<g id="node55" class="node"><title>54</title>
2345+<!-- 83 -->
2346+<g id="node51" class="node"><title>83</title>
2347 <a xlink:href="../zorba.io_modules_info-extraction.html" xlink:title="(External module) module uri=http://zorba.io/modules/info-extraction">
2348-<ellipse fill="white" stroke="white" cx="7405" cy="-571" rx="82.939" ry="18.3848"/>
2349-<text text-anchor="middle" x="7405" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">info-extraction</text>
2350+<ellipse fill="white" stroke="white" cx="6961" cy="-571" rx="82.939" ry="18.3848"/>
2351+<text text-anchor="middle" x="6961" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">info-extraction</text>
2352 </a>
2353 </g>
2354-<!-- 54&#45;&gt;12 -->
2355-<g id="edge235" class="edge"><title>54-&gt;12</title>
2356+<!-- 83&#45;&gt;12 -->
2357+<g id="edge267" class="edge"><title>83-&gt;12</title>
2358 <a xlink:title="FROM: http://zorba.io/modules/info-extraction, TO: http://www.zorba-xquery.com/modules/http-client">
2359-<path fill="none" stroke="black" d="M7487.94,-569.126C7704.22,-563.962 8271.1,-548.535 8306,-528 8340.68,-507.596 8361.58,-464.207 8372.21,-435.32"/>
2360-<polygon fill="black" stroke="black" points="8375.55,-436.363 8375.54,-425.768 8368.94,-434.056 8375.55,-436.363"/>
2361+<path fill="none" stroke="black" d="M6924.85,-554.275C6907.46,-547.122 6886.07,-539.599 6866,-536 6749.11,-515.04 2707.94,-548.643 2591,-528 2481.24,-508.625 2360,-456.304 2298.18,-427.208"/>
2362+<polygon fill="black" stroke="black" points="2299.68,-424.044 2289.14,-422.919 2296.68,-430.368 2299.68,-424.044"/>
2363 </a>
2364 </g>
2365-<!-- 62 -->
2366-<g id="node57" class="node"><title>62</title>
2367+<!-- 95 -->
2368+<g id="node53" class="node"><title>95</title>
2369 <a xlink:href="../zorba.io_modules_data-cleaning_normalization.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/normalization">
2370-<ellipse fill="white" stroke="white" cx="7219" cy="-571" rx="79.196" ry="18.3848"/>
2371-<text text-anchor="middle" x="7219" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">normalization</text>
2372+<ellipse fill="white" stroke="white" cx="6775" cy="-571" rx="79.196" ry="18.3848"/>
2373+<text text-anchor="middle" x="6775" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">normalization</text>
2374 </a>
2375 </g>
2376-<!-- 62&#45;&gt;12 -->
2377-<g id="edge253" class="edge"><title>62-&gt;12</title>
2378+<!-- 95&#45;&gt;12 -->
2379+<g id="edge299" class="edge"><title>95-&gt;12</title>
2380 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/normalization, TO: http://www.zorba-xquery.com/modules/http-client">
2381-<path fill="none" stroke="black" d="M7253.57,-554.332C7270.22,-547.192 7290.71,-539.662 7310,-536 7337.18,-530.84 8281.88,-541.554 8306,-528 8341.27,-508.179 8362.1,-464.231 8372.54,-435.116"/>
2382-<polygon fill="black" stroke="black" points="8375.9,-436.095 8375.8,-425.501 8369.27,-433.845 8375.9,-436.095"/>
2383+<path fill="none" stroke="black" d="M6708.98,-560.778C6650.33,-552.237 6562.19,-540.721 6485,-536 6431.02,-532.699 2644.26,-537.406 2591,-528 2481.24,-508.615 2360,-456.298 2298.18,-427.206"/>
2384+<polygon fill="black" stroke="black" points="2299.68,-424.041 2289.14,-422.917 2296.68,-430.366 2299.68,-424.041"/>
2385 </a>
2386 </g>
2387-<!-- 65&#45;&gt;64 -->
2388-<g id="edge255" class="edge"><title>65-&gt;64</title>
2389+<!-- 98&#45;&gt;97 -->
2390+<g id="edge301" class="edge"><title>98-&gt;97</title>
2391 <a xlink:title="FROM: http://zorba.io/modules/data-cleaning/token-based-string-similarity, TO: http://zorba.io/modules/data-cleaning/set-similarity">
2392-<path fill="none" stroke="black" d="M6861.09,-388.407C6875.3,-371.991 6896.17,-347.872 6912.11,-329.448"/>
2393-<polygon fill="black" stroke="black" points="6915.15,-331.284 6919.05,-321.432 6909.86,-326.704 6915.15,-331.284"/>
2394-</a>
2395-</g>
2396-<!-- 94 -->
2397-<g id="node68" class="node"><title>94</title>
2398+<path fill="none" stroke="black" d="M6863.09,-388.407C6877.3,-371.991 6898.17,-347.872 6914.11,-329.448"/>
2399+<polygon fill="black" stroke="black" points="6917.15,-331.284 6921.05,-321.432 6911.86,-326.704 6917.15,-331.284"/>
2400+</a>
2401+</g>
2402+<!-- 3 -->
2403+<g id="node62" class="node"><title>3</title>
2404+<a xlink:href="../zorba.io_modules_base64.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/base64">
2405+<ellipse fill="white" stroke="white" cx="3476" cy="-571" rx="46.1672" ry="18.3848"/>
2406+<text text-anchor="middle" x="3476" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">base64</text>
2407+</a>
2408+</g>
2409+<!-- 72 -->
2410+<g id="node64" class="node"><title>72</title>
2411 <a xlink:href="../zorba.io_modules_csv.html" xlink:title="(External module) module uri=http://zorba.io/modules/csv">
2412-<ellipse fill="white" stroke="white" cx="3201" cy="-571" rx="27" ry="18.3848"/>
2413-<text text-anchor="middle" x="3201" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">csv</text>
2414+<ellipse fill="white" stroke="white" cx="3379" cy="-571" rx="27" ry="18.3848"/>
2415+<text text-anchor="middle" x="3379" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">csv</text>
2416 </a>
2417 </g>
2418-<!-- 94&#45;&gt;23 -->
2419-<g id="edge301" class="edge"><title>94-&gt;23</title>
2420+<!-- 72&#45;&gt;23 -->
2421+<g id="edge259" class="edge"><title>72-&gt;23</title>
2422 <a xlink:title="FROM: http://zorba.io/modules/csv, TO: http://zorba.io/modules/schema">
2423-<path fill="none" stroke="black" d="M3188.53,-554.168C3182.32,-547.18 3174.17,-539.821 3165,-536 3142.33,-526.556 2743.75,-541.135 2723,-528 2690.88,-507.673 2675.38,-464.577 2668.33,-435.694"/>
2424-<polygon fill="black" stroke="black" points="2671.71,-434.755 2666.1,-425.765 2664.88,-436.289 2671.71,-434.755"/>
2425+<path fill="none" stroke="black" d="M3366.53,-554.162C3360.32,-547.173 3352.18,-539.815 3343,-536 3318.48,-525.804 2887.45,-542.189 2865,-528 2832.87,-507.695 2817.37,-464.593 2810.33,-435.703"/>
2426+<polygon fill="black" stroke="black" points="2813.7,-434.762 2808.1,-425.771 2806.87,-436.295 2813.7,-434.762"/>
2427 </a>
2428 </g>
2429 <!-- 17 -->
2430-<g id="node69" class="node"><title>17</title>
2431+<g id="node65" class="node"><title>17</title>
2432 <a xlink:href="../zorba.io_modules_json-csv.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/json-csv">
2433-<ellipse fill="white" stroke="white" cx="3106" cy="-571" rx="50.2046" ry="18.3848"/>
2434-<text text-anchor="middle" x="3106" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-csv</text>
2435+<ellipse fill="white" stroke="white" cx="3284" cy="-571" rx="50.2046" ry="18.3848"/>
2436+<text text-anchor="middle" x="3284" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-csv</text>
2437 </a>
2438 </g>
2439 <!-- 66&#45;&gt;23 -->
2440-<g id="edge257" class="edge"><title>66-&gt;23</title>
2441+<g id="edge251" class="edge"><title>66-&gt;23</title>
2442 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/converters/html, TO: http://zorba.io/modules/schema">
2443-<path fill="none" stroke="black" d="M2981.61,-554.556C2973.44,-547.464 2962.96,-539.911 2952,-536 2928.02,-527.445 2744.4,-541.797 2723,-528 2691.06,-507.404 2675.51,-464.379 2668.4,-435.586"/>
2444-<polygon fill="black" stroke="black" points="2671.78,-434.664 2666.15,-425.689 2664.96,-436.217 2671.78,-434.664"/>
2445+<path fill="none" stroke="black" d="M3159.62,-554.532C3151.45,-547.436 3140.97,-539.885 3130,-536 3102.23,-526.168 2889.8,-543.904 2865,-528 2833.01,-507.48 2817.47,-464.435 2810.38,-435.616"/>
2446+<polygon fill="black" stroke="black" points="2813.76,-434.689 2808.14,-425.711 2806.94,-436.237 2813.76,-434.689"/>
2447 </a>
2448 </g>
2449 <!-- Tidy -->
2450-<g id="node245" class="node"><title>Tidy</title>
2451+<g id="node241" class="node"><title>Tidy</title>
2452 <a xlink:href="http://tidy.sourceforge.net/" xlink:title="Tidy C++ Library">
2453-<polygon fill="none" stroke="red" points="660,-321 610,-321 606,-317 606,-285 656,-285 660,-289 660,-321"/>
2454-<polyline fill="none" stroke="red" points="656,-317 606,-317 "/>
2455-<polyline fill="none" stroke="red" points="656,-317 656,-285 "/>
2456-<polyline fill="none" stroke="red" points="656,-317 660,-321 "/>
2457-<text text-anchor="middle" x="633" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Tidy</text>
2458+<polygon fill="none" stroke="red" points="1224,-321 1174,-321 1170,-317 1170,-285 1220,-285 1224,-289 1224,-321"/>
2459+<polyline fill="none" stroke="red" points="1220,-317 1170,-317 "/>
2460+<polyline fill="none" stroke="red" points="1220,-317 1220,-285 "/>
2461+<polyline fill="none" stroke="red" points="1220,-317 1224,-321 "/>
2462+<text text-anchor="middle" x="1197" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Tidy</text>
2463 </a>
2464 </g>
2465 <!-- 66&#45;&gt;Tidy -->
2466-<g id="edge147" class="edge"><title>66-&gt;Tidy</title>
2467+<g id="edge143" class="edge"><title>66-&gt;Tidy</title>
2468 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/converters/html, TO: Tidy">
2469-<path fill="none" stroke="red" d="M2981.64,-554.462C2973.48,-547.35 2963,-539.807 2952,-536 2899.18,-517.72 2502.82,-543.106 2449,-528 2310.52,-489.128 2308.69,-402.14 2170,-364 2149.9,-358.472 687.397,-365.806 669,-356 658.403,-350.352 650.342,-340.042 644.562,-330.007"/>
2470-<polygon fill="red" stroke="red" points="647.604,-328.271 639.888,-321.01 641.393,-331.498 647.604,-328.271"/>
2471+<path fill="none" stroke="red" d="M3159.66,-554.404C3151.5,-547.279 3141.02,-539.742 3130,-536 3117.33,-531.7 1213.58,-537.329 1204,-528 1151.17,-476.572 1172.4,-378.749 1187.23,-330.842"/>
2472+<polygon fill="red" stroke="red" points="1190.62,-331.732 1190.36,-321.14 1183.96,-329.583 1190.62,-331.732"/>
2473 </a>
2474 </g>
2475 <!-- 16 -->
2476-<g id="node73" class="node"><title>16</title>
2477+<g id="node69" class="node"><title>16</title>
2478 <a xlink:href="../zorba.io_modules_json-xml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/json-xml">
2479-<ellipse fill="white" stroke="white" cx="2888" cy="-571" rx="51.8276" ry="18.3848"/>
2480-<text text-anchor="middle" x="2888" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-xml</text>
2481+<ellipse fill="white" stroke="white" cx="3066" cy="-571" rx="51.8276" ry="18.3848"/>
2482+<text text-anchor="middle" x="3066" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-xml</text>
2483 </a>
2484 </g>
2485 <!-- 46 -->
2486-<g id="node75" class="node"><title>46</title>
2487+<g id="node71" class="node"><title>46</title>
2488 <a xlink:href="../zorba.io_modules_xml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/xml">
2489-<ellipse fill="white" stroke="white" cx="2783" cy="-571" rx="28.9914" ry="18.3848"/>
2490-<text text-anchor="middle" x="2783" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xml</text>
2491+<ellipse fill="white" stroke="white" cx="2961" cy="-571" rx="28.9914" ry="18.3848"/>
2492+<text text-anchor="middle" x="2961" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xml</text>
2493 </a>
2494 </g>
2495 <!-- 46&#45;&gt;23 -->
2496-<g id="edge219" class="edge"><title>46-&gt;23</title>
2497+<g id="edge217" class="edge"><title>46-&gt;23</title>
2498 <a xlink:title="FROM: http://zorba.io/modules/xml, TO: http://zorba.io/modules/schema">
2499-<path fill="none" stroke="black" d="M2760.97,-558.873C2748.63,-551.247 2733.63,-540.497 2723,-528 2699.27,-500.087 2682.15,-461.169 2672.42,-435.079"/>
2500-<polygon fill="black" stroke="black" points="2675.62,-433.642 2668.93,-425.424 2669.04,-436.018 2675.62,-433.642"/>
2501+<path fill="none" stroke="black" d="M2941.85,-556.903C2931.18,-549.671 2917.39,-541.294 2904,-536 2887.55,-529.494 2879.02,-538.798 2865,-528 2835.35,-505.161 2819.35,-463.766 2811.5,-435.831"/>
2502+<polygon fill="black" stroke="black" points="2814.81,-434.635 2808.88,-425.851 2808.04,-436.412 2814.81,-434.635"/>
2503 </a>
2504 </g>
2505-<!-- 92 -->
2506-<g id="node78" class="node"><title>92</title>
2507+<!-- 53 -->
2508+<g id="node74" class="node"><title>53</title>
2509 <a xlink:href="../zorba.io_modules_xsl-fo.html" xlink:title="(External module) module uri=http://zorba.io/modules/xsl-fo">
2510-<ellipse fill="white" stroke="white" cx="3585" cy="-701" rx="36.977" ry="18.3848"/>
2511-<text text-anchor="middle" x="3585" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xsl-fo</text>
2512+<ellipse fill="white" stroke="white" cx="3453" cy="-701" rx="36.977" ry="18.3848"/>
2513+<text text-anchor="middle" x="3453" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xsl-fo</text>
2514 </a>
2515 </g>
2516-<!-- 74 -->
2517-<g id="node180" class="node"><title>74</title>
2518+<!-- 51 -->
2519+<g id="node176" class="node"><title>51</title>
2520 <a xlink:href="../www.zorba-xquery.com_modules_util-jvm.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/util-jvm">
2521-<ellipse fill="white" stroke="white" cx="2523" cy="-571" rx="48.7904" ry="18.3848"/>
2522-<text text-anchor="middle" x="2523" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">util-jvm</text>
2523+<ellipse fill="white" stroke="white" cx="2843" cy="-571" rx="48.7904" ry="18.3848"/>
2524+<text text-anchor="middle" x="2843" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">util-jvm</text>
2525 </a>
2526 </g>
2527-<!-- 92&#45;&gt;74 -->
2528-<g id="edge299" class="edge"><title>92-&gt;74</title>
2529+<!-- 53&#45;&gt;51 -->
2530+<g id="edge225" class="edge"><title>53-&gt;51</title>
2531 <a xlink:title="FROM: http://zorba.io/modules/xsl-fo, TO: http://www.zorba-xquery.com/modules/util-jvm">
2532-<path fill="none" stroke="black" d="M3563.25,-685.832C3551.12,-678.287 3535.39,-669.952 3520,-666 3495.25,-659.645 2623.26,-668.596 2600,-658 2572.98,-645.689 2551.57,-618.767 2538.26,-598.109"/>
2533-<polygon fill="black" stroke="black" points="2541.12,-596.085 2532.89,-589.418 2535.17,-599.764 2541.12,-596.085"/>
2534+<path fill="none" stroke="black" d="M3431.24,-685.884C3419.11,-678.354 3403.38,-670.017 3388,-666 3362.84,-659.428 2943.62,-668.88 2920,-658 2893.03,-645.576 2871.62,-618.671 2858.29,-598.048"/>
2535+<polygon fill="black" stroke="black" points="2861.15,-596.028 2852.91,-589.373 2855.2,-599.716 2861.15,-596.028"/>
2536 </a>
2537 </g>
2538 <!-- JDK -->
2539-<g id="node242" class="node"><title>JDK</title>
2540+<g id="node238" class="node"><title>JDK</title>
2541 <a xlink:href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" xlink:title="JDK - Java Development Kit">
2542-<polygon fill="none" stroke="red" points="588,-321 538,-321 534,-317 534,-285 584,-285 588,-289 588,-321"/>
2543-<polyline fill="none" stroke="red" points="584,-317 534,-317 "/>
2544-<polyline fill="none" stroke="red" points="584,-317 584,-285 "/>
2545-<polyline fill="none" stroke="red" points="584,-317 588,-321 "/>
2546-<text text-anchor="middle" x="561" y="-299.4" font-family="Times Roman,serif" font-size="14.00">JDK</text>
2547+<polygon fill="none" stroke="red" points="996,-321 946,-321 942,-317 942,-285 992,-285 996,-289 996,-321"/>
2548+<polyline fill="none" stroke="red" points="992,-317 942,-317 "/>
2549+<polyline fill="none" stroke="red" points="992,-317 992,-285 "/>
2550+<polyline fill="none" stroke="red" points="992,-317 996,-321 "/>
2551+<text text-anchor="middle" x="969" y="-299.4" font-family="Times Roman,serif" font-size="14.00">JDK</text>
2552 </a>
2553 </g>
2554-<!-- 92&#45;&gt;JDK -->
2555-<g id="edge167" class="edge"><title>92-&gt;JDK</title>
2556+<!-- 53&#45;&gt;JDK -->
2557+<g id="edge139" class="edge"><title>53-&gt;JDK</title>
2558 <a xlink:title="FROM: http://zorba.io/modules/xsl-fo, TO: JDK">
2559-<path fill="none" stroke="red" d="M3563.26,-685.803C3551.13,-678.25 3535.4,-669.916 3520,-666 3465.75,-652.209 1560.24,-667.057 1505,-658 1085.31,-589.181 936.181,-612.572 597,-356 587.857,-349.084 580.241,-339.146 574.404,-329.741"/>
2560-<polygon fill="red" stroke="red" points="577.392,-327.915 569.362,-321.003 571.329,-331.414 577.392,-327.915"/>
2561+<path fill="none" stroke="red" d="M3431.26,-685.801C3419.14,-678.247 3403.4,-669.913 3388,-666 3327.48,-650.627 1200.97,-671.491 1140,-658 1005.25,-628.184 932.407,-644.234 858,-528 818.702,-466.612 809.27,-418.205 858,-364 869.206,-351.535 918.625,-364.62 933,-356 943.048,-349.974 950.923,-339.934 956.711,-330.203"/>
2562+<polygon fill="red" stroke="red" points="959.95,-331.571 961.624,-321.109 953.791,-328.244 959.95,-331.571"/>
2563 </a>
2564 </g>
2565-<!-- 75 -->
2566-<g id="node81" class="node"><title>75</title>
2567+<!-- 80 -->
2568+<g id="node77" class="node"><title>80</title>
2569 <a xlink:href="../www.zorba-xquery.com_modules_read-pdf.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/read-pdf">
2570-<ellipse fill="white" stroke="white" cx="1889" cy="-571" rx="51.8276" ry="18.3848"/>
2571-<text text-anchor="middle" x="1889" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">read-pdf</text>
2572+<ellipse fill="white" stroke="white" cx="2528" cy="-571" rx="51.8276" ry="18.3848"/>
2573+<text text-anchor="middle" x="2528" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">read-pdf</text>
2574 </a>
2575 </g>
2576-<!-- 75&#45;&gt;23 -->
2577-<g id="edge267" class="edge"><title>75-&gt;23</title>
2578+<!-- 80&#45;&gt;23 -->
2579+<g id="edge261" class="edge"><title>80-&gt;23</title>
2580 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: http://zorba.io/modules/schema">
2581-<path fill="none" stroke="black" d="M1912.74,-554.39C1924.32,-547.263 1938.79,-539.727 1953,-536 1987.07,-527.063 2556.28,-545.236 2587,-528 2622.42,-508.13 2643.61,-464.195 2654.3,-435.097"/>
2582-<polygon fill="black" stroke="black" points="2657.66,-436.082 2657.64,-425.487 2651.05,-433.78 2657.66,-436.082"/>
2583+<path fill="none" stroke="black" d="M2552.12,-554.498C2563.66,-547.487 2578,-540.016 2592,-536 2621.31,-527.59 2702.75,-543.526 2729,-528 2763.76,-507.439 2785.05,-464.092 2795.94,-435.257"/>
2584+<polygon fill="black" stroke="black" points="2799.28,-436.319 2799.36,-425.724 2792.69,-433.953 2799.28,-436.319"/>
2585 </a>
2586 </g>
2587 <!-- Apache -->
2588-<g id="node240" class="node"><title>Apache</title>
2589+<g id="node236" class="node"><title>Apache</title>
2590 <a xlink:href="http://xmlbeans.apache.org/" xlink:title="Apache XMLBeans">
2591-<polygon fill="none" stroke="red" points="516,-321 454,-321 450,-317 450,-285 512,-285 516,-289 516,-321"/>
2592-<polyline fill="none" stroke="red" points="512,-317 450,-317 "/>
2593-<polyline fill="none" stroke="red" points="512,-317 512,-285 "/>
2594-<polyline fill="none" stroke="red" points="512,-317 516,-321 "/>
2595-<text text-anchor="middle" x="483" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Apache</text>
2596+<polygon fill="none" stroke="red" points="1080,-321 1018,-321 1014,-317 1014,-285 1076,-285 1080,-289 1080,-321"/>
2597+<polyline fill="none" stroke="red" points="1076,-317 1014,-317 "/>
2598+<polyline fill="none" stroke="red" points="1076,-317 1076,-285 "/>
2599+<polyline fill="none" stroke="red" points="1076,-317 1080,-321 "/>
2600+<text text-anchor="middle" x="1047" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Apache</text>
2601 </a>
2602 </g>
2603-<!-- 75&#45;&gt;Apache -->
2604-<g id="edge165" class="edge"><title>75-&gt;Apache</title>
2605+<!-- 80&#45;&gt;Apache -->
2606+<g id="edge167" class="edge"><title>80-&gt;Apache</title>
2607 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: Apache">
2608-<path fill="none" stroke="red" d="M1860.68,-555.314C1845.78,-547.925 1826.93,-539.893 1809,-536 1752.31,-523.689 1344.59,-534.923 1287,-528 961.15,-488.828 888.251,-431.16 567,-364 548.4,-360.112 541.255,-365.842 525,-356 514.281,-349.51 505.199,-339.218 498.253,-329.424"/>
2609-<polygon fill="red" stroke="red" points="501.149,-327.458 492.71,-321.052 495.312,-331.323 501.149,-327.458"/>
2610+<path fill="none" stroke="red" d="M2499.32,-555.425C2483.98,-547.967 2464.49,-539.838 2446,-536 2427.59,-532.178 1106.51,-539.966 1092,-528 1034,-480.164 1037.06,-380.575 1042.67,-331.537"/>
2611+<polygon fill="red" stroke="red" points="1046.18,-331.683 1043.97,-321.322 1039.24,-330.804 1046.18,-331.683"/>
2612 </a>
2613 </g>
2614-<!-- 75&#45;&gt;JDK -->
2615-<g id="edge163" class="edge"><title>75-&gt;JDK</title>
2616+<!-- 80&#45;&gt;JDK -->
2617+<g id="edge165" class="edge"><title>80-&gt;JDK</title>
2618 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: JDK">
2619-<path fill="none" stroke="red" d="M1857.68,-556.026C1770.06,-515.079 1514.03,-401.792 1287,-364 1268.09,-360.853 613.887,-365.069 597,-356 586.496,-350.359 578.477,-340.15 572.704,-330.188"/>
2620-<polygon fill="red" stroke="red" points="575.762,-328.484 568.026,-321.246 569.56,-331.729 575.762,-328.484"/>
2621+<path fill="none" stroke="red" d="M2499.32,-555.423C2483.98,-547.964 2464.49,-539.836 2446,-536 2426.82,-532.022 1051.67,-539.751 1036,-528 1004.21,-504.156 981.975,-386.088 973.184,-331.176"/>
2622+<polygon fill="red" stroke="red" points="976.609,-330.421 971.607,-321.082 969.693,-331.502 976.609,-330.421"/>
2623 </a>
2624 </g>
2625-<!-- 98 -->
2626-<g id="node83" class="node"><title>98</title>
2627+<!-- 81 -->
2628+<g id="node79" class="node"><title>81</title>
2629 <a xlink:href="../www.zorba-xquery.com_modules_schema-tools.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/schema-tools">
2630-<ellipse fill="white" stroke="white" cx="2040" cy="-571" rx="75.1594" ry="18.3848"/>
2631-<text text-anchor="middle" x="2040" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">schema-tools</text>
2632+<ellipse fill="white" stroke="white" cx="2679" cy="-571" rx="75.1594" ry="18.3848"/>
2633+<text text-anchor="middle" x="2679" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">schema-tools</text>
2634 </a>
2635 </g>
2636-<!-- 98&#45;&gt;23 -->
2637-<g id="edge305" class="edge"><title>98-&gt;23</title>
2638+<!-- 81&#45;&gt;23 -->
2639+<g id="edge263" class="edge"><title>81-&gt;23</title>
2640 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: http://zorba.io/modules/schema">
2641-<path fill="none" stroke="black" d="M2077.9,-554.977C2097.05,-547.699 2120.86,-539.864 2143,-536 2167.3,-531.758 2565.52,-540.13 2587,-528 2622.36,-508.034 2643.58,-464.126 2654.28,-435.06"/>
2642-<polygon fill="black" stroke="black" points="2657.64,-436.056 2657.63,-425.461 2651.03,-433.748 2657.64,-436.056"/>
2643+<path fill="none" stroke="black" d="M2702.48,-553.277C2711.34,-545.982 2721.16,-537.111 2729,-528 2754.26,-498.658 2776.96,-460.123 2790.84,-434.508"/>
2644+<polygon fill="black" stroke="black" points="2794.1,-435.84 2795.72,-425.369 2787.92,-432.545 2794.1,-435.84"/>
2645 </a>
2646 </g>
2647-<!-- 98&#45;&gt;Apache -->
2648-<g id="edge171" class="edge"><title>98-&gt;Apache</title>
2649+<!-- 81&#45;&gt;Apache -->
2650+<g id="edge171" class="edge"><title>81-&gt;Apache</title>
2651 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: Apache">
2652-<path fill="none" stroke="red" d="M2005.62,-554.52C1989.92,-547.691 1970.87,-540.36 1953,-536 1917,-527.216 1906.72,-533.003 1870,-528 1454.56,-471.399 1358.3,-404.598 941,-364 917.993,-361.762 545.713,-366.261 525,-356 513.527,-350.317 504.207,-339.857 497.288,-329.723"/>
2653-<polygon fill="red" stroke="red" points="500.112,-327.638 491.832,-321.028 494.183,-331.359 500.112,-327.638"/>
2654+<path fill="none" stroke="red" d="M2646.03,-554.314C2630.13,-547.17 2610.53,-539.642 2592,-536 2572.59,-532.186 1184.9,-538.282 1168,-528 1097.69,-485.212 1121.6,-436.151 1082,-364 1075.82,-352.741 1068.81,-340.436 1062.7,-329.845"/>
2655+<polygon fill="red" stroke="red" points="1065.64,-327.944 1057.6,-321.049 1059.58,-331.455 1065.64,-327.944"/>
2656 </a>
2657 </g>
2658-<!-- 98&#45;&gt;JDK -->
2659-<g id="edge169" class="edge"><title>98-&gt;JDK</title>
2660+<!-- 81&#45;&gt;JDK -->
2661+<g id="edge169" class="edge"><title>81-&gt;JDK</title>
2662 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: JDK">
2663-<path fill="none" stroke="red" d="M2031.67,-552.331C2011.34,-509.41 1954.59,-404.315 1870,-364 1838.08,-348.786 628.197,-372.649 597,-356 586.406,-350.347 578.345,-340.036 572.565,-330.002"/>
2664-<polygon fill="red" stroke="red" points="575.607,-328.266 567.891,-321.006 569.396,-331.494 575.607,-328.266"/>
2665+<path fill="none" stroke="red" d="M2646.03,-554.311C2630.13,-547.166 2610.53,-539.639 2592,-536 2571.42,-531.959 1099.16,-540.061 1082,-528 1018.5,-483.367 1074.38,-421.271 1022,-364 1016.36,-357.838 1011.35,-361.424 1005,-356 996.5,-348.739 989.126,-339.01 983.303,-329.871"/>
2666+<polygon fill="red" stroke="red" points="986.155,-327.821 978.014,-321.042 980.151,-331.419 986.155,-327.821"/>
2667 </a>
2668 </g>
2669 <!-- 28 -->
2670-<g id="node87" class="node"><title>28</title>
2671+<g id="node83" class="node"><title>28</title>
2672 <a xlink:href="../zorba.io_modules_store_dynamic_collections_ddl.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/dynamic/collections/ddl">
2673-<ellipse fill="white" stroke="white" cx="6136" cy="-407" rx="27" ry="18.3848"/>
2674-<text text-anchor="middle" x="6136" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2675+<ellipse fill="white" stroke="white" cx="6138" cy="-407" rx="27" ry="18.3848"/>
2676+<text text-anchor="middle" x="6138" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2677 </a>
2678 </g>
2679 <!-- 29 -->
2680-<g id="node89" class="node"><title>29</title>
2681+<g id="node85" class="node"><title>29</title>
2682 <a xlink:href="../zorba.io_modules_store_dynamic_collections_dml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/dynamic/collections/dml">
2683-<ellipse fill="white" stroke="white" cx="6138" cy="-571" rx="28.9914" ry="18.3848"/>
2684-<text text-anchor="middle" x="6138" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2685+<ellipse fill="white" stroke="white" cx="6140" cy="-571" rx="28.9914" ry="18.3848"/>
2686+<text text-anchor="middle" x="6140" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2687 </a>
2688 </g>
2689 <!-- 32 -->
2690-<g id="node91" class="node"><title>32</title>
2691+<g id="node87" class="node"><title>32</title>
2692 <a xlink:href="../zorba.io_modules_store_static_collections_ddl.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/static/collections/ddl">
2693-<ellipse fill="white" stroke="white" cx="6570" cy="-701" rx="27" ry="18.3848"/>
2694-<text text-anchor="middle" x="6570" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2695+<ellipse fill="white" stroke="white" cx="6572" cy="-701" rx="27" ry="18.3848"/>
2696+<text text-anchor="middle" x="6572" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2697 </a>
2698 </g>
2699 <!-- 33 -->
2700-<g id="node93" class="node"><title>33</title>
2701+<g id="node89" class="node"><title>33</title>
2702 <a xlink:href="../zorba.io_modules_store_static_collections_dml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/static/collections/dml">
2703-<ellipse fill="white" stroke="white" cx="6385" cy="-701" rx="28.9914" ry="18.3848"/>
2704-<text text-anchor="middle" x="6385" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2705+<ellipse fill="white" stroke="white" cx="6387" cy="-701" rx="28.9914" ry="18.3848"/>
2706+<text text-anchor="middle" x="6387" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2707 </a>
2708 </g>
2709 <!-- 30 -->
2710-<g id="node95" class="node"><title>30</title>
2711+<g id="node91" class="node"><title>30</title>
2712 <a xlink:href="../zorba.io_modules_store_dynamic_collections_w3c_ddl.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/dynamic/collections/w3c/ddl">
2713-<ellipse fill="white" stroke="white" cx="6353" cy="-571" rx="27" ry="18.3848"/>
2714-<text text-anchor="middle" x="6353" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2715+<ellipse fill="white" stroke="white" cx="6355" cy="-571" rx="27" ry="18.3848"/>
2716+<text text-anchor="middle" x="6355" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2717 </a>
2718 </g>
2719 <!-- 30&#45;&gt;28 -->
2720-<g id="edge213" class="edge"><title>30-&gt;28</title>
2721+<g id="edge211" class="edge"><title>30-&gt;28</title>
2722 <a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/ddl, TO: http://zorba.io/modules/store/dynamic/collections/ddl">
2723-<path fill="none" stroke="black" d="M6337.01,-555.967C6330.08,-549.633 6321.79,-542.287 6314,-536 6262.67,-494.557 6199.51,-450.268 6163.89,-425.87"/>
2724-<polygon fill="black" stroke="black" points="6165.69,-422.858 6155.45,-420.11 6161.74,-428.639 6165.69,-422.858"/>
2725+<path fill="none" stroke="black" d="M6339.01,-555.967C6332.08,-549.633 6323.79,-542.287 6316,-536 6264.67,-494.557 6201.51,-450.268 6165.89,-425.87"/>
2726+<polygon fill="black" stroke="black" points="6167.69,-422.858 6157.45,-420.11 6163.74,-428.639 6167.69,-422.858"/>
2727 </a>
2728 </g>
2729 <!-- 31 -->
2730-<g id="node97" class="node"><title>31</title>
2731+<g id="node93" class="node"><title>31</title>
2732 <a xlink:href="../zorba.io_modules_store_dynamic_collections_w3c_dml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/dynamic/collections/w3c/dml">
2733-<ellipse fill="white" stroke="white" cx="6192" cy="-701" rx="28.9914" ry="18.3848"/>
2734-<text text-anchor="middle" x="6192" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2735+<ellipse fill="white" stroke="white" cx="6194" cy="-701" rx="28.9914" ry="18.3848"/>
2736+<text text-anchor="middle" x="6194" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2737 </a>
2738 </g>
2739 <!-- 31&#45;&gt;29 -->
2740-<g id="edge217" class="edge"><title>31-&gt;29</title>
2741+<g id="edge215" class="edge"><title>31-&gt;29</title>
2742 <a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/dml, TO: http://zorba.io/modules/store/dynamic/collections/dml">
2743-<path fill="none" stroke="black" d="M6184.49,-682.924C6175.38,-660.998 6159.94,-623.818 6149.37,-598.372"/>
2744-<polygon fill="black" stroke="black" points="6152.51,-596.815 6145.44,-588.922 6146.05,-599.5 6152.51,-596.815"/>
2745+<path fill="none" stroke="black" d="M6186.49,-682.924C6177.38,-660.998 6161.94,-623.818 6151.37,-598.372"/>
2746+<polygon fill="black" stroke="black" points="6154.51,-596.815 6147.44,-588.922 6148.05,-599.5 6154.51,-596.815"/>
2747 </a>
2748 </g>
2749 <!-- 31&#45;&gt;30 -->
2750-<g id="edge215" class="edge"><title>31-&gt;30</title>
2751+<g id="edge213" class="edge"><title>31-&gt;30</title>
2752 <a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/dml, TO: http://zorba.io/modules/store/dynamic/collections/w3c/ddl">
2753-<path fill="none" stroke="black" d="M6216.85,-691.343C6235.92,-684.052 6262.98,-673.974 6287,-666 6298.88,-662.057 6304.58,-666.241 6314,-658 6331.42,-642.757 6341.45,-618.201 6346.96,-599.059"/>
2754-<polygon fill="black" stroke="black" points="6350.36,-599.908 6349.51,-589.347 6343.59,-598.13 6350.36,-599.908"/>
2755+<path fill="none" stroke="black" d="M6218.85,-691.343C6237.92,-684.052 6264.98,-673.974 6289,-666 6300.88,-662.057 6306.58,-666.241 6316,-658 6333.42,-642.757 6343.45,-618.201 6348.96,-599.059"/>
2756+<polygon fill="black" stroke="black" points="6352.36,-599.908 6351.51,-589.347 6345.59,-598.13 6352.36,-599.908"/>
2757 </a>
2758 </g>
2759-<!-- 53 -->
2760-<g id="node100" class="node"><title>53</title>
2761+<!-- 84 -->
2762+<g id="node96" class="node"><title>84</title>
2763 <a xlink:href="../zorba.io_modules_queue.html" xlink:title="(External module) module uri=http://zorba.io/modules/queue">
2764-<ellipse fill="white" stroke="white" cx="5930" cy="-701" rx="41.2167" ry="18.3848"/>
2765-<text text-anchor="middle" x="5930" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">queue</text>
2766+<ellipse fill="white" stroke="white" cx="5932" cy="-701" rx="41.2167" ry="18.3848"/>
2767+<text text-anchor="middle" x="5932" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">queue</text>
2768 </a>
2769 </g>
2770-<!-- 53&#45;&gt;28 -->
2771-<g id="edge231" class="edge"><title>53-&gt;28</title>
2772+<!-- 84&#45;&gt;28 -->
2773+<g id="edge269" class="edge"><title>84-&gt;28</title>
2774 <a xlink:title="FROM: http://zorba.io/modules/queue, TO: http://zorba.io/modules/store/dynamic/collections/ddl">
2775-<path fill="none" stroke="black" d="M5942.39,-683.153C5963.43,-652.861 6007.51,-589.462 6045,-536 6070.34,-499.867 6099.8,-458.155 6118.18,-432.176"/>
2776-<polygon fill="black" stroke="black" points="6121.27,-433.862 6124.19,-423.678 6115.56,-429.819 6121.27,-433.862"/>
2777+<path fill="none" stroke="black" d="M5944.39,-683.153C5965.43,-652.861 6009.51,-589.462 6047,-536 6072.34,-499.867 6101.8,-458.155 6120.18,-432.176"/>
2778+<polygon fill="black" stroke="black" points="6123.27,-433.862 6126.19,-423.678 6117.56,-429.819 6123.27,-433.862"/>
2779 </a>
2780 </g>
2781-<!-- 53&#45;&gt;29 -->
2782-<g id="edge233" class="edge"><title>53-&gt;29</title>
2783+<!-- 84&#45;&gt;29 -->
2784+<g id="edge271" class="edge"><title>84-&gt;29</title>
2785 <a xlink:title="FROM: http://zorba.io/modules/queue, TO: http://zorba.io/modules/store/dynamic/collections/dml">
2786-<path fill="none" stroke="black" d="M5953.11,-685.496C5962.36,-679.355 5973.14,-672.275 5983,-666 6026.14,-638.547 6076.75,-607.795 6108.1,-588.913"/>
2787-<polygon fill="black" stroke="black" points="6110.04,-591.837 6116.8,-583.683 6106.43,-585.838 6110.04,-591.837"/>
2788+<path fill="none" stroke="black" d="M5955.11,-685.496C5964.36,-679.355 5975.14,-672.275 5985,-666 6028.14,-638.547 6078.75,-607.795 6110.1,-588.913"/>
2789+<polygon fill="black" stroke="black" points="6112.04,-591.837 6118.8,-583.683 6108.43,-585.838 6112.04,-591.837"/>
2790 </a>
2791 </g>
2792-<!-- 51 -->
2793-<g id="node102" class="node"><title>51</title>
2794+<!-- 54 -->
2795+<g id="node98" class="node"><title>54</title>
2796 <a xlink:href="../zorba.io_modules_stack.html" xlink:title="(External module) module uri=http://zorba.io/modules/stack">
2797-<ellipse fill="white" stroke="white" cx="6032" cy="-701" rx="36.977" ry="18.3848"/>
2798-<text text-anchor="middle" x="6032" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">stack</text>
2799+<ellipse fill="white" stroke="white" cx="6034" cy="-701" rx="36.977" ry="18.3848"/>
2800+<text text-anchor="middle" x="6034" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">stack</text>
2801 </a>
2802 </g>
2803-<!-- 51&#45;&gt;28 -->
2804-<g id="edge227" class="edge"><title>51-&gt;28</title>
2805+<!-- 54&#45;&gt;28 -->
2806+<g id="edge227" class="edge"><title>54-&gt;28</title>
2807 <a xlink:title="FROM: http://zorba.io/modules/stack, TO: http://zorba.io/modules/store/dynamic/collections/ddl">
2808-<path fill="none" stroke="black" d="M6038.51,-682.609C6056.2,-632.579 6105.29,-493.805 6126.28,-434.475"/>
2809-<polygon fill="black" stroke="black" points="6129.59,-435.603 6129.63,-425.009 6122.99,-433.269 6129.59,-435.603"/>
2810+<path fill="none" stroke="black" d="M6040.51,-682.609C6058.2,-632.579 6107.29,-493.805 6128.28,-434.475"/>
2811+<polygon fill="black" stroke="black" points="6131.59,-435.603 6131.63,-425.009 6124.99,-433.269 6131.59,-435.603"/>
2812 </a>
2813 </g>
2814-<!-- 51&#45;&gt;29 -->
2815-<g id="edge229" class="edge"><title>51-&gt;29</title>
2816+<!-- 54&#45;&gt;29 -->
2817+<g id="edge229" class="edge"><title>54-&gt;29</title>
2818 <a xlink:title="FROM: http://zorba.io/modules/stack, TO: http://zorba.io/modules/store/dynamic/collections/dml">
2819-<path fill="none" stroke="black" d="M6046.08,-683.737C6064.57,-661.052 6097.17,-621.077 6118.16,-595.331"/>
2820-<polygon fill="black" stroke="black" points="6120.93,-597.474 6124.54,-587.512 6115.5,-593.05 6120.93,-597.474"/>
2821+<path fill="none" stroke="black" d="M6048.08,-683.737C6066.57,-661.052 6099.17,-621.077 6120.16,-595.331"/>
2822+<polygon fill="black" stroke="black" points="6122.93,-597.474 6126.54,-587.512 6117.5,-593.05 6122.93,-597.474"/>
2823 </a>
2824 </g>
2825 <!-- 26 -->
2826-<g id="node104" class="node"><title>26</title>
2827+<g id="node100" class="node"><title>26</title>
2828 <a xlink:href="../zorba.io_modules_unordered-maps.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/unordered-maps">
2829-<ellipse fill="white" stroke="white" cx="5774" cy="-701" rx="91.2168" ry="18.3848"/>
2830-<text text-anchor="middle" x="5774" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">unordered-maps</text>
2831+<ellipse fill="white" stroke="white" cx="5776" cy="-701" rx="91.2168" ry="18.3848"/>
2832+<text text-anchor="middle" x="5776" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">unordered-maps</text>
2833 </a>
2834 </g>
2835 <!-- 27 -->
2836-<g id="node107" class="node"><title>27</title>
2837+<g id="node103" class="node"><title>27</title>
2838 <a xlink:href="../zorba.io_modules_store_documents.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/documents">
2839-<ellipse fill="white" stroke="white" cx="5578" cy="-701" rx="65.0538" ry="18.3848"/>
2840-<text text-anchor="middle" x="5578" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">documents</text>
2841+<ellipse fill="white" stroke="white" cx="5580" cy="-701" rx="65.0538" ry="18.3848"/>
2842+<text text-anchor="middle" x="5580" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">documents</text>
2843 </a>
2844 </g>
2845 <!-- 34 -->
2846-<g id="node110" class="node"><title>34</title>
2847+<g id="node106" class="node"><title>34</title>
2848 <a xlink:href="../zorba.io_modules_store_static_indexes_ddl.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/static/indexes/ddl">
2849-<ellipse fill="white" stroke="white" cx="5397" cy="-701" rx="27" ry="18.3848"/>
2850-<text text-anchor="middle" x="5397" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2851+<ellipse fill="white" stroke="white" cx="5399" cy="-701" rx="27" ry="18.3848"/>
2852+<text text-anchor="middle" x="5399" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2853 </a>
2854 </g>
2855 <!-- 35 -->
2856-<g id="node112" class="node"><title>35</title>
2857+<g id="node108" class="node"><title>35</title>
2858 <a xlink:href="../zorba.io_modules_store_static_indexes_dml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/static/indexes/dml">
2859-<ellipse fill="white" stroke="white" cx="5212" cy="-701" rx="28.9914" ry="18.3848"/>
2860-<text text-anchor="middle" x="5212" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2861+<ellipse fill="white" stroke="white" cx="5214" cy="-701" rx="28.9914" ry="18.3848"/>
2862+<text text-anchor="middle" x="5214" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2863 </a>
2864 </g>
2865 <!-- 36 -->
2866-<g id="node115" class="node"><title>36</title>
2867+<g id="node111" class="node"><title>36</title>
2868 <a xlink:href="../zorba.io_modules_store_static_integrity-constraints_ddl.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/static/integrity-constraints/ddl">
2869-<ellipse fill="white" stroke="white" cx="5010" cy="-701" rx="27" ry="18.3848"/>
2870-<text text-anchor="middle" x="5010" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2871+<ellipse fill="white" stroke="white" cx="5012" cy="-701" rx="27" ry="18.3848"/>
2872+<text text-anchor="middle" x="5012" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
2873 </a>
2874 </g>
2875 <!-- 37 -->
2876-<g id="node117" class="node"><title>37</title>
2877+<g id="node113" class="node"><title>37</title>
2878 <a xlink:href="../zorba.io_modules_store_static_integrity-constraints_dml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/static/integrity-constraints/dml">
2879-<ellipse fill="white" stroke="white" cx="4825" cy="-701" rx="28.9914" ry="18.3848"/>
2880-<text text-anchor="middle" x="4825" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2881+<ellipse fill="white" stroke="white" cx="4827" cy="-701" rx="28.9914" ry="18.3848"/>
2882+<text text-anchor="middle" x="4827" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
2883 </a>
2884 </g>
2885 <!-- 50 -->
2886-<g id="node120" class="node"><title>50</title>
2887+<g id="node116" class="node"><title>50</title>
2888 <a xlink:href="../zorba.io_modules_dbgp-message-handler.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/dbgp-message-handler">
2889-<ellipse fill="white" stroke="white" cx="3808" cy="-701" rx="121.122" ry="18.3848"/>
2890-<text text-anchor="middle" x="3808" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dbgp-message-handler</text>
2891+<ellipse fill="white" stroke="white" cx="3810" cy="-701" rx="121.122" ry="18.3848"/>
2892+<text text-anchor="middle" x="3810" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dbgp-message-handler</text>
2893 </a>
2894 </g>
2895 <!-- 50&#45;&gt;3 -->
2896-<g id="edge225" class="edge"><title>50-&gt;3</title>
2897+<g id="edge223" class="edge"><title>50-&gt;3</title>
2898 <a xlink:title="FROM: http://zorba.io/modules/dbgp-message-handler, TO: http://zorba.io/modules/base64">
2899-<path fill="none" stroke="black" d="M3745.72,-685.124C3642.91,-658.918 3439.82,-607.149 3346.71,-583.416"/>
2900-<polygon fill="black" stroke="black" points="3347.54,-580.015 3336.98,-580.936 3345.81,-586.798 3347.54,-580.015"/>
2901+<path fill="none" stroke="black" d="M3750.61,-684.765C3723.48,-677.942 3690.81,-670.547 3661,-666 3636.55,-662.272 3572.06,-669.177 3550,-658 3524.23,-644.944 3503.83,-618.572 3491.02,-598.268"/>
2902+<polygon fill="black" stroke="black" points="3493.85,-596.184 3485.69,-589.436 3487.86,-599.805 3493.85,-596.184"/>
2903 </a>
2904 </g>
2905-<!-- 82 -->
2906-<g id="node123" class="node"><title>82</title>
2907+<!-- 56 -->
2908+<g id="node119" class="node"><title>56</title>
2909 <a xlink:href="../zorba.io_modules_excel_datetime.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/datetime">
2910-<ellipse fill="white" stroke="white" cx="4636" cy="-701" rx="55.1543" ry="18.3848"/>
2911-<text text-anchor="middle" x="4636" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">datetime</text>
2912+<ellipse fill="white" stroke="white" cx="4638" cy="-701" rx="55.1543" ry="18.3848"/>
2913+<text text-anchor="middle" x="4638" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">datetime</text>
2914 </a>
2915 </g>
2916-<!-- 91 -->
2917-<g id="node141" class="node"><title>91</title>
2918+<!-- 65 -->
2919+<g id="node137" class="node"><title>65</title>
2920 <a xlink:href="../zorba.io_modules_excel_text.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/text">
2921-<ellipse fill="white" stroke="white" cx="4659" cy="-571" rx="31.8198" ry="18.3848"/>
2922-<text text-anchor="middle" x="4659" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">text</text>
2923+<ellipse fill="white" stroke="white" cx="4661" cy="-571" rx="31.8198" ry="18.3848"/>
2924+<text text-anchor="middle" x="4661" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">text</text>
2925 </a>
2926 </g>
2927-<!-- 82&#45;&gt;91 -->
2928-<g id="edge279" class="edge"><title>82-&gt;91</title>
2929+<!-- 56&#45;&gt;65 -->
2930+<g id="edge231" class="edge"><title>56-&gt;65</title>
2931 <a xlink:title="FROM: http://zorba.io/modules/excel/datetime, TO: http://zorba.io/modules/excel/text">
2932-<path fill="none" stroke="black" d="M4639.3,-682.374C4643.12,-660.75 4649.47,-624.839 4653.93,-599.655"/>
2933-<polygon fill="black" stroke="black" points="4657.41,-600.048 4655.71,-589.591 4650.52,-598.829 4657.41,-600.048"/>
2934+<path fill="none" stroke="black" d="M4641.3,-682.374C4645.12,-660.75 4651.47,-624.839 4655.93,-599.655"/>
2935+<polygon fill="black" stroke="black" points="4659.41,-600.048 4657.71,-589.591 4652.52,-598.829 4659.41,-600.048"/>
2936 </a>
2937 </g>
2938-<!-- 83 -->
2939-<g id="node125" class="node"><title>83</title>
2940+<!-- 57 -->
2941+<g id="node121" class="node"><title>57</title>
2942 <a xlink:href="../zorba.io_modules_excel_engineering.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/engineering">
2943-<ellipse fill="white" stroke="white" cx="4488" cy="-701" rx="68.7979" ry="18.3848"/>
2944-<text text-anchor="middle" x="4488" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">engineering</text>
2945+<ellipse fill="white" stroke="white" cx="4490" cy="-701" rx="68.7979" ry="18.3848"/>
2946+<text text-anchor="middle" x="4490" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">engineering</text>
2947 </a>
2948 </g>
2949-<!-- 88 -->
2950-<g id="node133" class="node"><title>88</title>
2951+<!-- 62 -->
2952+<g id="node129" class="node"><title>62</title>
2953 <a xlink:href="../zorba.io_modules_excel_math.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/math">
2954-<ellipse fill="white" stroke="white" cx="4385" cy="-407" rx="36.977" ry="18.3848"/>
2955-<text text-anchor="middle" x="4385" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math</text>
2956+<ellipse fill="white" stroke="white" cx="4387" cy="-407" rx="36.977" ry="18.3848"/>
2957+<text text-anchor="middle" x="4387" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math</text>
2958 </a>
2959 </g>
2960-<!-- 83&#45;&gt;88 -->
2961-<g id="edge283" class="edge"><title>83-&gt;88</title>
2962+<!-- 57&#45;&gt;62 -->
2963+<g id="edge235" class="edge"><title>57-&gt;62</title>
2964 <a xlink:title="FROM: http://zorba.io/modules/excel/engineering, TO: http://zorba.io/modules/excel/math">
2965-<path fill="none" stroke="black" d="M4522.2,-684.751C4536.46,-678.363 4553.33,-671.305 4569,-666 4582.89,-661.299 4591.98,-669.555 4601,-658 4617.68,-636.631 4614.38,-559.578 4601,-536 4564.01,-470.828 4479.59,-435.072 4427.92,-418.574"/>
2966-<polygon fill="black" stroke="black" points="4428.64,-415.132 4418.05,-415.528 4426.57,-421.821 4428.64,-415.132"/>
2967+<path fill="none" stroke="black" d="M4524.2,-684.751C4538.46,-678.363 4555.33,-671.305 4571,-666 4584.89,-661.299 4593.98,-669.555 4603,-658 4619.68,-636.631 4616.38,-559.578 4603,-536 4566.01,-470.828 4481.59,-435.072 4429.92,-418.574"/>
2968+<polygon fill="black" stroke="black" points="4430.64,-415.132 4420.05,-415.528 4428.57,-421.821 4430.64,-415.132"/>
2969 </a>
2970 </g>
2971-<!-- 83&#45;&gt;91 -->
2972-<g id="edge281" class="edge"><title>83-&gt;91</title>
2973+<!-- 57&#45;&gt;65 -->
2974+<g id="edge233" class="edge"><title>57-&gt;65</title>
2975 <a xlink:title="FROM: http://zorba.io/modules/excel/engineering, TO: http://zorba.io/modules/excel/text">
2976-<path fill="none" stroke="black" d="M4521.25,-684.596C4535.65,-678.029 4552.87,-670.881 4569,-666 4588.02,-660.243 4596.96,-669.744 4613,-658 4632.48,-643.729 4644.48,-618.692 4651.31,-599.129"/>
2977-<polygon fill="black" stroke="black" points="4654.68,-600.076 4654.43,-589.484 4648.02,-597.924 4654.68,-600.076"/>
2978+<path fill="none" stroke="black" d="M4523.25,-684.596C4537.65,-678.029 4554.87,-670.881 4571,-666 4590.02,-660.243 4598.96,-669.744 4615,-658 4634.48,-643.729 4646.48,-618.692 4653.31,-599.129"/>
2979+<polygon fill="black" stroke="black" points="4656.68,-600.076 4656.43,-589.484 4650.02,-597.924 4656.68,-600.076"/>
2980 </a>
2981 </g>
2982-<!-- 84 -->
2983-<g id="node127" class="node"><title>84</title>
2984+<!-- 58 -->
2985+<g id="node123" class="node"><title>58</title>
2986 <a xlink:href="../zorba.io_modules_excel_information.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/information">
2987-<ellipse fill="white" stroke="white" cx="4521" cy="-571" rx="67.8823" ry="18.3848"/>
2988-<text text-anchor="middle" x="4521" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">information</text>
2989+<ellipse fill="white" stroke="white" cx="4523" cy="-571" rx="67.8823" ry="18.3848"/>
2990+<text text-anchor="middle" x="4523" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">information</text>
2991 </a>
2992 </g>
2993-<!-- 84&#45;&gt;88 -->
2994-<g id="edge285" class="edge"><title>84-&gt;88</title>
2995+<!-- 58&#45;&gt;62 -->
2996+<g id="edge237" class="edge"><title>58-&gt;62</title>
2997 <a xlink:title="FROM: http://zorba.io/modules/excel/information, TO: http://zorba.io/modules/excel/math">
2998-<path fill="none" stroke="black" d="M4505.93,-552.823C4481.57,-523.454 4433.51,-465.5 4405.88,-432.176"/>
2999-<polygon fill="black" stroke="black" points="4408.4,-429.731 4399.32,-424.267 4403.01,-434.199 4408.4,-429.731"/>
3000+<path fill="none" stroke="black" d="M4507.93,-552.823C4483.57,-523.454 4435.51,-465.5 4407.88,-432.176"/>
3001+<polygon fill="black" stroke="black" points="4410.4,-429.731 4401.32,-424.267 4405.01,-434.199 4410.4,-429.731"/>
3002 </a>
3003 </g>
3004-<!-- 85 -->
3005-<g id="node129" class="node"><title>85</title>
3006+<!-- 59 -->
3007+<g id="node125" class="node"><title>59</title>
3008 <a xlink:href="../zorba.io_modules_excel_logical.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/logical">
3009-<ellipse fill="white" stroke="white" cx="4284" cy="-701" rx="41.2167" ry="18.3848"/>
3010-<text text-anchor="middle" x="4284" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">logical</text>
3011+<ellipse fill="white" stroke="white" cx="4286" cy="-701" rx="41.2167" ry="18.3848"/>
3012+<text text-anchor="middle" x="4286" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">logical</text>
3013 </a>
3014 </g>
3015-<!-- 86 -->
3016-<g id="node131" class="node"><title>86</title>
3017+<!-- 60 -->
3018+<g id="node127" class="node"><title>60</title>
3019 <a xlink:href="../zorba.io_modules_excel_lookup.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/lookup">
3020-<ellipse fill="white" stroke="white" cx="4385" cy="-571" rx="43.8406" ry="18.3848"/>
3021-<text text-anchor="middle" x="4385" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">lookup</text>
3022+<ellipse fill="white" stroke="white" cx="4387" cy="-571" rx="43.8406" ry="18.3848"/>
3023+<text text-anchor="middle" x="4387" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">lookup</text>
3024 </a>
3025 </g>
3026-<!-- 86&#45;&gt;88 -->
3027-<g id="edge287" class="edge"><title>86-&gt;88</title>
3028+<!-- 60&#45;&gt;62 -->
3029+<g id="edge239" class="edge"><title>60-&gt;62</title>
3030 <a xlink:title="FROM: http://zorba.io/modules/excel/lookup, TO: http://zorba.io/modules/excel/math">
3031-<path fill="none" stroke="black" d="M4385,-552.187C4385,-523.641 4385,-469.174 4385,-435.674"/>
3032-<polygon fill="black" stroke="black" points="4388.5,-435.593 4385,-425.593 4381.5,-435.594 4388.5,-435.593"/>
3033+<path fill="none" stroke="black" d="M4387,-552.187C4387,-523.641 4387,-469.174 4387,-435.674"/>
3034+<polygon fill="black" stroke="black" points="4390.5,-435.593 4387,-425.593 4383.5,-435.594 4390.5,-435.593"/>
3035 </a>
3036 </g>
3037-<!-- 87 -->
3038-<g id="node135" class="node"><title>87</title>
3039+<!-- 61 -->
3040+<g id="node131" class="node"><title>61</title>
3041 <a xlink:href="../zorba.io_modules_excel_math-sumproduct.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/math-sumproduct">
3042-<ellipse fill="white" stroke="white" cx="4219" cy="-571" rx="97.7889" ry="18.3848"/>
3043-<text text-anchor="middle" x="4219" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math-sumproduct</text>
3044+<ellipse fill="white" stroke="white" cx="4221" cy="-571" rx="97.7889" ry="18.3848"/>
3045+<text text-anchor="middle" x="4221" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math-sumproduct</text>
3046 </a>
3047 </g>
3048-<!-- 87&#45;&gt;88 -->
3049-<g id="edge289" class="edge"><title>87-&gt;88</title>
3050+<!-- 61&#45;&gt;62 -->
3051+<g id="edge241" class="edge"><title>61-&gt;62</title>
3052 <a xlink:title="FROM: http://zorba.io/modules/excel/math-sumproduct, TO: http://zorba.io/modules/excel/math">
3053-<path fill="none" stroke="black" d="M4237.4,-552.823C4267.54,-523.05 4327.41,-463.9 4360.89,-430.816"/>
3054-<polygon fill="black" stroke="black" points="4363.36,-433.298 4368.02,-423.78 4358.44,-428.318 4363.36,-433.298"/>
3055+<path fill="none" stroke="black" d="M4239.4,-552.823C4269.54,-523.05 4329.41,-463.9 4362.89,-430.816"/>
3056+<polygon fill="black" stroke="black" points="4365.36,-433.298 4370.02,-423.78 4360.44,-428.318 4365.36,-433.298"/>
3057 </a>
3058 </g>
3059-<!-- 90 -->
3060-<g id="node137" class="node"><title>90</title>
3061+<!-- 64 -->
3062+<g id="node133" class="node"><title>64</title>
3063 <a xlink:href="../zorba.io_modules_excel_statistical.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/statistical">
3064-<ellipse fill="white" stroke="white" cx="4039" cy="-571" rx="58.1882" ry="18.3848"/>
3065-<text text-anchor="middle" x="4039" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical</text>
3066+<ellipse fill="white" stroke="white" cx="4041" cy="-571" rx="58.1882" ry="18.3848"/>
3067+<text text-anchor="middle" x="4041" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical</text>
3068 </a>
3069 </g>
3070-<!-- 90&#45;&gt;88 -->
3071-<g id="edge295" class="edge"><title>90-&gt;88</title>
3072+<!-- 64&#45;&gt;62 -->
3073+<g id="edge247" class="edge"><title>64-&gt;62</title>
3074 <a xlink:title="FROM: http://zorba.io/modules/excel/statistical, TO: http://zorba.io/modules/excel/math">
3075-<path fill="none" stroke="black" d="M4069.93,-555.317C4082.07,-549.215 4096.16,-542.211 4109,-536 4194.17,-494.812 4295.06,-448.205 4348.13,-423.858"/>
3076-<polygon fill="black" stroke="black" points="4349.83,-426.927 4357.46,-419.578 4346.92,-420.564 4349.83,-426.927"/>
3077+<path fill="none" stroke="black" d="M4071.93,-555.317C4084.07,-549.215 4098.16,-542.211 4111,-536 4196.17,-494.812 4297.06,-448.205 4350.13,-423.858"/>
3078+<polygon fill="black" stroke="black" points="4351.83,-426.927 4359.46,-419.578 4348.92,-420.564 4351.83,-426.927"/>
3079 </a>
3080 </g>
3081-<!-- 89 -->
3082-<g id="node139" class="node"><title>89</title>
3083+<!-- 63 -->
3084+<g id="node135" class="node"><title>63</title>
3085 <a xlink:href="../zorba.io_modules_excel_statistical-zorba.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/statistical-zorba">
3086-<ellipse fill="white" stroke="white" cx="4059" cy="-701" rx="89.8026" ry="18.3848"/>
3087-<text text-anchor="middle" x="4059" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical-zorba</text>
3088+<ellipse fill="white" stroke="white" cx="4061" cy="-701" rx="89.8026" ry="18.3848"/>
3089+<text text-anchor="middle" x="4061" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical-zorba</text>
3090 </a>
3091 </g>
3092-<!-- 89&#45;&gt;88 -->
3093-<g id="edge291" class="edge"><title>89-&gt;88</title>
3094+<!-- 63&#45;&gt;62 -->
3095+<g id="edge243" class="edge"><title>63-&gt;62</title>
3096 <a xlink:title="FROM: http://zorba.io/modules/excel/statistical-zorba, TO: http://zorba.io/modules/excel/math">
3097-<path fill="none" stroke="black" d="M4003.62,-686.185C3990,-679.792 3977.04,-670.744 3969,-658 3940.08,-612.133 3936.83,-579.651 3969,-536 4013.73,-475.297 4241.26,-430.881 4339.61,-414.219"/>
3098-<polygon fill="black" stroke="black" points="4340.26,-417.657 4349.55,-412.554 4339.11,-410.753 4340.26,-417.657"/>
3099+<path fill="none" stroke="black" d="M4005.62,-686.185C3992,-679.792 3979.04,-670.744 3971,-658 3942.08,-612.133 3938.83,-579.651 3971,-536 4015.73,-475.297 4243.26,-430.881 4341.61,-414.219"/>
3100+<polygon fill="black" stroke="black" points="4342.26,-417.657 4351.55,-412.554 4341.11,-410.753 4342.26,-417.657"/>
3101 </a>
3102 </g>
3103-<!-- 89&#45;&gt;90 -->
3104-<g id="edge293" class="edge"><title>89-&gt;90</title>
3105+<!-- 63&#45;&gt;64 -->
3106+<g id="edge245" class="edge"><title>63-&gt;64</title>
3107 <a xlink:title="FROM: http://zorba.io/modules/excel/statistical-zorba, TO: http://zorba.io/modules/excel/statistical">
3108-<path fill="none" stroke="black" d="M4056.13,-682.374C4052.81,-660.75 4047.28,-624.839 4043.41,-599.655"/>
3109-<polygon fill="black" stroke="black" points="4046.84,-598.943 4041.86,-589.591 4039.92,-600.007 4046.84,-598.943"/>
3110+<path fill="none" stroke="black" d="M4058.13,-682.374C4054.81,-660.75 4049.28,-624.839 4045.41,-599.655"/>
3111+<polygon fill="black" stroke="black" points="4048.84,-598.943 4043.86,-589.591 4041.92,-600.007 4048.84,-598.943"/>
3112 </a>
3113 </g>
3114-<!-- 91&#45;&gt;88 -->
3115-<g id="edge297" class="edge"><title>91-&gt;88</title>
3116+<!-- 65&#45;&gt;62 -->
3117+<g id="edge249" class="edge"><title>65-&gt;62</title>
3118 <a xlink:title="FROM: http://zorba.io/modules/excel/text, TO: http://zorba.io/modules/excel/math">
3119-<path fill="none" stroke="black" d="M4640.17,-555.76C4632.01,-549.39 4622.22,-542.074 4613,-536 4547.06,-492.545 4465.67,-448.688 4420.13,-424.968"/>
3120-<polygon fill="black" stroke="black" points="4421.46,-421.717 4410.97,-420.22 4418.24,-427.931 4421.46,-421.717"/>
3121+<path fill="none" stroke="black" d="M4642.17,-555.76C4634.01,-549.39 4624.22,-542.074 4615,-536 4549.06,-492.545 4467.67,-448.688 4422.13,-424.968"/>
3122+<polygon fill="black" stroke="black" points="4423.46,-421.717 4412.97,-420.22 4420.24,-427.931 4423.46,-421.717"/>
3123 </a>
3124 </g>
3125 <!-- 8 -->
3126-<g id="node144" class="node"><title>8</title>
3127+<g id="node140" class="node"><title>8</title>
3128 <a xlink:href="../zorba.io_modules_full-text.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/full-text">
3129-<ellipse fill="white" stroke="white" cx="3324" cy="-701" rx="50.2046" ry="18.3848"/>
3130-<text text-anchor="middle" x="3324" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">full-text</text>
3131+<ellipse fill="white" stroke="white" cx="3326" cy="-701" rx="50.2046" ry="18.3848"/>
3132+<text text-anchor="middle" x="3326" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">full-text</text>
3133 </a>
3134 </g>
3135-<!-- 69 -->
3136-<g id="node147" class="node"><title>69</title>
3137+<!-- 82 -->
3138+<g id="node143" class="node"><title>82</title>
3139 <a xlink:href="../zorba.io_modules_geoproj.html" xlink:title="(External module) module uri=http://zorba.io/modules/geoproj">
3140-<ellipse fill="white" stroke="white" cx="2663" cy="-571" rx="48.0833" ry="18.3848"/>
3141-<text text-anchor="middle" x="2663" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geoproj</text>
3142+<ellipse fill="white" stroke="white" cx="3610" cy="-571" rx="48.0833" ry="18.3848"/>
3143+<text text-anchor="middle" x="3610" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geoproj</text>
3144 </a>
3145 </g>
3146-<!-- 69&#45;&gt;23 -->
3147-<g id="edge265" class="edge"><title>69-&gt;23</title>
3148+<!-- 82&#45;&gt;23 -->
3149+<g id="edge265" class="edge"><title>82-&gt;23</title>
3150 <a xlink:title="FROM: http://zorba.io/modules/geoproj, TO: http://zorba.io/modules/schema">
3151-<path fill="none" stroke="black" d="M2663,-552.187C2663,-523.641 2663,-469.174 2663,-435.674"/>
3152-<polygon fill="black" stroke="black" points="2666.5,-435.593 2663,-425.593 2659.5,-435.594 2666.5,-435.593"/>
3153+<path fill="none" stroke="black" d="M3583.54,-555.474C3569.36,-548.03 3551.29,-539.898 3534,-536 3515.87,-531.912 2880.73,-537.891 2865,-528 2832.82,-507.772 2817.34,-464.649 2810.31,-435.734"/>
3154+<polygon fill="black" stroke="black" points="2813.68,-434.788 2808.09,-425.793 2806.85,-436.316 2813.68,-434.788"/>
3155 </a>
3156 </g>
3157-<!-- 73 -->
3158-<g id="node150" class="node"><title>73</title>
3159+<!-- 76 -->
3160+<g id="node146" class="node"><title>76</title>
3161 <a xlink:href="../zorba.io_modules_image_animation.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/animation">
3162-<ellipse fill="white" stroke="white" cx="3079" cy="-701" rx="60.8112" ry="18.3848"/>
3163-<text text-anchor="middle" x="3079" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">animation</text>
3164+<ellipse fill="white" stroke="white" cx="2677" cy="-701" rx="60.8112" ry="18.3848"/>
3165+<text text-anchor="middle" x="2677" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">animation</text>
3166 </a>
3167 </g>
3168 <!-- Magick -->
3169-<g id="node237" class="node"><title>Magick</title>
3170+<g id="node233" class="node"><title>Magick</title>
3171 <a xlink:href="http://www.imagemagick.org/Magick++/" xlink:title="Magick++ C++ Library">
3172-<polygon fill="none" stroke="red" points="332,-321 272,-321 268,-317 268,-285 328,-285 332,-289 332,-321"/>
3173-<polyline fill="none" stroke="red" points="328,-317 268,-317 "/>
3174-<polyline fill="none" stroke="red" points="328,-317 328,-285 "/>
3175-<polyline fill="none" stroke="red" points="328,-317 332,-321 "/>
3176-<text text-anchor="middle" x="300" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Magick</text>
3177+<polygon fill="none" stroke="red" points="824,-321 764,-321 760,-317 760,-285 820,-285 824,-289 824,-321"/>
3178+<polyline fill="none" stroke="red" points="820,-317 760,-317 "/>
3179+<polyline fill="none" stroke="red" points="820,-317 820,-285 "/>
3180+<polyline fill="none" stroke="red" points="820,-317 824,-321 "/>
3181+<text text-anchor="middle" x="792" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Magick</text>
3182 </a>
3183 </g>
3184-<!-- 73&#45;&gt;Magick -->
3185-<g id="edge159" class="edge"><title>73-&gt;Magick</title>
3186+<!-- 76&#45;&gt;Magick -->
3187+<g id="edge157" class="edge"><title>76-&gt;Magick</title>
3188 <a xlink:title="FROM: http://zorba.io/modules/image/animation, TO: Magick">
3189-<path fill="none" stroke="red" d="M3051.64,-684.311C3038.37,-677.167 3021.89,-669.639 3006,-666 2988.81,-662.063 480.493,-668.054 466,-658 408.619,-618.196 400.326,-417.127 355,-364 350.349,-358.548 346.408,-360.703 341,-356 332.219,-348.364 324.04,-338.603 317.334,-329.544"/>
3190-<polygon fill="red" stroke="red" points="320.027,-327.292 311.383,-321.166 314.32,-331.346 320.027,-327.292"/>
3191+<path fill="none" stroke="red" d="M2644.9,-685.038C2628.35,-677.677 2607.57,-669.752 2588,-666 2574.97,-663.502 687.359,-667.399 678,-658 585.798,-565.411 590.782,-461.298 678,-364 688.893,-351.848 736.763,-363.978 751,-356 761.91,-349.886 770.888,-339.56 777.632,-329.638"/>
3192+<polygon fill="red" stroke="red" points="780.616,-331.468 782.976,-321.139 774.69,-327.742 780.616,-331.468"/>
3193 </a>
3194 </g>
3195-<!-- 70 -->
3196-<g id="node152" class="node"><title>70</title>
3197+<!-- 73 -->
3198+<g id="node148" class="node"><title>73</title>
3199 <a xlink:href="../zorba.io_modules_image_basic.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/basic">
3200-<ellipse fill="white" stroke="white" cx="3199" cy="-701" rx="34.8574" ry="18.3848"/>
3201-<text text-anchor="middle" x="3199" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">basic</text>
3202+<ellipse fill="white" stroke="white" cx="2797" cy="-701" rx="34.8574" ry="18.3848"/>
3203+<text text-anchor="middle" x="2797" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">basic</text>
3204 </a>
3205 </g>
3206-<!-- 70&#45;&gt;Magick -->
3207-<g id="edge153" class="edge"><title>70-&gt;Magick</title>
3208+<!-- 73&#45;&gt;Magick -->
3209+<g id="edge151" class="edge"><title>73-&gt;Magick</title>
3210 <a xlink:title="FROM: http://zorba.io/modules/image/basic, TO: Magick">
3211-<path fill="none" stroke="red" d="M3182.25,-684.393C3173.9,-677.266 3163.2,-669.73 3152,-666 3134.78,-660.265 554.369,-667.648 539,-658 415.935,-580.746 513.301,-449.753 396,-364 376.059,-349.422 362.333,-368.454 341,-356 330.385,-349.803 321.548,-339.694 314.83,-329.957"/>
3212-<polygon fill="red" stroke="red" points="317.597,-327.787 309.266,-321.242 311.697,-331.554 317.597,-327.787"/>
3213+<path fill="none" stroke="red" d="M2780.25,-684.398C2771.89,-677.272 2761.19,-669.735 2750,-666 2736.85,-661.613 763.782,-667.821 754,-658 661.79,-565.42 718.07,-489.63 754,-364 757.476,-351.846 764.153,-339.757 770.953,-329.586"/>
3214+<polygon fill="red" stroke="red" points="773.974,-331.375 776.883,-321.188 768.255,-327.338 773.974,-331.375"/>
3215 </a>
3216 </g>
3217-<!-- 100 -->
3218-<g id="node154" class="node"><title>100</title>
3219+<!-- 55 -->
3220+<g id="node150" class="node"><title>55</title>
3221 <a xlink:href="../www.zorba-xquery.com_modules_image_graphviz.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/image/graphviz">
3222-<ellipse fill="white" stroke="white" cx="2668" cy="-701" rx="53.9477" ry="18.3848"/>
3223-<text text-anchor="middle" x="2668" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">graphviz</text>
3224+<ellipse fill="white" stroke="white" cx="2910" cy="-701" rx="53.9477" ry="18.3848"/>
3225+<text text-anchor="middle" x="2910" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">graphviz</text>
3226 </a>
3227 </g>
3228 <!-- Graphviz -->
3229-<g id="node243" class="node"><title>Graphviz</title>
3230+<g id="node239" class="node"><title>Graphviz</title>
3231 <a xlink:href="http://www.graphviz.org/" xlink:title="Graphviz - Graph Visualization Software">
3232-<polygon fill="none" stroke="red" points="250,-321 174,-321 170,-317 170,-285 246,-285 250,-289 250,-321"/>
3233-<polyline fill="none" stroke="red" points="246,-317 170,-317 "/>
3234-<polyline fill="none" stroke="red" points="246,-317 246,-285 "/>
3235-<polyline fill="none" stroke="red" points="246,-317 250,-321 "/>
3236-<text text-anchor="middle" x="210" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>
3237+<polygon fill="none" stroke="red" points="742,-321 666,-321 662,-317 662,-285 738,-285 742,-289 742,-321"/>
3238+<polyline fill="none" stroke="red" points="738,-317 662,-317 "/>
3239+<polyline fill="none" stroke="red" points="738,-317 738,-285 "/>
3240+<polyline fill="none" stroke="red" points="738,-317 742,-321 "/>
3241+<text text-anchor="middle" x="702" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>
3242 </a>
3243 </g>
3244-<!-- 100&#45;&gt;Graphviz -->
3245-<g id="edge175" class="edge"><title>100-&gt;Graphviz</title>
3246+<!-- 55&#45;&gt;Graphviz -->
3247+<g id="edge141" class="edge"><title>55-&gt;Graphviz</title>
3248 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/image/graphviz, TO: Graphviz">
3249-<path fill="none" stroke="red" d="M2638.94,-685.223C2623.67,-677.811 2604.34,-669.785 2586,-666 2570.53,-662.809 324.598,-667.523 312,-658 207.601,-579.085 204.832,-400.382 208.002,-331.144"/>
3250-<polygon fill="red" stroke="red" points="211.506,-331.177 208.548,-321.003 204.516,-330.801 211.506,-331.177"/>
3251+<path fill="none" stroke="red" d="M2885.47,-684.33C2873.51,-677.189 2858.59,-669.66 2844,-666 2829.92,-662.47 764.963,-667.511 754,-658 658.2,-574.89 681.894,-399.42 695.605,-331.078"/>
3252+<polygon fill="red" stroke="red" points="699.079,-331.565 697.7,-321.06 692.227,-330.132 699.079,-331.565"/>
3253 </a>
3254 </g>
3255-<!-- 71 -->
3256-<g id="node156" class="node"><title>71</title>
3257+<!-- 74 -->
3258+<g id="node152" class="node"><title>74</title>
3259 <a xlink:href="../zorba.io_modules_image_manipulation.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/manipulation">
3260-<ellipse fill="white" stroke="white" cx="2821" cy="-701" rx="75.1594" ry="18.3848"/>
3261-<text text-anchor="middle" x="2821" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">manipulation</text>
3262+<ellipse fill="white" stroke="white" cx="3063" cy="-701" rx="75.1594" ry="18.3848"/>
3263+<text text-anchor="middle" x="3063" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">manipulation</text>
3264 </a>
3265 </g>
3266-<!-- 71&#45;&gt;Magick -->
3267-<g id="edge155" class="edge"><title>71-&gt;Magick</title>
3268+<!-- 74&#45;&gt;Magick -->
3269+<g id="edge153" class="edge"><title>74-&gt;Magick</title>
3270 <a xlink:title="FROM: http://zorba.io/modules/image/manipulation, TO: Magick">
3271-<path fill="none" stroke="red" d="M2788.03,-684.295C2772.14,-677.147 2752.54,-669.621 2734,-666 2717.94,-662.861 389.724,-668.296 377,-658 277.18,-577.23 287.434,-400.378 295.812,-331.372"/>
3272-<polygon fill="red" stroke="red" points="299.309,-331.621 297.124,-321.254 292.367,-330.722 299.309,-331.621"/>
3273+<path fill="none" stroke="red" d="M3030.03,-684.298C3014.14,-677.15 2994.53,-669.624 2976,-666 2961.12,-663.09 802.705,-668.744 792,-658 703.661,-569.337 755.474,-397.951 780.673,-330.876"/>
3274+<polygon fill="red" stroke="red" points="783.996,-331.987 784.321,-321.397 777.463,-329.473 783.996,-331.987"/>
3275 </a>
3276 </g>
3277-<!-- 72 -->
3278-<g id="node158" class="node"><title>72</title>
3279+<!-- 75 -->
3280+<g id="node154" class="node"><title>75</title>
3281 <a xlink:href="../zorba.io_modules_image_paint.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/paint">
3282-<ellipse fill="white" stroke="white" cx="2957" cy="-701" rx="36.7696" ry="18.3848"/>
3283-<text text-anchor="middle" x="2957" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">paint</text>
3284+<ellipse fill="white" stroke="white" cx="3199" cy="-701" rx="36.7696" ry="18.3848"/>
3285+<text text-anchor="middle" x="3199" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">paint</text>
3286 </a>
3287 </g>
3288-<!-- 72&#45;&gt;Magick -->
3289-<g id="edge157" class="edge"><title>72-&gt;Magick</title>
3290+<!-- 75&#45;&gt;Magick -->
3291+<g id="edge155" class="edge"><title>75-&gt;Magick</title>
3292 <a xlink:title="FROM: http://zorba.io/modules/image/paint, TO: Magick">
3293-<path fill="none" stroke="red" d="M2939.42,-684.383C2930.69,-677.254 2919.54,-669.719 2908,-666 2891.55,-660.699 433.014,-668.117 419,-658 391.322,-638.018 328.939,-411.79 307.445,-331.254"/>
3294-<polygon fill="red" stroke="red" points="310.755,-330.084 304.804,-321.319 303.99,-331.882 310.755,-330.084"/>
3295+<path fill="none" stroke="red" d="M3181.42,-684.385C3172.68,-677.256 3161.54,-669.721 3150,-666 3134.67,-661.057 841.965,-668.79 830,-658 782.178,-614.874 786.952,-407.891 790.447,-331.449"/>
3296+<polygon fill="red" stroke="red" points="793.957,-331.311 790.947,-321.153 786.966,-330.971 793.957,-331.311"/>
3297 </a>
3298 </g>
3299 <!-- 42 -->
3300-<g id="node161" class="node"><title>42</title>
3301+<g id="node157" class="node"><title>42</title>
3302 <a xlink:href="../zorba.io_modules_fetch.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/fetch">
3303-<ellipse fill="white" stroke="white" cx="8258" cy="-407" rx="36.0624" ry="18.3848"/>
3304-<text text-anchor="middle" x="8258" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">fetch</text>
3305+<ellipse fill="white" stroke="white" cx="2026" cy="-407" rx="36.0624" ry="18.3848"/>
3306+<text text-anchor="middle" x="2026" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">fetch</text>
3307 </a>
3308 </g>
3309 <!-- 12&#45;&gt;22 -->
3310-<g id="edge193" class="edge"><title>12-&gt;22</title>
3311+<g id="edge191" class="edge"><title>12-&gt;22</title>
3312 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://jsoniq.org/function-library">
3313-<path fill="none" stroke="black" d="M8434.44,-396.978C8480.29,-387.476 8541.9,-372.268 8561,-356 8593.85,-328.024 8578.35,-304.091 8602,-268 8618.68,-242.541 8641.84,-216.874 8659.62,-198.648"/>
3314-<polygon fill="black" stroke="black" points="8662.33,-200.885 8666.88,-191.315 8657.35,-195.962 8662.33,-200.885"/>
3315+<path fill="none" stroke="black" d="M2311.76,-397.789C2377.75,-387.191 2492.11,-370.422 2591,-364 2657.46,-359.684 7320.98,-370.419 7386,-356 7526.94,-324.744 7677.38,-237.925 7744.32,-196.103"/>
3316+<polygon fill="black" stroke="black" points="7746.23,-199.04 7752.83,-190.751 7742.5,-193.115 7746.23,-199.04"/>
3317 </a>
3318 </g>
3319 <!-- 12&#45;&gt;11 -->
3320-<g id="edge187" class="edge"><title>12-&gt;11</title>
3321+<g id="edge185" class="edge"><title>12-&gt;11</title>
3322 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://expath.org/ns/error">
3323-<path fill="none" stroke="black" d="M8440.92,-401.1C8485.33,-394.777 8546.19,-381.899 8594,-356 8607.13,-348.887 8619.45,-337.908 8629.18,-327.784"/>
3324-<polygon fill="black" stroke="black" points="8631.88,-330.015 8636.08,-320.286 8626.73,-325.274 8631.88,-330.015"/>
3325+<path fill="none" stroke="black" d="M2212.75,-393.638C2176,-383.258 2122.13,-369.703 2074,-364 2052.32,-361.431 522.264,-364.129 502,-356 487.604,-350.225 474.767,-338.82 465.027,-328.064"/>
3326+<polygon fill="black" stroke="black" points="467.664,-325.761 458.504,-320.436 462.344,-330.311 467.664,-325.761"/>
3327 </a>
3328 </g>
3329 <!-- 13 -->
3330-<g id="node164" class="node"><title>13</title>
3331+<g id="node160" class="node"><title>13</title>
3332 <a xlink:href="../zorba.io_modules_http-client.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/http-client">
3333-<ellipse fill="white" stroke="white" cx="8381" cy="-173" rx="62.9325" ry="18.3848"/>
3334-<text text-anchor="middle" x="8381" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>
3335+<ellipse fill="white" stroke="white" cx="2225" cy="-173" rx="62.9325" ry="18.3848"/>
3336+<text text-anchor="middle" x="2225" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>
3337 </a>
3338 </g>
3339 <!-- 12&#45;&gt;13 -->
3340-<g id="edge189" class="edge"><title>12-&gt;13</title>
3341+<g id="edge187" class="edge"><title>12-&gt;13</title>
3342 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://zorba.io/modules/http-client">
3343-<path fill="none" stroke="black" d="M8356.18,-389.831C8345.7,-381.061 8334.63,-369.408 8329,-356 8313.86,-319.939 8319.31,-305.891 8329,-268 8335.37,-243.11 8349.75,-217.725 8361.78,-199.465"/>
3344-<polygon fill="black" stroke="black" points="8364.73,-201.347 8367.45,-191.107 8358.94,-197.417 8364.73,-201.347"/>
3345+<path fill="none" stroke="black" d="M2281.82,-389.831C2292.3,-381.061 2303.37,-369.408 2309,-356 2324.14,-319.939 2322.85,-304.576 2309,-268 2298.31,-239.771 2274.97,-214.529 2255.61,-197.172"/>
3346+<polygon fill="black" stroke="black" points="2257.72,-194.37 2247.87,-190.46 2253.13,-199.657 2257.72,-194.37"/>
3347 </a>
3348 </g>
3349 <!-- 12&#45;&gt;14 -->
3350-<g id="edge191" class="edge"><title>12-&gt;14</title>
3351+<g id="edge189" class="edge"><title>12-&gt;14</title>
3352 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://zorba.io/modules/http-client-wrapper">
3353-<path fill="none" stroke="black" d="M8392.44,-388.407C8402.41,-372.213 8416.99,-348.523 8428.26,-330.198"/>
3354-<polygon fill="black" stroke="black" points="8431.4,-331.783 8433.66,-321.432 8425.44,-328.114 8431.4,-331.783"/>
3355+<path fill="none" stroke="black" d="M2245.56,-388.407C2235.59,-372.213 2221.01,-348.523 2209.74,-330.198"/>
3356+<polygon fill="black" stroke="black" points="2212.56,-328.114 2204.34,-321.432 2206.6,-331.783 2212.56,-328.114"/>
3357 </a>
3358 </g>
3359 <!-- 12&#45;&gt;cURL -->
3360-<g id="edge135" class="edge"><title>12-&gt;cURL</title>
3361+<g id="edge133" class="edge"><title>12-&gt;cURL</title>
3362 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: cURL">
3363-<path fill="none" stroke="red" d="M8358.07,-389.691C8343.89,-380.083 8324.84,-369.073 8306,-364 8286.45,-358.735 6868.25,-356.145 6848,-356 4350.35,-338.1 1267.05,-307.148 894.412,-303.379"/>
3364-<polygon fill="red" stroke="red" points="894.216,-299.877 884.181,-303.276 894.145,-306.877 894.216,-299.877"/>
3365+<path fill="none" stroke="red" d="M2212.75,-393.684C2175.99,-383.333 2122.12,-369.791 2074,-364 2048.82,-360.97 1183.36,-367.968 1161,-356 1150.49,-350.374 1142.47,-340.167 1136.7,-330.203"/>
3366+<polygon fill="red" stroke="red" points="1139.75,-328.498 1132.02,-321.258 1133.55,-331.741 1139.75,-328.498"/>
3367 </a>
3368 </g>
3369 <!-- 13&#45;&gt;22 -->
3370-<g id="edge195" class="edge"><title>13-&gt;22</title>
3371+<g id="edge193" class="edge"><title>13-&gt;22</title>
3372 <a xlink:title="FROM: http://zorba.io/modules/http-client, TO: http://jsoniq.org/function-library">
3373-<path fill="none" stroke="black" d="M8444.14,-173C8492.61,-173 8541.07,-173 8589.54,-173"/>
3374-<polygon fill="black" stroke="black" points="8589.56,-176.5 8599.56,-173 8589.56,-169.5 8589.56,-176.5"/>
3375+<path fill="none" stroke="black" d="M2288.06,-173C4086.58,-173 5885.1,-173 7683.63,-173"/>
3376+<polygon fill="black" stroke="black" points="7683.85,-176.5 7693.85,-173 7683.85,-169.5 7683.85,-176.5"/>
3377 </a>
3378 </g>
3379 <!-- 13&#45;&gt;cURL -->
3380-<g id="edge137" class="edge"><title>13-&gt;cURL</title>
3381+<g id="edge135" class="edge"><title>13-&gt;cURL</title>
3382 <a xlink:title="FROM: http://zorba.io/modules/http-client, TO: cURL">
3383-<path fill="none" stroke="red" d="M8317.95,-174.089C7624.56,-186.07 1434.73,-293.018 894.591,-302.351"/>
3384-<polygon fill="red" stroke="red" points="894.182,-298.857 884.244,-302.529 894.303,-305.856 894.182,-298.857"/>
3385+<path fill="none" stroke="red" d="M2162.6,-176.136C1948.53,-187.227 1252.13,-226.187 1161,-268 1155.85,-270.363 1150.99,-273.782 1146.62,-277.569"/>
3386+<polygon fill="red" stroke="red" points="1144.06,-275.174 1139.29,-284.634 1148.92,-280.213 1144.06,-275.174"/>
3387 </a>
3388 </g>
3389 <!-- 14&#45;&gt;22 -->
3390-<g id="edge201" class="edge"><title>14-&gt;22</title>
3391+<g id="edge199" class="edge"><title>14-&gt;22</title>
3392 <a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://jsoniq.org/function-library">
3393-<path fill="none" stroke="black" d="M8499.05,-286.951C8519.88,-279.874 8543.57,-270.715 8564,-260 8597.8,-242.271 8632.92,-216.291 8656.76,-197.339"/>
3394-<polygon fill="black" stroke="black" points="8659.1,-199.949 8664.69,-190.954 8654.71,-194.494 8659.1,-199.949"/>
3395+<path fill="none" stroke="black" d="M2299.31,-300.526C3005.54,-284.094 7011.8,-190.875 7684.23,-175.228"/>
3396+<polygon fill="black" stroke="black" points="7684.44,-178.725 7694.36,-174.993 7684.28,-171.726 7684.44,-178.725"/>
3397 </a>
3398 </g>
3399 <!-- 14&#45;&gt;11 -->
3400-<g id="edge197" class="edge"><title>14-&gt;11</title>
3401+<g id="edge195" class="edge"><title>14-&gt;11</title>
3402 <a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://expath.org/ns/error">
3403-<path fill="none" stroke="black" d="M8552.3,-303C8569.43,-303 8586.55,-303 8603.67,-303"/>
3404-<polygon fill="black" stroke="black" points="8603.75,-306.5 8613.75,-303 8603.75,-299.5 8603.75,-306.5"/>
3405+<path fill="none" stroke="black" d="M2164.78,-321.091C2141.28,-334.97 2106.39,-352.914 2073,-360 2051.78,-364.504 532.222,-364.504 511,-360 492.276,-356.026 476.076,-341.866 464.532,-328.655"/>
3406+<polygon fill="black" stroke="black" points="467.014,-326.162 457.965,-320.651 461.603,-330.602 467.014,-326.162"/>
3407 </a>
3408 </g>
3409 <!-- 14&#45;&gt;13 -->
3410-<g id="edge199" class="edge"><title>14-&gt;13</title>
3411+<g id="edge197" class="edge"><title>14-&gt;13</title>
3412 <a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://zorba.io/modules/http-client">
3413-<path fill="none" stroke="black" d="M8435.83,-284.374C8425.04,-262.461 8407.03,-225.874 8394.61,-200.649"/>
3414-<polygon fill="black" stroke="black" points="8397.71,-199.017 8390.15,-191.591 8391.43,-202.109 8397.71,-199.017"/>
3415+<path fill="none" stroke="black" d="M2197.58,-284.374C2202.93,-262.654 2211.83,-226.518 2218.03,-201.318"/>
3416+<polygon fill="black" stroke="black" points="2221.43,-202.138 2220.42,-191.591 2214.63,-200.465 2221.43,-202.138"/>
3417 </a>
3418 </g>
3419-<!-- 57 -->
3420-<g id="node167" class="node"><title>57</title>
3421+<!-- 78 -->
3422+<g id="node163" class="node"><title>78</title>
3423 <a xlink:href="../www.zorba-xquery.com_modules_email_imap.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/email/imap">
3424-<ellipse fill="white" stroke="white" cx="8163" cy="-407" rx="34.8574" ry="18.3848"/>
3425-<text text-anchor="middle" x="8163" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">imap</text>
3426+<ellipse fill="white" stroke="white" cx="1931" cy="-407" rx="34.8574" ry="18.3848"/>
3427+<text text-anchor="middle" x="1931" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">imap</text>
3428 </a>
3429 </g>
3430 <!-- cclient -->
3431-<g id="node236" class="node"><title>cclient</title>
3432+<g id="node232" class="node"><title>cclient</title>
3433 <a xlink:href="http://www.washington.edu/imap/" xlink:title="c-client library part of UW IMAP toolkit">
3434-<polygon fill="none" stroke="red" points="738,-321 682,-321 678,-317 678,-285 734,-285 738,-289 738,-321"/>
3435-<polyline fill="none" stroke="red" points="734,-317 678,-317 "/>
3436-<polyline fill="none" stroke="red" points="734,-317 734,-285 "/>
3437-<polyline fill="none" stroke="red" points="734,-317 738,-321 "/>
3438-<text text-anchor="middle" x="708" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cclient</text>
3439+<polygon fill="none" stroke="red" points="1382,-321 1326,-321 1322,-317 1322,-285 1378,-285 1382,-289 1382,-321"/>
3440+<polyline fill="none" stroke="red" points="1378,-317 1322,-317 "/>
3441+<polyline fill="none" stroke="red" points="1378,-317 1378,-285 "/>
3442+<polyline fill="none" stroke="red" points="1378,-317 1382,-321 "/>
3443+<text text-anchor="middle" x="1352" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cclient</text>
3444 </a>
3445 </g>
3446-<!-- 57&#45;&gt;cclient -->
3447-<g id="edge145" class="edge"><title>57-&gt;cclient</title>
3448+<!-- 78&#45;&gt;cclient -->
3449+<g id="edge161" class="edge"><title>78-&gt;cclient</title>
3450 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/email/imap, TO: cclient">
3451-<path fill="none" stroke="red" d="M8149.79,-389.792C8141.31,-380.22 8129.4,-369.213 8116,-364 8092.15,-354.723 769.827,-367.559 747,-356 735.885,-350.372 727.163,-339.921 720.811,-329.777"/>
3452-<polygon fill="red" stroke="red" points="723.838,-328.019 715.84,-321.071 717.76,-331.491 723.838,-328.019"/>
3453+<path fill="none" stroke="red" d="M1917.16,-389.903C1908.63,-380.62 1896.88,-369.87 1884,-364 1796.19,-323.988 1500.98,-308.757 1392.46,-304.427"/>
3454+<polygon fill="red" stroke="red" points="1392.38,-300.921 1382.26,-304.03 1392.11,-307.916 1392.38,-300.921"/>
3455 </a>
3456 </g>
3457-<!-- 77 -->
3458-<g id="node169" class="node"><title>77</title>
3459+<!-- 70 -->
3460+<g id="node165" class="node"><title>70</title>
3461 <a xlink:href="../www.zorba-xquery.com_modules_process.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/process">
3462-<ellipse fill="white" stroke="white" cx="8056" cy="-407" rx="48.0833" ry="18.3848"/>
3463-<text text-anchor="middle" x="8056" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>
3464+<ellipse fill="white" stroke="white" cx="1824" cy="-407" rx="48.0833" ry="18.3848"/>
3465+<text text-anchor="middle" x="1824" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>
3466 </a>
3467 </g>
3468-<!-- 76 -->
3469-<g id="node170" class="node"><title>76</title>
3470+<!-- 69 -->
3471+<g id="node166" class="node"><title>69</title>
3472 <a xlink:href="../zorba.io_modules_process.html" xlink:title="(External module) module uri=http://zorba.io/modules/process">
3473-<ellipse fill="white" stroke="white" cx="7942" cy="-407" rx="48.0833" ry="18.3848"/>
3474-<text text-anchor="middle" x="7942" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>
3475+<ellipse fill="white" stroke="white" cx="1710" cy="-407" rx="48.0833" ry="18.3848"/>
3476+<text text-anchor="middle" x="1710" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>
3477 </a>
3478 </g>
3479-<!-- 56 -->
3480-<g id="node172" class="node"><title>56</title>
3481+<!-- 77 -->
3482+<g id="node168" class="node"><title>77</title>
3483 <a xlink:href="../www.zorba-xquery.com_modules_email_smtp.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/email/smtp">
3484-<ellipse fill="white" stroke="white" cx="7835" cy="-407" rx="34.8574" ry="18.3848"/>
3485-<text text-anchor="middle" x="7835" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">smtp</text>
3486+<ellipse fill="white" stroke="white" cx="1603" cy="-407" rx="34.8574" ry="18.3848"/>
3487+<text text-anchor="middle" x="1603" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">smtp</text>
3488 </a>
3489 </g>
3490-<!-- 56&#45;&gt;cclient -->
3491-<g id="edge143" class="edge"><title>56-&gt;cclient</title>
3492+<!-- 77&#45;&gt;cclient -->
3493+<g id="edge159" class="edge"><title>77-&gt;cclient</title>
3494 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/email/smtp, TO: cclient">
3495-<path fill="none" stroke="red" d="M7821.79,-389.793C7813.31,-380.22 7801.4,-369.213 7788,-364 7765.22,-355.135 768.811,-367.045 747,-356 735.885,-350.371 727.163,-339.92 720.812,-329.777"/>
3496-<polygon fill="red" stroke="red" points="723.838,-328.019 715.84,-321.071 717.76,-331.49 723.838,-328.019"/>
3497+<path fill="none" stroke="red" d="M1587.91,-389.887C1579.33,-381.064 1567.93,-370.764 1556,-364 1503.42,-334.188 1434.78,-317.573 1392.05,-309.459"/>
3498+<polygon fill="red" stroke="red" points="1392.5,-305.983 1382.03,-307.623 1391.23,-312.868 1392.5,-305.983"/>
3499 </a>
3500 </g>
3501-<!-- 97 -->
3502-<g id="node174" class="node"><title>97</title>
3503+<!-- 90 -->
3504+<g id="node170" class="node"><title>90</title>
3505 <a xlink:href="../zorba.io_modules_system.html" xlink:title="(External module) module uri=http://zorba.io/modules/system">
3506-<ellipse fill="white" stroke="white" cx="7730" cy="-407" rx="45.9619" ry="18.3848"/>
3507-<text text-anchor="middle" x="7730" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">system</text>
3508+<ellipse fill="white" stroke="white" cx="1498" cy="-407" rx="45.9619" ry="18.3848"/>
3509+<text text-anchor="middle" x="1498" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">system</text>
3510 </a>
3511 </g>
3512 <!-- 24 -->
3513-<g id="node177" class="node"><title>24</title>
3514+<g id="node173" class="node"><title>24</title>
3515 <a xlink:href="../zorba.io_modules_sctx.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/sctx">
3516-<ellipse fill="white" stroke="white" cx="2524" cy="-701" rx="31.1127" ry="18.3848"/>
3517-<text text-anchor="middle" x="2524" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sctx</text>
3518+<ellipse fill="white" stroke="white" cx="2526" cy="-701" rx="31.1127" ry="18.3848"/>
3519+<text text-anchor="middle" x="2526" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sctx</text>
3520 </a>
3521 </g>
3522-<!-- 74&#45;&gt;JDK -->
3523-<g id="edge161" class="edge"><title>74-&gt;JDK</title>
3524+<!-- 51&#45;&gt;JDK -->
3525+<g id="edge137" class="edge"><title>51-&gt;JDK</title>
3526 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/util-jvm, TO: JDK">
3527-<path fill="none" stroke="red" d="M2495.33,-555.642C2481.03,-548.435 2463.05,-540.466 2446,-536 2405.87,-525.486 2393.3,-537.866 2353,-528 2168.77,-482.892 2144.89,-401.711 1959,-364 1940.46,-360.239 613.691,-364.903 597,-356 586.405,-350.349 578.344,-340.039 572.564,-330.005"/>
3528-<polygon fill="red" stroke="red" points="575.606,-328.268 567.89,-321.008 569.394,-331.496 575.606,-328.268"/>
3529+<path fill="none" stroke="red" d="M2816.18,-555.424C2801.81,-547.965 2783.5,-539.836 2766,-536 2744.32,-531.247 1187.37,-538.829 1168,-528 1093.07,-486.119 1138.15,-410.493 1066,-364 1043.02,-349.19 1028.28,-370.345 1005,-356 995.025,-349.853 987.164,-339.791 981.366,-330.077"/>
3530+<polygon fill="red" stroke="red" points="984.288,-328.124 976.437,-321.01 978.137,-331.467 984.288,-328.124"/>
3531 </a>
3532 </g>
3533-<!-- 80 -->
3534-<g id="node183" class="node"><title>80</title>
3535+<!-- 87 -->
3536+<g id="node179" class="node"><title>87</title>
3537 <a xlink:href="../www.zorba-xquery.com_modules_oauth_client.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/oauth/client">
3538-<ellipse fill="white" stroke="white" cx="1551" cy="-701" rx="38.1838" ry="18.3848"/>
3539-<text text-anchor="middle" x="1551" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">client</text>
3540+<ellipse fill="white" stroke="white" cx="2398" cy="-701" rx="38.1838" ry="18.3848"/>
3541+<text text-anchor="middle" x="2398" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">client</text>
3542 </a>
3543 </g>
3544-<!-- 80&#45;&gt;67 -->
3545-<g id="edge273" class="edge"><title>80-&gt;67</title>
3546+<!-- 87&#45;&gt;67 -->
3547+<g id="edge277" class="edge"><title>87-&gt;67</title>
3548 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://expath.org/ns/http-client">
3549-<path fill="none" stroke="black" d="M1588.95,-698.747C1703.09,-692.094 2053.3,-672.592 2344,-666 2355.21,-665.746 8793.52,-665.332 8802,-658 8834.86,-629.593 8839.05,-495.98 8839.24,-436.125"/>
3550-<polygon fill="black" stroke="black" points="8842.74,-435.847 8839.24,-425.849 8835.74,-435.85 8842.74,-435.847"/>
3551+<path fill="none" stroke="black" d="M2361.87,-694.804C2310.68,-686.359 2214.02,-671.642 2131,-666 2110.34,-664.596 658.848,-666.579 640,-658 536.808,-611.033 462.454,-489.673 432.987,-434.741"/>
3552+<polygon fill="black" stroke="black" points="435.926,-432.81 428.168,-425.595 429.733,-436.074 435.926,-432.81"/>
3553 </a>
3554 </g>
3555-<!-- 80&#45;&gt;78 -->
3556-<g id="edge271" class="edge"><title>80-&gt;78</title>
3557+<!-- 87&#45;&gt;85 -->
3558+<g id="edge275" class="edge"><title>87-&gt;85</title>
3559 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/hmac">
3560-<path fill="none" stroke="black" d="M1586.86,-694.71C1627.85,-686.954 1691.75,-672.95 1711,-658 1730.24,-643.062 1743.12,-618.314 1750.83,-599.024"/>
3561-<polygon fill="black" stroke="black" points="1754.16,-600.107 1754.39,-589.514 1747.6,-597.65 1754.16,-600.107"/>
3562+<path fill="none" stroke="black" d="M2420.11,-685.814C2432.43,-678.263 2448.4,-669.929 2464,-666 2481.94,-661.48 3780.06,-667.383 3796,-658 3817.47,-645.364 3830.28,-619.496 3837.38,-599.235"/>
3563+<polygon fill="black" stroke="black" points="3840.77,-600.128 3840.51,-589.537 3834.11,-597.981 3840.77,-600.128"/>
3564 </a>
3565 </g>
3566-<!-- 80&#45;&gt;3 -->
3567-<g id="edge275" class="edge"><title>80-&gt;3</title>
3568+<!-- 87&#45;&gt;3 -->
3569+<g id="edge279" class="edge"><title>87-&gt;3</title>
3570 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/base64">
3571-<path fill="none" stroke="black" d="M1588.95,-698.85C1703.1,-692.487 2053.33,-673.71 2344,-666 2356.44,-665.67 3229.05,-663.921 3240,-658 3263.05,-645.53 3278.55,-619.455 3287.68,-599.086"/>
3572-<polygon fill="black" stroke="black" points="3291.01,-600.204 3291.66,-589.629 3284.56,-597.49 3291.01,-600.204"/>
3573+<path fill="none" stroke="black" d="M2420.11,-685.829C2432.44,-678.283 2448.41,-669.948 2464,-666 2489.69,-659.495 3394.69,-670.603 3418,-658 3441.06,-645.537 3456.55,-619.46 3465.68,-599.089"/>
3574+<polygon fill="black" stroke="black" points="3469.01,-600.207 3469.66,-589.632 3462.56,-597.494 3469.01,-600.207"/>
3575 </a>
3576 </g>
3577-<!-- 81 -->
3578-<g id="node185" class="node"><title>81</title>
3579+<!-- 88 -->
3580+<g id="node181" class="node"><title>88</title>
3581 <a xlink:href="../www.zorba-xquery.com_modules_oauth_error.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/oauth/error">
3582-<ellipse fill="white" stroke="white" cx="1553" cy="-571" rx="36.0624" ry="18.3848"/>
3583-<text text-anchor="middle" x="1553" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">error</text>
3584+<ellipse fill="white" stroke="white" cx="2398" cy="-571" rx="36.0624" ry="18.3848"/>
3585+<text text-anchor="middle" x="2398" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">error</text>
3586 </a>
3587 </g>
3588-<!-- 80&#45;&gt;81 -->
3589-<g id="edge277" class="edge"><title>80-&gt;81</title>
3590+<!-- 87&#45;&gt;88 -->
3591+<g id="edge281" class="edge"><title>87-&gt;88</title>
3592 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://www.zorba-xquery.com/modules/oauth/error">
3593-<path fill="none" stroke="black" d="M1551.29,-682.374C1551.62,-660.75 1552.17,-624.839 1552.56,-599.655"/>
3594-<polygon fill="black" stroke="black" points="1556.06,-599.644 1552.71,-589.591 1549.06,-599.536 1556.06,-599.644"/>
3595+<path fill="none" stroke="black" d="M2398,-682.374C2398,-660.75 2398,-624.839 2398,-599.655"/>
3596+<polygon fill="black" stroke="black" points="2401.5,-599.591 2398,-589.591 2394.5,-599.591 2401.5,-599.591"/>
3597 </a>
3598 </g>
3599 <!-- 2 -->
3600-<g id="node201" class="node"><title>2</title>
3601+<g id="node197" class="node"><title>2</title>
3602 <a xlink:href="../zorba.io_modules_random.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/random">
3603-<ellipse fill="white" stroke="white" cx="3500" cy="-407" rx="48.7904" ry="18.3848"/>
3604-<text text-anchor="middle" x="3500" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">random</text>
3605+<ellipse fill="white" stroke="white" cx="3642" cy="-407" rx="48.7904" ry="18.3848"/>
3606+<text text-anchor="middle" x="3642" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">random</text>
3607 </a>
3608 </g>
3609-<!-- 80&#45;&gt;2 -->
3610-<g id="edge269" class="edge"><title>80-&gt;2</title>
3611+<!-- 87&#45;&gt;2 -->
3612+<g id="edge273" class="edge"><title>87-&gt;2</title>
3613 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/random">
3614-<path fill="none" stroke="black" d="M1527.85,-685.758C1518.95,-678.521 1509.79,-669.031 1505,-658 1483.41,-608.262 1466.74,-574.42 1505,-536 1523.95,-516.967 3416.16,-542.131 3439,-528 3471.43,-507.939 3487.25,-464.771 3494.49,-435.801"/>
3615-<polygon fill="black" stroke="black" points="3497.95,-436.37 3496.78,-425.84 3491.13,-434.799 3497.95,-436.37"/>
3616+<path fill="none" stroke="black" d="M2420.11,-685.817C2432.43,-678.268 2448.41,-669.934 2464,-666 2480.32,-661.883 3664.14,-669.942 3676,-658 3706.63,-627.172 3669.7,-494.348 3651.27,-435.385"/>
3617+<polygon fill="black" stroke="black" points="3654.53,-434.076 3648.17,-425.601 3647.86,-436.191 3654.53,-434.076"/>
3618 </a>
3619 </g>
3620-<!-- 55 -->
3621-<g id="node188" class="node"><title>55</title>
3622+<!-- 71 -->
3623+<g id="node184" class="node"><title>71</title>
3624 <a xlink:href="../www.zorba-xquery.com_modules_languages_xslt.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/languages/xslt">
3625-<ellipse fill="white" stroke="white" cx="1444" cy="-701" rx="28.9914" ry="18.3848"/>
3626-<text text-anchor="middle" x="1444" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xslt</text>
3627+<ellipse fill="white" stroke="white" cx="1972" cy="-701" rx="28.9914" ry="18.3848"/>
3628+<text text-anchor="middle" x="1972" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xslt</text>
3629 </a>
3630 </g>
3631 <!-- libxslt -->
3632-<g id="node244" class="node"><title>libxslt</title>
3633+<g id="node240" class="node"><title>libxslt</title>
3634 <a xlink:href="http://xmlsoft.org/XSLT/" xlink:title="libxslt Library">
3635-<polygon fill="none" stroke="red" points="152,-321 100,-321 96,-317 96,-285 148,-285 152,-289 152,-321"/>
3636-<polyline fill="none" stroke="red" points="148,-317 96,-317 "/>
3637-<polyline fill="none" stroke="red" points="148,-317 148,-285 "/>
3638-<polyline fill="none" stroke="red" points="148,-317 152,-321 "/>
3639-<text text-anchor="middle" x="124" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libxslt</text>
3640+<polygon fill="none" stroke="red" points="644,-321 592,-321 588,-317 588,-285 640,-285 644,-289 644,-321"/>
3641+<polyline fill="none" stroke="red" points="640,-317 588,-317 "/>
3642+<polyline fill="none" stroke="red" points="640,-317 640,-285 "/>
3643+<polyline fill="none" stroke="red" points="640,-317 644,-321 "/>
3644+<text text-anchor="middle" x="616" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libxslt</text>
3645 </a>
3646 </g>
3647-<!-- 55&#45;&gt;libxslt -->
3648-<g id="edge141" class="edge"><title>55-&gt;libxslt</title>
3649+<!-- 71&#45;&gt;libxslt -->
3650+<g id="edge149" class="edge"><title>71-&gt;libxslt</title>
3651 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/languages/xslt, TO: libxslt">
3652-<path fill="none" stroke="red" d="M1429.75,-684.448C1422.54,-677.333 1413.17,-669.791 1403,-666 1387.8,-660.335 248.038,-667.653 235,-658 129.084,-579.584 121.497,-400.584 122.776,-331.205"/>
3653-<polygon fill="red" stroke="red" points="126.279,-331.132 123.043,-321.044 119.281,-330.948 126.279,-331.132"/>
3654+<path fill="none" stroke="red" d="M1957.75,-684.445C1950.55,-677.329 1941.17,-669.788 1931,-666 1914.2,-659.744 653.062,-670.285 640,-658 548.594,-572.033 587.136,-398.977 606.953,-331.168"/>
3655+<polygon fill="red" stroke="red" points="610.417,-331.802 609.95,-321.218 603.715,-329.783 610.417,-331.802"/>
3656 </a>
3657 </g>
3658 <!-- 48 -->
3659-<g id="node190" class="node"><title>48</title>
3660+<g id="node186" class="node"><title>48</title>
3661 <a xlink:href="../zorba.io_modules_zorba-query.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/zorba-query">
3662-<ellipse fill="white" stroke="white" cx="1320" cy="-701" rx="70.9184" ry="18.3848"/>
3663-<text text-anchor="middle" x="1320" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">zorba-query</text>
3664+<ellipse fill="white" stroke="white" cx="1848" cy="-701" rx="70.9184" ry="18.3848"/>
3665+<text text-anchor="middle" x="1848" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">zorba-query</text>
3666 </a>
3667 </g>
3668 <!-- 10 -->
3669-<g id="node197" class="node"><title>10</title>
3670+<g id="node193" class="node"><title>10</title>
3671 <a xlink:href="../zorba.io_modules_datetime.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/datetime">
3672-<ellipse fill="white" stroke="white" cx="3726" cy="-407" rx="55.1543" ry="18.3848"/>
3673-<text text-anchor="middle" x="3726" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">datetime</text>
3674+<ellipse fill="white" stroke="white" cx="3868" cy="-407" rx="55.1543" ry="18.3848"/>
3675+<text text-anchor="middle" x="3868" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">datetime</text>
3676 </a>
3677 </g>
3678 <!-- 1 -->
3679-<g id="node199" class="node"><title>1</title>
3680+<g id="node195" class="node"><title>1</title>
3681 <a xlink:href="../zorba.io_modules_math.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/math">
3682-<ellipse fill="white" stroke="white" cx="3610" cy="-407" rx="36.977" ry="18.3848"/>
3683-<text text-anchor="middle" x="3610" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>
3684+<ellipse fill="white" stroke="white" cx="3752" cy="-407" rx="36.977" ry="18.3848"/>
3685+<text text-anchor="middle" x="3752" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>
3686 </a>
3687 </g>
3688 <!-- 4 -->
3689-<g id="node203" class="node"><title>4</title>
3690+<g id="node199" class="node"><title>4</title>
3691 <a xlink:href="../zorba.io_modules_string.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/string">
3692-<ellipse fill="white" stroke="white" cx="3388" cy="-407" rx="39.0967" ry="18.3848"/>
3693-<text text-anchor="middle" x="3388" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">string</text>
3694+<ellipse fill="white" stroke="white" cx="3530" cy="-407" rx="39.0967" ry="18.3848"/>
3695+<text text-anchor="middle" x="3530" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">string</text>
3696 </a>
3697 </g>
3698 <!-- 41 -->
3699-<g id="node205" class="node"><title>41</title>
3700+<g id="node201" class="node"><title>41</title>
3701 <a xlink:href="../zorba.io_modules_uri.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/uri">
3702-<ellipse fill="white" stroke="white" cx="3298" cy="-407" rx="27" ry="18.3848"/>
3703-<text text-anchor="middle" x="3298" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">uri</text>
3704+<ellipse fill="white" stroke="white" cx="3440" cy="-407" rx="27" ry="18.3848"/>
3705+<text text-anchor="middle" x="3440" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">uri</text>
3706 </a>
3707 </g>
3708 <!-- 15 -->
3709-<g id="node208" class="node"><title>15</title>
3710+<g id="node204" class="node"><title>15</title>
3711 <a xlink:href="../zorba.io_modules_item.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/item">
3712-<ellipse fill="white" stroke="white" cx="3198" cy="-407" rx="33.234" ry="18.3848"/>
3713-<text text-anchor="middle" x="3198" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">item</text>
3714+<ellipse fill="white" stroke="white" cx="3340" cy="-407" rx="33.234" ry="18.3848"/>
3715+<text text-anchor="middle" x="3340" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">item</text>
3716 </a>
3717 </g>
3718 <!-- 40 -->
3719-<g id="node211" class="node"><title>40</title>
3720+<g id="node207" class="node"><title>40</title>
3721 <a xlink:href="../zorba.io_modules_node.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/node">
3722-<ellipse fill="white" stroke="white" cx="3090" cy="-407" rx="34.8574" ry="18.3848"/>
3723-<text text-anchor="middle" x="3090" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node</text>
3724+<ellipse fill="white" stroke="white" cx="3232" cy="-407" rx="34.8574" ry="18.3848"/>
3725+<text text-anchor="middle" x="3232" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node</text>
3726 </a>
3727 </g>
3728 <!-- 38 -->
3729-<g id="node213" class="node"><title>38</title>
3730+<g id="node209" class="node"><title>38</title>
3731 <a xlink:href="../zorba.io_modules_node-position.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/node-position">
3732-<ellipse fill="white" stroke="white" cx="2953" cy="-407" rx="77.7817" ry="18.3848"/>
3733-<text text-anchor="middle" x="2953" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node-position</text>
3734+<ellipse fill="white" stroke="white" cx="3095" cy="-407" rx="77.7817" ry="18.3848"/>
3735+<text text-anchor="middle" x="3095" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node-position</text>
3736 </a>
3737 </g>
3738 <!-- 39 -->
3739-<g id="node215" class="node"><title>39</title>
3740+<g id="node211" class="node"><title>39</title>
3741 <a xlink:href="../zorba.io_modules_reference.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/reference">
3742-<ellipse fill="white" stroke="white" cx="2793" cy="-407" rx="57.9828" ry="18.3848"/>
3743-<text text-anchor="middle" x="2793" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reference</text>
3744+<ellipse fill="white" stroke="white" cx="2935" cy="-407" rx="57.9828" ry="18.3848"/>
3745+<text text-anchor="middle" x="2935" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reference</text>
3746 </a>
3747 </g>
3748 <!-- 25 -->
3749-<g id="node220" class="node"><title>25</title>
3750+<g id="node216" class="node"><title>25</title>
3751 <a xlink:href="../zorba.io_modules_sequence.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/sequence">
3752-<ellipse fill="white" stroke="white" cx="2518" cy="-407" rx="56.7776" ry="18.3848"/>
3753-<text text-anchor="middle" x="2518" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sequence</text>
3754+<ellipse fill="white" stroke="white" cx="2660" cy="-407" rx="56.7776" ry="18.3848"/>
3755+<text text-anchor="middle" x="2660" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sequence</text>
3756 </a>
3757 </g>
3758 <!-- 5 -->
3759-<g id="node223" class="node"><title>5</title>
3760+<g id="node219" class="node"><title>5</title>
3761 <a xlink:href="../www.zorba-xquery.com_modules_xqdoc_batch.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/modules/xqdoc/batch">
3762-<ellipse fill="white" stroke="white" cx="2395" cy="-701" rx="38.8909" ry="18.3848"/>
3763-<text text-anchor="middle" x="2395" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">batch</text>
3764+<ellipse fill="white" stroke="white" cx="2080" cy="-701" rx="38.8909" ry="18.3848"/>
3765+<text text-anchor="middle" x="2080" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">batch</text>
3766 </a>
3767 </g>
3768 <!-- 5&#45;&gt;9 -->
3769-<g id="edge177" class="edge"><title>5-&gt;9</title>
3770+<g id="edge175" class="edge"><title>5-&gt;9</title>
3771 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.functx.com">
3772-<path fill="none" stroke="black" d="M2417.47,-685.784C2429.99,-678.225 2446.2,-669.892 2462,-666 2495.97,-657.633 7465.04,-659.299 7500,-658 7910.12,-642.765 8397.86,-599.339 8600,-580.223"/>
3773-<polygon fill="black" stroke="black" points="8600.36,-583.704 8609.99,-579.276 8599.7,-576.736 8600.36,-583.704"/>
3774+<path fill="none" stroke="black" d="M2057.52,-685.85C2044.99,-678.31 2028.78,-669.974 2013,-666 1977.06,-656.95 1380.6,-671.279 1346,-658 1314.13,-645.767 1285.78,-618.243 1267.68,-597.406"/>
3775+<polygon fill="black" stroke="black" points="1270.14,-594.904 1261.02,-589.513 1264.79,-599.415 1270.14,-594.904"/>
3776 </a>
3777 </g>
3778 <!-- 5&#45;&gt;20 -->
3779-<g id="edge179" class="edge"><title>5-&gt;20</title>
3780+<g id="edge177" class="edge"><title>5-&gt;20</title>
3781 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://expath.org/ns/file">
3782-<path fill="none" stroke="black" d="M2417.47,-685.782C2429.99,-678.222 2446.2,-669.889 2462,-666 2483.52,-660.703 8825.6,-668.716 8845,-658 8904.8,-624.971 8898.07,-589.884 8927,-528 8941.23,-497.558 8952.33,-460.528 8958.99,-435.513"/>
3783-<polygon fill="black" stroke="black" points="8962.44,-436.141 8961.56,-425.582 8955.66,-434.382 8962.44,-436.141"/>
3784+<path fill="none" stroke="black" d="M2057.53,-685.81C2045.01,-678.258 2028.79,-669.924 2013,-666 1936.92,-647.098 678.388,-675.602 602,-658 471.826,-628.004 418.849,-628.636 331,-528 308.293,-501.987 298.774,-462.579 294.805,-435.863"/>
3785+<polygon fill="black" stroke="black" points="298.231,-435.071 293.46,-425.611 291.29,-435.981 298.231,-435.071"/>
3786 </a>
3787 </g>
3788 <!-- 6 -->
3789-<g id="node225" class="node"><title>6</title>
3790+<g id="node221" class="node"><title>6</title>
3791 <a xlink:href="../www.zorba-xquery.com_modules_xqdoc_html.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/modules/xqdoc/html">
3792-<ellipse fill="white" stroke="white" cx="2189" cy="-571" rx="33.9411" ry="18.3848"/>
3793-<text text-anchor="middle" x="2189" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">html</text>
3794+<ellipse fill="white" stroke="white" cx="2075" cy="-571" rx="33.9411" ry="18.3848"/>
3795+<text text-anchor="middle" x="2075" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">html</text>
3796 </a>
3797 </g>
3798 <!-- 5&#45;&gt;6 -->
3799-<g id="edge185" class="edge"><title>5-&gt;6</title>
3800+<g id="edge183" class="edge"><title>5-&gt;6</title>
3801 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.zorba-xquery.com/modules/xqdoc/html">
3802-<path fill="none" stroke="black" d="M2358.34,-694.661C2317.27,-686.961 2253.94,-673.115 2235,-658 2216.24,-643.027 2204.21,-618.282 2197.18,-599.002"/>
3803-<polygon fill="black" stroke="black" points="2200.48,-597.84 2193.95,-589.499 2193.86,-600.093 2200.48,-597.84"/>
3804+<path fill="none" stroke="black" d="M2079.28,-682.374C2078.45,-660.75 2077.07,-624.839 2076.1,-599.655"/>
3805+<polygon fill="black" stroke="black" points="2079.6,-599.449 2075.72,-589.591 2072.6,-599.718 2079.6,-599.449"/>
3806 </a>
3807 </g>
3808 <!-- 7 -->
3809-<g id="node227" class="node"><title>7</title>
3810+<g id="node223" class="node"><title>7</title>
3811 <a xlink:href="../www.zorba-xquery.com_modules_xqdoc_menu.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/modules/xqdoc/menu">
3812-<ellipse fill="white" stroke="white" cx="2286" cy="-571" rx="39.0967" ry="18.3848"/>
3813-<text text-anchor="middle" x="2286" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">menu</text>
3814+<ellipse fill="white" stroke="white" cx="2172" cy="-571" rx="39.0967" ry="18.3848"/>
3815+<text text-anchor="middle" x="2172" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">menu</text>
3816 </a>
3817 </g>
3818 <!-- 5&#45;&gt;7 -->
3819-<g id="edge183" class="edge"><title>5-&gt;7</title>
3820+<g id="edge181" class="edge"><title>5-&gt;7</title>
3821 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.zorba-xquery.com/modules/xqdoc/menu">
3822-<path fill="none" stroke="black" d="M2370.94,-686.388C2359.75,-678.833 2346.8,-668.914 2337,-658 2321.11,-640.301 2307.73,-616.889 2298.66,-598.809"/>
3823-<polygon fill="black" stroke="black" points="2301.6,-596.848 2294.08,-589.384 2295.3,-599.908 2301.6,-596.848"/>
3824+<path fill="none" stroke="black" d="M2097.72,-684.247C2105.33,-676.609 2114.05,-667.225 2121,-658 2135.23,-639.125 2148.63,-615.964 2158.12,-598.285"/>
3825+<polygon fill="black" stroke="black" points="2161.41,-599.568 2162.98,-589.09 2155.21,-596.301 2161.41,-599.568"/>
3826 </a>
3827 </g>
3828 <!-- 47 -->
3829-<g id="node229" class="node"><title>47</title>
3830+<g id="node225" class="node"><title>47</title>
3831 <a xlink:href="../zorba.io_modules_xqdoc.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/xqdoc">
3832-<ellipse fill="white" stroke="white" cx="2395" cy="-571" rx="39.0967" ry="18.3848"/>
3833-<text text-anchor="middle" x="2395" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqdoc</text>
3834+<ellipse fill="white" stroke="white" cx="2274" cy="-571" rx="39.0967" ry="18.3848"/>
3835+<text text-anchor="middle" x="2274" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqdoc</text>
3836 </a>
3837 </g>
3838 <!-- 5&#45;&gt;47 -->
3839-<g id="edge181" class="edge"><title>5-&gt;47</title>
3840+<g id="edge179" class="edge"><title>5-&gt;47</title>
3841 <a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://zorba.io/modules/xqdoc">
3842-<path fill="none" stroke="black" d="M2395,-682.374C2395,-660.75 2395,-624.839 2395,-599.655"/>
3843-<polygon fill="black" stroke="black" points="2398.5,-599.591 2395,-589.591 2391.5,-599.591 2398.5,-599.591"/>
3844+<path fill="none" stroke="black" d="M2118.46,-697.209C2149.47,-692.454 2192.74,-681.796 2223,-658 2242.34,-642.794 2255.81,-618.072 2264.03,-598.86"/>
3845+<polygon fill="black" stroke="black" points="2267.36,-599.978 2267.86,-589.395 2260.87,-597.356 2267.36,-599.978"/>
3846 </a>
3847 </g>
3848 <!-- 47&#45;&gt;42 -->
3849-<g id="edge221" class="edge"><title>47-&gt;42</title>
3850+<g id="edge219" class="edge"><title>47-&gt;42</title>
3851 <a xlink:title="FROM: http://zorba.io/modules/xqdoc, TO: http://zorba.io/modules/fetch">
3852-<path fill="none" stroke="black" d="M2417.47,-555.783C2429.99,-548.223 2446.2,-539.89 2462,-536 2481.38,-531.229 8193.5,-539.224 8210,-528 8240.16,-507.489 8251.37,-464.752 8255.53,-435.963"/>
3853-<polygon fill="black" stroke="black" points="8259.05,-436.043 8256.81,-425.688 8252.11,-435.18 8259.05,-436.043"/>
3854+<path fill="none" stroke="black" d="M2255.51,-554.642C2246.37,-547.57 2234.79,-540.008 2223,-536 2207.3,-530.666 2087.46,-537.679 2074,-528 2044.55,-506.825 2033.16,-464.642 2028.76,-436.115"/>
3855+<polygon fill="black" stroke="black" points="2032.19,-435.368 2027.39,-425.922 2025.25,-436.299 2032.19,-435.368"/>
3856 </a>
3857 </g>
3858 <!-- 47&#45;&gt;23 -->
3859-<g id="edge223" class="edge"><title>47-&gt;23</title>
3860+<g id="edge221" class="edge"><title>47-&gt;23</title>
3861 <a xlink:title="FROM: http://zorba.io/modules/xqdoc, TO: http://zorba.io/modules/schema">
3862-<path fill="none" stroke="black" d="M2417.87,-555.995C2430.38,-548.596 2446.45,-540.347 2462,-536 2488.81,-528.504 2563.08,-542.238 2587,-528 2621.7,-507.342 2643,-464.022 2653.91,-435.219"/>
3863-<polygon fill="black" stroke="black" points="2657.25,-436.292 2657.35,-425.697 2650.66,-433.919 2657.25,-436.292"/>
3864+<path fill="none" stroke="black" d="M2298.75,-556.449C2313.18,-548.786 2332.02,-540.14 2350,-536 2370.52,-531.274 2710.68,-538.383 2729,-528 2764.33,-507.98 2785.55,-464.087 2796.26,-435.038"/>
3865+<polygon fill="black" stroke="black" points="2799.62,-436.041 2799.62,-425.446 2793.01,-433.729 2799.62,-436.041"/>
3866 </a>
3867 </g>
3868-<!-- 101 -->
3869-<g id="node231" class="node"><title>101</title>
3870+<!-- 99 -->
3871+<g id="node227" class="node"><title>99</title>
3872 <a xlink:href="../zorba.io_errors.html" xlink:title="(Zorba-core) module uri=http://zorba.io/errors">
3873-<ellipse fill="white" stroke="white" cx="1153" cy="-701" rx="41.0122" ry="18.3848"/>
3874-<text text-anchor="middle" x="1153" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>
3875+<ellipse fill="white" stroke="white" cx="1681" cy="-701" rx="41.0122" ry="18.3848"/>
3876+<text text-anchor="middle" x="1681" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>
3877 </a>
3878 </g>
3879-<!-- 102 -->
3880-<g id="node233" class="node"><title>102</title>
3881+<!-- 100 -->
3882+<g id="node229" class="node"><title>100</title>
3883 <a xlink:href="../zorba.io_warnings.html" xlink:title="(Zorba-core) module uri=http://zorba.io/warnings">
3884-<ellipse fill="white" stroke="white" cx="991" cy="-701" rx="56.0679" ry="18.3848"/>
3885-<text text-anchor="middle" x="991" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">warnings</text>
3886+<ellipse fill="white" stroke="white" cx="1519" cy="-701" rx="56.0679" ry="18.3848"/>
3887+<text text-anchor="middle" x="1519" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">warnings</text>
3888 </a>
3889 </g>
3890 <!-- 18 -->
3891-<g id="node280" class="node"><title>18</title>
3892-<ellipse fill="none" stroke="black" cx="9123" cy="-571" rx="27" ry="18.3848"/>
3893-<text text-anchor="middle" x="9123" y="-567.4" font-family="Times Roman,serif" font-size="14.00">18</text>
3894+<g id="node276" class="node"><title>18</title>
3895+<ellipse fill="none" stroke="black" cx="1393" cy="-571" rx="27" ry="18.3848"/>
3896+<text text-anchor="middle" x="1393" y="-567.4" font-family="Times Roman,serif" font-size="14.00">18</text>
3897 </g>
3898 <!-- 18&#45;&gt;21 -->
3899-<g id="edge203" class="edge"><title>18-&gt;21</title>
3900+<g id="edge201" class="edge"><title>18-&gt;21</title>
3901 <a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://jsoniq.org/functions">
3902-<path fill="none" stroke="black" d="M9139.68,-556.399C9147.12,-548.778 9155.08,-538.798 9159,-528 9183.89,-459.493 9189.22,-430.331 9159,-364 9093.31,-219.796 9028.81,-206.42 8890,-130 8844.58,-104.996 8787.7,-89.0797 8745.54,-79.799"/>
3903-<polygon fill="black" stroke="black" points="8746.21,-76.3632 8735.7,-77.6935 8744.75,-83.2083 8746.21,-76.3632"/>
3904+<path fill="none" stroke="black" d="M1391.73,-552.384C1390.08,-512.68 1391.87,-418.846 1440,-364 1638.11,-138.238 1778.61,-184.411 2074,-130 2363.8,-76.6189 7067.96,-69.7369 7683.71,-69.0639"/>
3905+<polygon fill="black" stroke="black" points="7683.75,-72.5639 7693.75,-69.0531 7683.74,-65.564 7683.75,-72.5639"/>
3906 </a>
3907 </g>
3908 <!-- 18&#45;&gt;42 -->
3909-<g id="edge207" class="edge"><title>18-&gt;42</title>
3910+<g id="edge205" class="edge"><title>18-&gt;42</title>
3911 <a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://zorba.io/modules/fetch">
3912-<path fill="none" stroke="black" d="M9096.44,-567.262C9041.57,-559.726 8911.66,-542.848 8802,-536 8788.25,-535.141 8317.34,-535.833 8306,-528 8275.99,-507.267 8264.74,-464.588 8260.53,-435.872"/>
3913-<polygon fill="black" stroke="black" points="8263.96,-435.107 8259.23,-425.625 8257.01,-435.985 8263.96,-435.107"/>
3914+<path fill="none" stroke="black" d="M1420.27,-570.676C1529.62,-569.15 1932.64,-561.296 1978,-528 2007.24,-506.536 2018.68,-464.426 2023.15,-435.994"/>
3915+<polygon fill="black" stroke="black" points="2026.65,-436.221 2024.54,-425.838 2019.72,-435.269 2026.65,-436.221"/>
3916 </a>
3917 </g>
3918 <!-- 19 -->
3919-<g id="node283" class="node"><title>19</title>
3920-<ellipse fill="none" stroke="black" cx="9123" cy="-407" rx="27" ry="18.3848"/>
3921-<text text-anchor="middle" x="9123" y="-403.4" font-family="Times Roman,serif" font-size="14.00">19</text>
3922+<g id="node279" class="node"><title>19</title>
3923+<ellipse fill="none" stroke="black" cx="937" cy="-407" rx="27" ry="18.3848"/>
3924+<text text-anchor="middle" x="937" y="-403.4" font-family="Times Roman,serif" font-size="14.00">19</text>
3925 </g>
3926 <!-- 18&#45;&gt;19 -->
3927-<g id="edge205" class="edge"><title>18-&gt;19</title>
3928+<g id="edge203" class="edge"><title>18-&gt;19</title>
3929 <a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://jsound.io/modules/validate/map">
3930-<path fill="none" stroke="black" d="M9123,-552.187C9123,-523.641 9123,-469.174 9123,-435.674"/>
3931-<polygon fill="black" stroke="black" points="9126.5,-435.593 9123,-425.593 9119.5,-435.594 9126.5,-435.593"/>
3932+<path fill="none" stroke="black" d="M1379.57,-554.526C1372.74,-547.428 1363.81,-539.878 1354,-536 1334.57,-528.321 994.85,-540.355 978,-528 949.133,-506.834 940.368,-464.268 937.832,-435.695"/>
3933+<polygon fill="black" stroke="black" points="941.31,-435.241 937.137,-425.503 934.326,-435.718 941.31,-435.241"/>
3934 </a>
3935 </g>
3936 </g>
3937
3938=== modified file 'modules/atomic/string.xq'
3939--- modules/atomic/string.xq 2013-09-26 21:44:08 +0000
3940+++ modules/atomic/string.xq 2013-12-05 10:17:33 +0000
3941@@ -126,9 +126,6 @@
3942 : @return a materialized string of its input or the input if the input
3943 : item was not a streamable string.
3944 :
3945- : @see <a href="www.zorba-xquery.com_modules_string.html#is-streamable-1">string:is-streamable</a>
3946- : @see <a href="expath.org_ns_file.html#read-text-1">file:read-text#1</a>
3947- : @see <a href="expath.org_ns_file.html#read-text-2">file:read-text#2</a>
3948 :)
3949 declare function string:materialize($s as string) as string external;
3950
3951
3952=== modified file 'modules/full-text/full-text.xq'
3953--- modules/full-text/full-text.xq 2013-09-26 23:15:11 +0000
3954+++ modules/full-text/full-text.xq 2013-12-05 10:17:33 +0000
3955@@ -23,7 +23,7 @@
3956 : For general information about this implementation of the
3957 : <a href="http://www.w3.org/TR/xpath-full-text-10/">XQuery and XPath Full Text 1.0 specification</a>
3958 : as well as instructions for building an installing a thesaurus,
3959- : see the <a href="../zorba/ft_thesaurus.html">Full Text Thesaurus documentation</a>.
3960+ : see the <a href="http://zorba.io/documentation/latest/zorba/architecture/ft_intro">Full Text Thesaurus documentation</a>.
3961 : <h2>Notes on languages</h2>
3962 : To refer to particular human languages,
3963 : uses either the
3964@@ -328,7 +328,7 @@
3965 : <h2>Notes on tokenization</h2>
3966 : For general information about the implementation of tokenization,
3967 : including what constitutes a token,
3968- : see the <a href="../zorba/ft_tokenizer.html">Full Text Tokenizer</a> documentation.
3969+ : see the <a href="http://zorba.io/pages/3.0/zorba/ft_tokenizer">Full Text Tokenizer</a> documentation.
3970 : @author Paul J. Lucas
3971 : @project Zorba/Full-Text/Full-Text
3972 :)
3973
3974=== modified file 'modules/http-client/xml/http-client.xq'
3975--- modules/http-client/xml/http-client.xq 2013-09-26 23:15:11 +0000
3976+++ modules/http-client/xml/http-client.xq 2013-12-05 10:17:33 +0000
3977@@ -79,7 +79,7 @@
3978 : HTML to XHTML. The HTML module is supported by the Zorba team, but it is
3979 : not a "core module", meaning that it is not shipped with every Zorba
3980 : installation and may not be available. See
3981- : <a href="http://www.zorba-xquery.com/site2/html/downloads.html">the Zorba downloads
3982+ : <a href="http://zorba.io/download">the Zorba downloads
3983 : page</a> for information about obtaining this module if you do not
3984 : have it.</p>
3985 :
3986@@ -152,7 +152,7 @@
3987 : <p>The full schema of this &lt;http-schema:response&gt; element is
3988 : part of the <a href="http://expath.org/modules/http-client/">EXPath
3989 : HTTP Client module</a>. You can see the schema
3990- : <a href="schemas/expath.org_ns_http-client.html">here</a>.</p>
3991+ : <a href="http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/modules/http-client/xml/http-client.xsd" target="_blank">here</a>.</p>
3992 :
3993 : <p>Any items in function return values after the initial
3994 : &lt;http-schema:response&gt; element are the body/bodies of the HTTP
3995
3996=== modified file 'modules/store/documents.xq'
3997--- modules/store/documents.xq 2013-10-30 19:03:26 +0000
3998+++ modules/store/documents.xq 2013-12-05 10:17:33 +0000
3999@@ -21,12 +21,13 @@
4000 : are persisted in the store. Specifically, it contains functions
4001 : to put, remove, list, or retrieve documents.
4002 : <p/>
4003- : Please refer to <a href="../zorba/data_lifecycle.html">our documentation</a>
4004+ : Please refer to
4005+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">our documentation</a>
4006 : for more information about the lifecycle management and manipulation of
4007 : documents.
4008 :
4009- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4010- : @see http://zorba.io/errors
4011+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4012+ : @see http://zorba.io/modules/latest/zorba.io/errors
4013 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4014 : @project Zorba/Data Store/Documents/Documents
4015 :)
4016
4017=== modified file 'modules/store/dynamic/collections/ddl.xq'
4018--- modules/store/dynamic/collections/ddl.xq 2013-10-10 04:25:12 +0000
4019+++ modules/store/dynamic/collections/ddl.xq 2013-12-05 10:17:33 +0000
4020@@ -21,12 +21,12 @@
4021 : and updatable collections.
4022 : <p/>
4023 : Please refer to our documentation for
4024- : <a href="../zorba/data_lifecycle.html">more information</a>
4025+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">more information</a>
4026 : about the lifecycle management and the manipulation of such collections.
4027 :
4028- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4029- : @see http://zorba.io/modules/store/dynamic/collections/dml
4030- : @see http://zorba.io/errors
4031+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4032+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/dml
4033+ : @see http://zorba.io/modules/latest/zorba.io/errors
4034 :
4035 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4036 : @project Zorba/Data Store/Collections/Dynamic Data Definition
4037
4038=== modified file 'modules/store/dynamic/collections/dml.xq'
4039--- modules/store/dynamic/collections/dml.xq 2013-10-10 00:05:44 +0000
4040+++ modules/store/dynamic/collections/dml.xq 2013-12-05 10:17:33 +0000
4041@@ -21,12 +21,12 @@
4042 : and retrieve the items contained in a particular collection.
4043 : <p/>
4044 : Please refer to our documentation for
4045- : <a href="../zorba/data_lifecycle.html">more information</a>
4046+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">more information</a>
4047 : about the lifecycle management and the manipulation of such collections.
4048 :
4049- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4050- : @see http://zorba.io/modules/store/dynamic/collections/ddl
4051- : @see http://zorba.io/errors
4052+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4053+ : @see http://zorba.io/modules/zorba.io/modules/store/dynamic/collections/ddl
4054+ : @see http://zorba.io/modules/zorba.io/errors
4055 :
4056 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4057 : @project Zorba/Data Store/Collections/Dynamic Data Manipulation
4058
4059=== modified file 'modules/store/dynamic/collections/w3c/ddl.xq'
4060--- modules/store/dynamic/collections/w3c/ddl.xq 2013-10-10 00:05:44 +0000
4061+++ modules/store/dynamic/collections/w3c/ddl.xq 2013-12-05 10:17:33 +0000
4062@@ -25,15 +25,15 @@
4063 : However, please note that we do not advise users to use collections
4064 : identified by URIs.
4065 : Instead, we refer to the
4066- : <a href="../zorba/data_lifecycle.html">data lifecycle documentation</a>.
4067+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">data lifecycle documentation</a>.
4068 : It gives an overview of several ways to work with collections, documents,
4069 : and other data-structures.
4070 :
4071- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4072- : @see http://zorba.io/modules/store/dynamic/collections/w3c/dml
4073- : @see http://zorba.io/modules/store/dynamic/collections/ddl
4074- : @see http://zorba.io/modules/store/dynamic/collections/dml
4075- : @see http://zorba.io/errors
4076+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4077+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/w3c/dml
4078+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/ddl
4079+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/dml
4080+ : @see http://zorba.io/modules/latest/zorba.io/errors
4081 :
4082 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4083 : @project Zorba/Data Store/Collections/W3C Data Definition
4084
4085=== modified file 'modules/store/static/collections/ddl.xq'
4086--- modules/store/static/collections/ddl.xq 2013-10-10 02:19:44 +0000
4087+++ modules/store/static/collections/ddl.xq 2013-12-05 10:17:33 +0000
4088@@ -22,20 +22,21 @@
4089 : For example, it provides functions to create, delete, or introspect
4090 : collections.
4091 : <p/>
4092- : This module is part of <a href="../zorba/xqddf.html">Zorba's XQuery Data
4093- : Definition Facility</a>. All the collections managed by this module
4094+ : This module is part of
4095+ : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
4096+ : All the collections managed by this module
4097 : have to be pre-declared in the prolog of a module. Please refer to the
4098- : <a href="../zorba/data_lifecycle.html">general documentation</a>
4099+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
4100 : for more information and examples.
4101 :
4102- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4103- : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>
4104- : @see http://zorba.io/modules/store/static/collections/dml
4105- : @see http://zorba.io/modules/store/static/indexes/ddl
4106- : @see http://zorba.io/modules/store/static/indexes/dml
4107- : @see http://zorba.io/modules/store/static/integrity-constraints/ddl
4108- : @see http://zorba.io/modules/store/static/integrity-constraints/dml
4109- : @see http://zorba.io/errors
4110+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4111+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
4112+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
4113+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
4114+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
4115+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
4116+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
4117+ : @see http://zorba.io/modules/latest/zorba.io/errors
4118 :
4119 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4120 : @project Zorba/Data Store/Collections/Static Data Definition
4121
4122=== modified file 'modules/store/static/collections/dml.xq'
4123--- modules/store/static/collections/dml.xq 2013-10-17 00:54:35 +0000
4124+++ modules/store/static/collections/dml.xq 2013-12-05 10:17:33 +0000
4125@@ -21,21 +21,21 @@
4126 : and retrieve the items contained in a particular collection.
4127 : <p/>
4128 : This module is part of
4129- : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.
4130+ : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
4131 : All the collections managed by this module have to be pre-declared in the
4132 : prolog of a module.
4133 : Please refer to the
4134- : <a href="../zorba/data_lifecycle.html">general documentation</a>
4135+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
4136 : for more information and examples.
4137 :
4138- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4139- : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>
4140- : @see http://zorba.io/modules/store/static/collections/ddl
4141- : @see http://zorba.io/modules/store/static/indexes/ddl
4142- : @see http://zorba.io/modules/store/static/indexes/dml
4143- : @see http://zorba.io/modules/store/static/integrity-constraints/ddl
4144- : @see http://zorba.io/modules/store/static/integrity-constraints/dml
4145- : @see http://zorba.io/errors
4146+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4147+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
4148+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
4149+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
4150+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
4151+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/ddl
4152+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
4153+ : @see http://zorba.io/modules/latest/zorba.io/errors
4154 :
4155 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4156 : @project Zorba/Data Store/Collections/Static Data Manipulation
4157
4158=== modified file 'modules/store/static/indexes/ddl.xq'
4159--- modules/store/static/indexes/ddl.xq 2013-10-10 02:19:44 +0000
4160+++ modules/store/static/indexes/ddl.xq 2013-12-05 10:17:33 +0000
4161@@ -21,21 +21,21 @@
4162 : declared in the prolog of a module.
4163 : <p/>
4164 : This module is part of
4165- : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.
4166+ : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
4167 : All the indexes managed by this module have to be pre-declared in the prolog
4168 : of a module.
4169 : Please refer to the
4170- : <a href="../zorba/data_lifecycle.html">general documentation</a>
4171+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
4172 : for more information and examples.
4173 :
4174- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4175- : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>
4176- : @see http://zorba.io/modules/store/static/indexes/dml
4177- : @see http://zorba.io/modules/store/static/collections/dml
4178- : @see http://zorba.io/modules/store/static/collections/ddl
4179- : @see http://zorba.io/modules/store/static/integrity-constraints/ddl
4180- : @see http://zorba.io/modules/store/static/integrity-constraints/dml
4181- : @see http://zorba.io/errors
4182+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4183+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
4184+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
4185+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
4186+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
4187+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/ddl
4188+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
4189+ : @see http://zorba.io/modules/latest/zorba.io/errors
4190 :
4191 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4192 : @project Zorba/Data Store/Indexes/Static Data Definition
4193
4194=== modified file 'modules/store/static/indexes/dml.xq'
4195--- modules/store/static/indexes/dml.xq 2013-10-10 02:19:44 +0000
4196+++ modules/store/static/indexes/dml.xq 2013-12-05 10:17:33 +0000
4197@@ -21,21 +21,21 @@
4198 : declared in the prolog of a module.
4199 : <p/>
4200 : This module is part of
4201- : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.
4202+ : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
4203 : All the indexes managed by this module have to be pre-declared in the prolog
4204 : of a library module.
4205 : Please refer to the
4206- : <a href="../zorba/data_lifecycle.html">general documentation</a>
4207+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
4208 : for more information and examples.
4209 :
4210- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4211- : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>
4212- : @see http://zorba.io/modules/store/static/indexes/ddl
4213- : @see http://zorba.io/modules/store/static/collections/dml
4214- : @see http://zorba.io/modules/store/static/collections/ddl
4215- : @see http://zorba.io/modules/store/static/integrity-constraints/ddl
4216- : @see http://zorba.io/modules/store/static/integrity-constraints/dml
4217- : @see http://zorba.io/errors
4218+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4219+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
4220+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
4221+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
4222+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
4223+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/ddl
4224+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
4225+ : @see http://zorba.io/modules/latest/zorba.io/errors
4226 :
4227 : @author Zorba Team
4228 : @project Zorba/Data Store/Indexes/Static Data Manipulation
4229
4230=== modified file 'modules/store/static/integrity-constraints/ddl.xq'
4231--- modules/store/static/integrity-constraints/ddl.xq 2013-10-10 02:19:44 +0000
4232+++ modules/store/static/integrity-constraints/ddl.xq 2013-12-05 10:17:33 +0000
4233@@ -23,21 +23,21 @@
4234 : constraints.
4235 : <p/>
4236 : This module is part of
4237- : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.
4238+ : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
4239 : All the integrity constraints managed by this module have to be pre-declared
4240 : in the prolog of a module.
4241 : Please refer to the
4242- : <a href="../zorba/data_lifecycle.html">general documentation</a>
4243+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
4244 : for more information and examples.
4245 :
4246- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4247- : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>
4248- : @see http://zorba.io/modules/store/static/collections/dml
4249- : @see http://zorba.io/modules/store/static/collections/ddl
4250- : @see http://zorba.io/modules/store/static/indexes/ddl
4251- : @see http://zorba.io/modules/store/static/indexes/dml
4252- : @see http://zorba.io/modules/store/static/integrity-constraints/dml
4253- : @see http://zorba.io/errors
4254+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4255+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
4256+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
4257+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
4258+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
4259+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
4260+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
4261+ : @see http://zorba.io/modules/latest/zorba.io/errors
4262 :
4263 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4264 : @project Zorba/Data Store/Integrity Constraints/Static Data Definition
4265
4266=== modified file 'modules/store/static/integrity-constraints/dml.xq'
4267--- modules/store/static/integrity-constraints/dml.xq 2013-10-10 02:19:44 +0000
4268+++ modules/store/static/integrity-constraints/dml.xq 2013-12-05 10:17:33 +0000
4269@@ -22,21 +22,21 @@
4270 : The integrity constraint needs to be declared in the prolog of a module.
4271 : <p/>
4272 : This module is part of
4273- : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.
4274+ : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
4275 : All the integrity constraints managed by this module have to be pre-declared
4276 : in the prolog of a module.
4277 : Please refer to the
4278- : <a href="../zorba/data_lifecycle.html">general documentation</a>
4279+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
4280 : for more information and examples.
4281 :
4282- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4283- : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>
4284- : @see http://zorba.io/modules/store/static/integrity-constraints/dml
4285- : @see http://zorba.io/modules/store/static/collections/dml
4286- : @see http://zorba.io/modules/store/static/collections/ddl
4287- : @see http://zorba.io/modules/store/static/indexes/ddl
4288- : @see http://zorba.io/modules/store/static/indexes/dml
4289- : @see http://zorba.io/errors
4290+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4291+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
4292+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
4293+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
4294+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
4295+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
4296+ : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
4297+ : @see http://zorba.io/modules/latest/zorba.io/errors
4298 :
4299 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
4300 : @project Zorba/Data Store/Integrity Constraints/Static Data Manipulation
4301
4302=== modified file 'modules/structured-items/reference.xq'
4303--- modules/structured-items/reference.xq 2013-09-26 23:15:11 +0000
4304+++ modules/structured-items/reference.xq 2013-12-05 10:17:33 +0000
4305@@ -27,10 +27,10 @@
4306 : identifier. A item, at any time during its lifetime, can be retrieved by its
4307 : identifier.
4308 :
4309- : <p>Please see the <a href="../zorba/data_lifecycle.html">data lifecycle
4310+ : <p>Please see the <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">data lifecycle
4311 : documentation</a> about details on storing items.</p>
4312 :
4313- : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
4314+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
4315 :
4316 : @author Matthias Brantner
4317 : @project Zorba/XML and JSON Data Model/Node/Reference
4318
4319=== modified file 'modules/uri/fetch.xq'
4320--- modules/uri/fetch.xq 2013-10-16 22:00:25 +0000
4321+++ modules/uri/fetch.xq 2013-12-05 10:17:33 +0000
4322@@ -22,7 +22,7 @@
4323 :
4324 : <p>In order to retrieve such content, the functions use the
4325 : URI resolution and URL resolver process as documented at
4326- : <a href="../zorba/uriresolvers.html">
4327+ : <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">
4328 : URI Resolvers</a>.</p>
4329 :
4330 : @author Matthias Brantner
4331@@ -52,8 +52,8 @@
4332 : @error uri:URI_UNRESOLVED_OR_NOSTREAM if the URI could not be resolved
4333 : or did not resolve to a <tt>StreamResource</tt>.
4334 :
4335- : @see <a href="../zorba/uriresolvers.html">URI Resolvers</a>.
4336- : @see <a href="../zorba/options_and_annotations.html">Documentation of Zorba's annotations</a>.
4337+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">URI Resolvers</a>.
4338+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/options_and_annotations">Documentation of Zorba's annotations</a>.
4339 :)
4340 declare %an:streamable function fetch:content($uri as xs:string) as xs:string
4341 {
4342@@ -75,8 +75,8 @@
4343 : @error uri:URI_NOT_RESOLVED_OR_NOSTREAM if the URI could not be resolved
4344 : or did not resolve to a <tt>StreamResource</tt>.
4345 :
4346- : @see <a href="../zorba/uriresolvers.html">URI Resolvers</a>.
4347- : @see <a href="../zorba/options_and_annotations.html">Documentation of Zorba's annotations</a>.
4348+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">URI Resolvers</a>.
4349+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/options_and_annotations">Documentation of Zorba's annotations</a>.
4350 :)
4351 declare %an:streamable function fetch:content($uri as xs:string, $entity-kind as xs:string)
4352 as xs:string
4353@@ -99,8 +99,8 @@
4354 : or did not resolve to a <tt>StreamResource</tt>.
4355 : @error uri:CHARSET_UNKNOWN if the given encoding is invalid or not supported.
4356 :
4357- : @see <a href="../zorba/uriresolvers.html">URI Resolvers</a>.
4358- : @see <a href="../zorba/options_and_annotations.html">Documentation of Zorba's annotations</a>.
4359+ : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">URI Resolvers</a>.
4360+ : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/options_and_annotations">Documentation of Zorba's annotations</a>.
4361 :)
4362 declare %an:streamable function fetch:content(
4363 $uri as xs:string,
4364
4365=== modified file 'modules/xqdoc/xqdoc.xq'
4366--- modules/xqdoc/xqdoc.xq 2013-10-16 21:47:22 +0000
4367+++ modules/xqdoc/xqdoc.xq 2013-12-05 10:17:33 +0000
4368@@ -54,7 +54,6 @@
4369 : </p>
4370 :
4371 : @see <a href="http://xqdoc.org/" target="_blank">xqDoc specification</a>
4372- : @see <a href="http://www.zorba-xquery.com/tutorials/xqdoc.html" target="_blank">xqDoc tutorial with Zorba</a>
4373 : @author Gabriel Petrovay
4374 : @project Zorba/XQDoc/XQDoc Core
4375 :

Subscribers

People subscribed via source and target branches