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
=== modified file 'doc/zorba/build_prepare.dox'
--- doc/zorba/build_prepare.dox 2013-09-17 01:13:08 +0000
+++ doc/zorba/build_prepare.dox 2013-12-05 10:17:33 +0000
@@ -78,15 +78,15 @@
78\note78\note
79Please note that some of these modules depend on other modules. Most79Please note that some of these modules depend on other modules. Most
80notably, the EXPath http-client module (in the80notably, the EXPath http-client module (in the
81<a href="../modules/expath.org_ns_http-client.html">http-client</a> module81<a href="/modules/latest/expath.org/ns/http-client">http-client</a> module
82package) depends on the82package) depends on the
83<a href="../modules//www.zorba-xquery.com_modules_converters_html">html</a>83<a href="/modules/latest/www.zorba-xquery.com/modules/converters/html">html</a>
84module, which is in the <b>data-converters</b> module package. So, if you84module, which is in the <b>data-converters</b> module package. So, if you
85download the <b>http-client</b> package, you must also download the85download the <b>http-client</b> package, you must also download the
86<b>data-converters</b> package (and ensure that86<b>data-converters</b> package (and ensure that
87<a href="http://tidy.sourceforge.net/">libtidy</a> is installed; see \ref noncore_requirements).87<a href="http://tidy.sourceforge.net/">libtidy</a> is installed; see \ref noncore_requirements).
88\note88\note
89Please see our <a href="../modules/images/modules.svg">module-interdependency graph</a> for details.89Please see our <a href="/images/doxygen/modules.svg">module-interdependency graph</a> for details.
9090
91\section create_build_dir Creating a Build Directory91\section create_build_dir Creating a Build Directory
9292
9393
=== modified file 'doc/zorba/build_prerequisites.dox'
--- doc/zorba/build_prerequisites.dox 2013-09-17 01:13:08 +0000
+++ doc/zorba/build_prerequisites.dox 2013-12-05 10:17:33 +0000
@@ -63,13 +63,13 @@
63by CMake.63by CMake.
6464
65- CURL (libcurl) 7.12 or later (http://curl.haxx.se/). This package is65- CURL (libcurl) 7.12 or later (http://curl.haxx.se/). This package is
66 required if <a href="../modules/www.zorba-xquery.com_modules_http-client.html">Zorba's built-in66 required if <a href="/modules/latest/zorba.io/modules/http-client">Zorba's built-in
67 HTTP module</a> should be available. Zorba will automatically be67 HTTP module</a> should be available. Zorba will automatically be
68 built with this module if the curl packages are installed.68 built with this module if the curl packages are installed.
69 \note Please note that other modules depend on the http-client module69 \note Please note that other modules depend on the http-client module
70 (i.e., import it). Hence, those dependent modules will not work if70 (i.e., import it). Hence, those dependent modules will not work if
71 the http module is not available. Please see our <a71 the http module is not available. Please see our <a
72 href="../modules/images/modules.svg">module72 href="/images/doxygen/modules.svg">module
73 dependency graph</a> for the module inter-dependencies.73 dependency graph</a> for the module inter-dependencies.
74 \note Also note that Zorba internally uses this module when resolving74 \note Also note that Zorba internally uses this module when resolving
75 http: URIs in queries, module/schema imports, and so on. If this75 http: URIs in queries, module/schema imports, and so on. If this
@@ -137,7 +137,7 @@
137 - LibXslt version 1.1.24 or later (http://xmlsoft.org/XSLT/)137 - LibXslt version 1.1.24 or later (http://xmlsoft.org/XSLT/)
138138
139For a more up to date list please see section "External C++ Library dependencies"139For a more up to date list please see section "External C++ Library dependencies"
140in the <a href="../modules/images/modules.svg">module dependency graph</a>.140in the <a href="/images/doxygen/modules.svg">module dependency graph</a>.
141141
142In many cases you can find binary packages for these dependencies, which 142In many cases you can find binary packages for these dependencies, which
143will be the quickest and easiest way to meet the requirements. We have143will be the quickest and easiest way to meet the requirements. We have
144144
=== modified file 'doc/zorba/data_converters.dox'
--- doc/zorba/data_converters.dox 2013-09-17 03:48:02 +0000
+++ doc/zorba/data_converters.dox 2013-12-05 10:17:33 +0000
@@ -11,12 +11,12 @@
11Please take a look at the various data converter modules for more information.11Please take a look at the various data converter modules for more information.
1212
13<ul>13<ul>
14 <li><a href="../modules/zorba.io_modules_csv.html">CSV</a></li>14 <li><a href="/modules/latest/zorba.io/modules/csv">CSV</a></li>
15 <li><a href="../modules/www.zorba-xquery.com_modules_converters_html.html">HTML</a></li>15 <li><a href="/modules/latest/www.zorba-xquery.com/modules/converters/html">HTML</a></li>
16 <li><a href="../modules/zorba.io_modules_json-xml.html">JSON-XML</a></li>16 <li><a href="/modules/latest/zorba.io/modules/json-xml">JSON-XML</a></li>
17 <li><a href="../modules/jsoniq.org_function-library.html">JSON</a></li>17 <li><a href="/modules/latest/jsoniq.org/function-library">JSON</a></li>
18 <li><a href="../modules/zorba.io_modules_xml.html">XML</a></li>18 <li><a href="/modules/latest/zorba.io/modules_xml">XML</a></li>
19 <li><a href="../modules/zorba.io_modules_base64.html">Base 64</a></li>19 <li><a href="/modules/latest/zorba.io/modules_base64">Base 64</a></li>
20</ul>20</ul>
2121
22Also, 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.22Also, 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.
2323
=== modified file 'doc/zorba/data_lifecycle.dox'
--- doc/zorba/data_lifecycle.dox 2013-10-10 04:25:12 +0000
+++ doc/zorba/data_lifecycle.dox 2013-12-05 10:17:33 +0000
@@ -39,32 +39,32 @@
39 <tr>39 <tr>
40 <td>Collections</td>40 <td>Collections</td>
41 <td>DDL</td>41 <td>DDL</td>
42 <td><a href="../modules/zorba.io_modules_store_static_collections_ddl.html">http://zorba.io/modules/store/static/collections/ddl</a></td>42 <td><a href="/modules/latest/zorba.io/modules/store/static/collections/ddl">http://zorba.io/modules/store/static/collections/ddl</a></td>
43 </tr>43 </tr>
44 <tr>44 <tr>
45 <td>Collections</td>45 <td>Collections</td>
46 <td>DML</td>46 <td>DML</td>
47 <td><a href="../modules/zorba.io_modules_store_static_collections_dml.html">http://zorba.io/modules/store/static/collections/dml</a></td>47 <td><a href="/modules/latest/zorba.io/modules/store/static/collections/dml">http://zorba.io/modules/store/static/collections/dml</a></td>
48 </tr>48 </tr>
49 <tr>49 <tr>
50 <td>Indexes</td>50 <td>Indexes</td>
51 <td>DDL</td>51 <td>DDL</td>
52 <td><a href="../modules/zorba.io_modules_store_static_indexes_ddl.html">http://zorba.io/modules/store/static/indexes/ddl</a></td>52 <td><a href="/modules/latest/zorba.io/modules/store/static/indexes/ddl">http://zorba.io/modules/store/static/indexes/ddl</a></td>
53 </tr>53 </tr>
54 <tr>54 <tr>
55 <td>Indexes</td>55 <td>Indexes</td>
56 <td>DML</td>56 <td>DML</td>
57 <td><a href="../modules/zorba.io_modules_store_static_indexes_dml.html">http://zorba.io/modules/store/static/indexes/dml</a></td>57 <td><a href="/modules/latest/zorba.io/modules/store/static/indexes/dml">http://zorba.io/modules/store/static/indexes/dml</a></td>
58 </tr>58 </tr>
59 <tr>59 <tr>
60 <td>Integrity Constraints</td>60 <td>Integrity Constraints</td>
61 <td>DDL</td>61 <td>DDL</td>
62 <td><a href="../modules/zorba.io_modules_store_static_integrity_constraints_ddl.html">http://zorba.io/modules/store/static/integrity_constraints/ddl</a></td>62 <td><a href="/modules/latest/zorba.io/modules/store/static/integrity/constraints/ddl">http://zorba.io/modules/store/static/integrity_constraints/ddl</a></td>
63 </tr>63 </tr>
64 <tr>64 <tr>
65 <td>Integrity Constraints</td>65 <td>Integrity Constraints</td>
66 <td>DML</td>66 <td>DML</td>
67 <td><a href="../modules/zorba.io_modules_store_static_integrity_constraints_dml.html">http://zorba.io/modules/store/static/integrity_constraints/dml</a></td>67 <td><a href="/modules/zorba.io/modules/store/static/integrity/constraints/dml">http://zorba.io/modules/store/static/integrity_constraints/dml</a></td>
68 </tr>68 </tr>
69</table>69</table>
7070
@@ -83,42 +83,42 @@
83 <tr>83 <tr>
84 <td>Collections</td>84 <td>Collections</td>
85 <td>DDL</td>85 <td>DDL</td>
86 <td><a href="../modules/zorba.io_modules_store_dynamic_collections_ddl.html">http://zorba.io/modules/store/dynamic/collections/ddl</a></td>86 <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/ddl">http://zorba.io/modules/store/dynamic/collections/ddl</a></td>
87 </tr>87 </tr>
88 <tr>88 <tr>
89 <td>Collections</td>89 <td>Collections</td>
90 <td>DML</td>90 <td>DML</td>
91 <td><a href="../modules/zorba.io_modules_store_dynamic_collections_dml.html">http://zorba.io/modules/store/dynamic/collections/dml</a></td>91 <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/dml">http://zorba.io/modules/store/dynamic/collections/dml</a></td>
92 </tr>92 </tr>
93 <tr>93 <tr>
94 <td>W3C Collections</td>94 <td>W3C Collections</td>
95 <td>DDL</td>95 <td>DDL</td>
96 <td><a href="../modules/zorba.io_modules_store_dynamic_collections_w3c_ddl.html">http://zorba.io/modules/store/dynamic/collections/w3c/ddl</a></td>96 <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/w3c/ddl">http://zorba.io/modules/store/dynamic/collections/w3c/ddl</a></td>
97 </tr>97 </tr>
98 <tr>98 <tr>
99 <td>W3C Collections</td>99 <td>W3C Collections</td>
100 <td>DML</td>100 <td>DML</td>
101 <td><a href="../modules/zorba.io_modules_store_dynamic_collections_w3c_dml.html">http://zorba.io/modules/store/dynamic/collections/w3c/dml</a></td>101 <td><a href="/modules/latest/zorba.io/modules/store/dynamic/collections/w3c/dml">http://zorba.io/modules/store/dynamic/collections/w3c/dml</a></td>
102 </tr>102 </tr>
103 <tr>103 <tr>
104 <td>Documents</td>104 <td>Documents</td>
105 <td>DDL / DML</td>105 <td>DDL / DML</td>
106 <td><a href="../modules/zorba.io_modules_store_dynamic_documents.html">http://zorba.io/modules/store/documents</a></td>106 <td><a href="/modules/latest/zorba.io/modules/store/dynamic/documents">http://zorba.io/modules/store/documents</a></td>
107 </tr>107 </tr>
108 <tr>108 <tr>
109 <td>Unordered Maps</td>109 <td>Unordered Maps</td>
110 <td>DDL / DML</td>110 <td>DDL / DML</td>
111 <td><a href="../modules/zorba.io_modules_unordered-maps.html">http://zorba.io/modules/unordered-maps</a></td>111 <td><a href="/modules/latest/zorba.io/modules/unordered-maps">http://zorba.io/modules/unordered-maps</a></td>
112 </tr>112 </tr>
113 <tr>113 <tr>
114 <td>Stacks</td>114 <td>Stacks</td>
115 <td>DDL / DML</td>115 <td>DDL / DML</td>
116 <td><a href="../modules/zorba.io_modules_stack.html">http://zorba.io/modules/stack</a></td>116 <td><a href="/modules/latest/zorba.io/modules/stack">http://zorba.io/modules/stack</a></td>
117 </tr>117 </tr>
118 <tr>118 <tr>
119 <td>Queues</td>119 <td>Queues</td>
120 <td>DDL / DML</td>120 <td>DDL / DML</td>
121 <td><a href="../modules/zorba.io_modules_queue.html">http://zorba.io/modules/queue</a></td>121 <td><a href="/modules/latest/zorba.io/modules/queue">http://zorba.io/modules/queue</a></td>
122 </tr>122 </tr>
123</table>123</table>
124124
@@ -134,7 +134,7 @@
134134
135\section dlexamples Examples135\section dlexamples Examples
136In the following, we show a couple of examples to demonstrate how data can be retrieved and store in various kinds of containers.136In the following, we show a couple of examples to demonstrate how data can be retrieved and store in various kinds of containers.
137It 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.137It 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.
138138
139\subsection dl_scenario_1 Scenario 1139\subsection dl_scenario_1 Scenario 1
140140
@@ -214,7 +214,7 @@
214\subsection dl_sc2_ex2 Retrieve Data and Store in Collection214\subsection dl_sc2_ex2 Retrieve Data and Store in Collection
215215
216This examples fetches the data as CSV from the web, converts it to XML, and inserts it into the earthquake collection.216This examples fetches the data as CSV from the web, converts it to XML, and inserts it into the earthquake collection.
217The conversion is done using <a href="../xqdoc/xhtml/www.zorba-xquery.com_modules_converters_csv.html">Zorba's CSV converter module</a>.217The conversion is done using <a href="/modules/latest/www.zorba-xquery.com/modules/converters/csv">Zorba's CSV converter module</a>.
218218
219\include zorba/store/sc2_ex2.xq219\include zorba/store/sc2_ex2.xq
220220
@@ -236,7 +236,7 @@
236236
237\subsection dl_sc3_ex1 Put a Document237\subsection dl_sc3_ex1 Put a Document
238In this example, we read a file from the file system whose name is available in the external variable named input-context.238In this example, we read a file from the file system whose name is available in the external variable named input-context.
239The 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>.239The 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>.
240The resulting document is put into the store and given the name "meat_poultry.xml".240The resulting document is put into the store and given the name "meat_poultry.xml".
241241
242\include zorba/store/sc3_ex1.xq242\include zorba/store/sc3_ex1.xq
@@ -283,7 +283,7 @@
283283
284\subsection dl_sc3_ex3 Serializing a Document to JSON284\subsection dl_sc3_ex3 Serializing a Document to JSON
285285
286In 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>.286In 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>.
287287
288\include zorba/store/sc3_ex3.xq288\include zorba/store/sc3_ex3.xq
289289
@@ -317,7 +317,7 @@
317As 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.317As 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.
318Changes to this data are not propagated automatically to any persistence storage.318Changes to this data are not propagated automatically to any persistence storage.
319319
320However, 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>.320However, 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>.
321For example:321For example:
322322
323\include zorba/file/file_read_serialize.xq323\include zorba/file/file_read_serialize.xq
324324
=== modified file 'doc/zorba/errors_warnings.dox'
--- doc/zorba/errors_warnings.dox 2013-09-17 03:48:02 +0000
+++ doc/zorba/errors_warnings.dox 2013-12-05 10:17:33 +0000
@@ -14,8 +14,8 @@
14A 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:14A 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:
1515
16<ul>16<ul>
17 <li><a href="../modules/zorba.io_errors.html">http://zorba.io/errors</a></li>17 <li><a href="/modules/latest/zorba.io/errors">http://zorba.io/errors</a></li>
18 <li><a href="../modules/www.w3.org_2005_xqt-errors.html">http://www.w3.org/2005/xqt-errors</a></li>18 <li><a href="/modules/latest/www.w3.org/2005/xqt-errors">http://www.w3.org/2005/xqt-errors</a></li>
19</ul>19</ul>
2020
21These modules declare one variable per error.21These modules declare one variable per error.
@@ -26,7 +26,7 @@
26In addition to the errors mentioned in the previous section, Zorba may raise warnings during the static analysis phase of the query.26In addition to the errors mentioned in the previous section, Zorba may raise warnings during the static analysis phase of the query.
27Warnings are diagnostic messages that report constructions which are not inherently erroneous but which are risky or suggest there may have been an error.27Warnings are diagnostic messages that report constructions which are not inherently erroneous but which are risky or suggest there may have been an error.
28Like an error, a warning is identified by a QName whose namespace is %http://zorba.io/warnings.28Like an error, a warning is identified by a QName whose namespace is %http://zorba.io/warnings.
29A 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.29A 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.
3030
31A 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.31A 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.
3232
@@ -54,7 +54,7 @@
54In the C++ API, those objects are usually thrown and need to be caught (and handled) by the caller.54In the C++ API, those objects are usually thrown and need to be caught (and handled) by the caller.
55However, 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.55However, 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.
5656
57Please 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>).57Please take a look at the C++ examples that show how to deal with errors and warnings in the C++ API (\ref errors_8cpp-example).
5858
59\section try_catch Try/Catch Expressions59\section try_catch Try/Catch Expressions
60The 60The
6161
=== modified file 'doc/zorba/external_functions.dox'
--- doc/zorba/external_functions.dox 2013-06-19 15:19:17 +0000
+++ doc/zorba/external_functions.dox 2013-12-05 10:17:33 +0000
@@ -21,22 +21,22 @@
21In Zorba, the C++ API provides the "glue" between the XQuery processor and the21In Zorba, the C++ API provides the "glue" between the XQuery processor and the
22hosting environment into which external functions are implemented. Related code 22hosting environment into which external functions are implemented. Related code
23examples can be found 23examples can be found
24<a href="../cxx/external_functions_8cpp-example.html" target="_blank">here</a>.24<a href="/pages/latest/cxx/external_functions_8cpp-example">here</a>.
2525
2626
27\subsection Implementation27\subsection Implementation
2828
29In Zorba, external functions must be implemented as instances of the 29In Zorba, external functions must be implemented as instances of the
30<a href="../cxx/classzorba_1_1ExternalFunction.html" target="_blank">30<a href="/pages/latest/cxx/classzorba_1_1ExternalFunction" target="_blank">
31ExternalFunction</a> class. We refer to such instances as <b>external function31ExternalFunction</a> class. We refer to such instances as <b>external function
32objects</b>. During its evaluation, an external function may or may not need to 32objects</b>. During its evaluation, an external function may or may not need to
33access the static or dynamic contexts of the invoking XQuery module. If the 33access the static or dynamic contexts of the invoking XQuery module. If the
34function implementation does need to access either context, the function is 34function implementation does need to access either context, the function is
35referred to as <b>contextual</b>; otherwise, it is <b>non-contextual</b>. 35referred to as <b>contextual</b>; otherwise, it is <b>non-contextual</b>.
36Zorba provides classes 36Zorba provides classes
37<a href="../cxx/classzorba_1_1ContextualExternalFunction.html" target="_blank">37<a href="/pages/latest/cxx/classzorba_1_1ContextualExternalFunction">
38ContextualExternalFunction</a> and 38ContextualExternalFunction</a> and
39<a href="../cxx/classzorba_1_1NonContextualExternalFunction.html" target="_blank">39<a href="/pages/latest/cxx/classzorba_1_1NonContextualExternalFunction">
40NonContextualExternalFunction</a> to differentiate between contextual and 40NonContextualExternalFunction</a> to differentiate between contextual and
41non-contextual external functions, respectively. Both are abstract subclasses 41non-contextual external functions, respectively. Both are abstract subclasses
42of ExternalFunction and provide a (virtual) evaluate() method that serves as 42of ExternalFunction and provide a (virtual) evaluate() method that serves as
@@ -48,7 +48,7 @@
4848
49Invoking an external function boils down to invoking the evaluate() method on49Invoking an external function boils down to invoking the evaluate() method on
50the associated function object. The first parameter of evaluate() is a vector50the associated function object. The first parameter of evaluate() is a vector
51of pointers to <a href="../cxx/classzorba_1_1ItemSequence.html" target="_blank">51of pointers to <a href="/pages/latest/cxx/classzorba_1_1ItemSequence" target="_blank">
52ItemSequence</a> objects. During invocation, the given vector will contain 52ItemSequence</a> objects. During invocation, the given vector will contain
53one entry for each parameter listed in the external function declaration.53one entry for each parameter listed in the external function declaration.
54The Zorba XQuery processor makes sure that the types of the item sequences 54The Zorba XQuery processor makes sure that the types of the item sequences
@@ -67,7 +67,7 @@
67using the function QName as the key. However, it is the responsibility of67using the function QName as the key. However, it is the responsibility of
68the application to register the function objects to the static context.68the application to register the function objects to the static context.
69For this, Zorba provides the69For this, Zorba provides the
70<a href="../cxx/classzorba_1_1ExternalModule.html" target="_blank">70<a href="/pages/latest/cxx/classzorba_1_1ExternalModule">
71ExternalModule</a> abstract class. ExternalModule represents a group of 71ExternalModule</a> abstract class. ExternalModule represents a group of
72external functions, all belonging to the same XQuery module (and thus72external functions, all belonging to the same XQuery module (and thus
73having the same target namespace). It provides the interface for retrieving73having the same target namespace). It provides the interface for retrieving
@@ -79,7 +79,7 @@
7979
801. An ExternalModule object can be registered explicitly using the 801. An ExternalModule object can be registered explicitly using the
81registerModule() method of 81registerModule() method of
82<a href="../cxx/classzorba_1_1StaticContext.html" target="_blank">82<a href="/pages/latest/cxx/classzorba_1_1StaticContext" target="_blank">
83StaticContext</a>. In this case, the application retains memory ownership83StaticContext</a>. In this case, the application retains memory ownership
84of the ExternalModul object, and must free it when it is no longer needed.84of the ExternalModul object, and must free it when it is no longer needed.
8585
8686
=== modified file 'doc/zorba/ft_intro.dox'
--- doc/zorba/ft_intro.dox 2013-09-17 03:48:02 +0000
+++ doc/zorba/ft_intro.dox 2013-12-05 10:17:33 +0000
@@ -8,7 +8,7 @@
8- \ref ft_stemmer8- \ref ft_stemmer
9- \ref ft_thesaurus9- \ref ft_thesaurus
10- \ref ft_tokenizer10- \ref ft_tokenizer
11- <a href="../modules/zorba.io_modules_full-text.html">Full Text Module</a>11- <a href="/modules/latest/zorba.io/modules/full-text">Full Text Module</a>
1212
13\section ft_unimplemented Unimplemented Features13\section ft_unimplemented Unimplemented Features
1414
1515
=== modified file 'doc/zorba/modules_top.dox'
--- doc/zorba/modules_top.dox 2013-10-09 23:45:00 +0000
+++ doc/zorba/modules_top.dox 2013-12-05 10:17:33 +0000
@@ -11,37 +11,37 @@
1111
12The Zorba code includes a few core modules:12The Zorba code includes a few core modules:
1313
14 - <a href="../modules/www.w3.org_2005_xpath-functions.html">xpath</a>14 - <a href="/modules/latest/www.w3.org/2005/xpath-functions">xpath</a>
15 - <a href="../modules/zorba.io_modules_node.html">XDM</a>15 - <a href="/modules/latest/zorba.io/modules/node">XDM</a>
16 - <a href="../modules/zorba.io_modules_store_dynamic_collections_ddl.html">store</a>16 - <a href="/modules/latest/zorba.io/modules/store/dynamic/collections/ddl">store</a>
17 - <a href="../modules/www.zorba-xquery.com_modules_introspection_sctx.html">introspection</a>17 - <a href="/modules/latest/www.zorba-xquery.com/modules/introspection/sctx">introspection</a>
18 - <a href="../modules/www.zorba-xquery.com_modules_reflection.html">reflection</a>18 - <a href="/modules/latest/www.zorba-xquery.com/modules/reflection">reflection</a>
19 - <a href="../modules/expath.org_ns_file.html">file</a>19 - <a href="/modules/latest/expath.org/ns/file">file</a>
20 - <a href="../modules/www.zorba-xquery.com_modules_fetch.html">fetch</a>20 - <a href="/modules/latest/www.zorba-xquery.com/modules/fetch">fetch</a>
21 - <a href="../modules/www.zorba-xquery.com_modules_http-client.html">http-client</a>21 - <a href="/modules/latest/www.zorba-xquery.com/modules/http-client">http-client</a>
22 - <a href="../modules/www.zorba-xquery.com_modules_xqdoc.html">xqdoc</a>22 - <a href="/modules/latest/www.zorba-xquery.com/modules/xqdoc">xqdoc</a>
23 - <a href="../modules/www.functx.com.html">functx</a>23 - <a href="/modules/latest/www.functx.com.html">functx</a>
2424
25\section non_core_modules Non-core Modules25\section non_core_modules Non-core Modules
2626
27In addition, the Zorba team supports a large number of non-core modules:27In addition, the Zorba team supports a large number of non-core modules:
2828
29 - 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>29 - 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>
30 - 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>30 - 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>
31 - data-formatting: <a href="../modules/www.zorba-xquery.com_modules_xsl-fo.html">XSL-FO</a>31 - data-formatting: <a href="/modules/latest/www.zorba-xquery.com/modules/xsl-fo">XSL-FO</a>
32 - <a href="../modules/www.zorba-xquery.com_modules_email_smtp.html">email</a>32 - <a href="/modules/latest/www.zorba-xquery.com/modules/email/smtp">email</a>
33 - <a href="../modules/zorba.io_modules_excel_statistical.html">excel</a>33 - <a href="/modules/latest/zorba.io/modules/excel/statistical">excel</a>
34 - <a href="../modules/expath.org_ns_geo.html">geo</a>34 - <a href="/modules/latest/expath.org/ns/geo">geo</a>
35 - <a href="../modules/expath.org_ns_http-client.html">http-client</a>35 - <a href="/modules/latest/expath.org/ns/http-client">http-client</a>
36 - <a href="../modules/www.zorba-xquery.com_modules_image_manipulation.html">image</a>36 - <a href="/modules/latest/www.zorba-xquery.com/modules/image/manipulation">image</a>
37 - programming languages: <a href="../modules/www.zorba-xquery.com_modules_languages_xslt.html">XSLT</a>37 - programming languages: <a href="/modules/latest/www.zorba-xquery.com/modules/languages/xslt">XSLT</a>
38 - <a href="../modules/www.zorba-xquery.com_modules_oauth_client.html">oauth</a>38 - <a href="/modules/latest/www.zorba-xquery.com/modules/oauth/client">oauth</a>
39 - <a href="../modules/www.zorba-xquery.com_modules_process.html">process</a>39 - <a href="/modules/latest/www.zorba-xquery.com/modules/process.">process</a>
40 - <a href="../modules/www.zorba-xquery.com_modules_cryptography_hmac.html">security</a>40 - <a href="/modules/latest/www.zorba-xquery.com/modules/cryptography_hmac">security</a>
41 - <a href="../modules/zorba.io_modules_system.html">system</a>41 - <a href="/modules/latest/zorba.io/modules/system">system</a>
4242
43For a complete list of these modules, see: <b><a43For a complete list of these modules, see: <b><a
44href="../modules/index.html">XQuery Module Library</a></b>.44href="/documentation/latest/modules">XQuery Module Library</a></b>.
4545
46\section module_usage Using46\section module_usage Using
47To write queries using these modules, first read <b>\ref47To write queries using these modules, first read <b>\ref
4848
=== modified file 'doc/zorba/options.dox'
--- doc/zorba/options.dox 2013-10-09 23:45:00 +0000
+++ doc/zorba/options.dox 2013-12-05 10:17:33 +0000
@@ -285,7 +285,7 @@
285285
286A deterministic function is a function that always evaluates to the same result 286A deterministic function is a function that always evaluates to the same result
287if it is invoked multiple times with the same arguments during the evaluation 287if it is invoked multiple times with the same arguments during the evaluation
288of a <a href="scripting_spec.html#id-snapshot-scope">snapshot</a>. In general, 288of a <a href="/scripting-spec?anchor=id-snapshot-scope">snapshot</a>. In general,
289all functions defined by XQuery are deterministic. However, a module developer 289all functions defined by XQuery are deterministic. However, a module developer
290might develop a function (in a host language) which does not guarantee to be 290might develop a function (in a host language) which does not guarantee to be
291deterministic. For example, a function generating random numbers is clearly 291deterministic. For example, a function generating random numbers is clearly
@@ -348,7 +348,7 @@
348\paragraph variadic_annotation Variadic Functions348\paragraph variadic_annotation Variadic Functions
349A 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. 349A 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.
350350
351For 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:351For 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:
352352
353\code353\code
354declare %an:variadic %an:sequential function map:create(354declare %an:variadic %an:sequential function map:create(
@@ -375,7 +375,7 @@
375375
376However, the disadvantage is that a streamable string can only be consumed exactly once.376However, the disadvantage is that a streamable string can only be consumed exactly once.
377If a streamable string is consumed more than once, an error is raised.377If a streamable string is consumed more than once, an error is raised.
378In 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.378In 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.
379379
380\code380\code
381import module namespace file = "http://expath.org/ns/file";381import module namespace file = "http://expath.org/ns/file";
382382
=== modified file 'doc/zorba/overview.dox'
--- doc/zorba/overview.dox 2013-09-17 03:48:02 +0000
+++ doc/zorba/overview.dox 2013-12-05 10:17:33 +0000
@@ -34,7 +34,7 @@
3434
35 <li>There are several XQuery features that can be enabled or disabled:35 <li>There are several XQuery features that can be enabled or disabled:
36 <ul>36 <ul>
37 <li><a href="scripting_tutorial.html">Zorba's XQuery Scripting Extension</a></li>37 <li><a href="/pages/latest/zorba/scripting_tutorial">Zorba's XQuery Scripting Extension</a></li>
38 <li>\ref xqddf "Zorba's XQuery Data Definition Facility"</li>38 <li>\ref xqddf "Zorba's XQuery Data Definition Facility"</li>
39 <li><a href="http://www.w3.org/TR/xpath-functions-30/#func-trace">fn:trace</a></li>39 <li><a href="http://www.w3.org/TR/xpath-functions-30/#func-trace">fn:trace</a></li>
40 <li><a href="http://www.w3.org/TR/xquery-30/#id-dynamic-function-invocation">Higher-order functions</a></li>40 <li><a href="http://www.w3.org/TR/xquery-30/#id-dynamic-function-invocation">Higher-order functions</a></li>
@@ -87,7 +87,7 @@
8787
88 <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>.88 <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>.
89 For more information,89 For more information,
90 please check the <a href="../../zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_languages_xslt.html">XSLT module</a>.90 please check the <a href="/modules/latest/www.zorba-xquery.com/modules/languages/xslt">XSLT module</a>.
91 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>.91 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>.
92 Please let us know if this is a language that Zorba should support.</li>92 Please let us know if this is a language that Zorba should support.</li>
9393
@@ -109,7 +109,7 @@
109indexes,109indexes,
110and integrity constraints.110and integrity constraints.
111The other one is a111The other one is a
112<a href="scripting_spec.html">XQuery Scripting Extension</a>112<a href="/pages/latest/zorba/scripting_spec">XQuery Scripting Extension</a>
113that allows side-effecting operations,113that allows side-effecting operations,
114assignable variables,114assignable variables,
115and other similar procedural extensions to XQuery.115and other similar procedural extensions to XQuery.
116116
=== modified file 'doc/zorba/php_ubuntu.dox'
--- doc/zorba/php_ubuntu.dox 2013-08-30 07:13:43 +0000
+++ doc/zorba/php_ubuntu.dox 2013-12-05 10:17:33 +0000
@@ -134,9 +134,8 @@
134134
135\section useful_links Useful links135\section useful_links Useful links
136136
137<a href="http://www.giantflyingsaucer.com/blog/?p=1826">Install PHP 5, Apache 2 and MongoDB on Ubuntu 10.10</a>137<ul>
138138 <li><a href="http://www.giantflyingsaucer.com/blog/?p=1826">Install PHP 5, Apache 2 and MongoDB on Ubuntu 10.10</a></li>
139<a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-"> Building XQuery-powered applications with PHP and Zorba</a>139 <li><a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-"> Building XQuery-powered applications with PHP and Zorba</a></li>
140140 <li>\ref build</li>
141<a href="/documentation/2.9/zorba/build.html"> Zorba build instructions</a>
142*/141*/
143142
=== modified file 'doc/zorba/php_windows.dox'
--- doc/zorba/php_windows.dox 2013-08-30 07:13:43 +0000
+++ doc/zorba/php_windows.dox 2013-12-05 10:17:33 +0000
@@ -125,9 +125,13 @@
125For 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.125For 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.
126126
127\section useful_links Useful links127\section useful_links Useful links
128128<ul>
129<a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-">Building XQuery-powered applications with PHP and Zorba</a>129 <li>
130130 <a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-">Building XQuery-powered applications with PHP and Zorba</a>
131<a href="indexpage.html#build_section"> Zorba build instructions</a>131 </li>
132 <li>
133 \ref build
134 </li>
135</ul>
132136
133*/137*/
134138
=== modified file 'doc/zorba/schema_lifecycle.dox'
--- doc/zorba/schema_lifecycle.dox 2013-09-19 01:09:27 +0000
+++ doc/zorba/schema_lifecycle.dox 2013-12-05 10:17:33 +0000
@@ -89,7 +89,7 @@
8989
90\section schema-type Schema type name90\section schema-type Schema type name
9191
92Using the <a href="../xqdoc/xhtml/www.zorba-xquery.com_modules_schema.html">schema module</a>92Using the <a href="/modules/latest/www.zorba-xquery.com/modules/schema">schema module</a>
93it is possible to find out the QName of a certain schema type.93it is possible to find out the QName of a certain schema type.
9494
9595
9696
=== modified file 'doc/zorba/scripting.dox'
--- doc/zorba/scripting.dox 2013-08-09 08:27:30 +0000
+++ doc/zorba/scripting.dox 2013-12-05 10:17:33 +0000
@@ -340,7 +340,7 @@
340\subsubsection ZWST0004 ZWST0004340\subsubsection ZWST0004 ZWST0004
341This 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.341This 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.
342Both semantics are correct, but they are not equivalent.342Both semantics are correct, but they are not equivalent.
343Zorba adopts one of these semantics (see <a href="scripting_spec.html">Scripting Specification</a>).343Zorba adopts one of these semantics (see <a href="/scripting-spec">Scripting Specification</a>).
344The 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.344The 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.
345345
346\subsection scripting_option Disabling Scripting Support 346\subsection scripting_option Disabling Scripting Support
347347
=== modified file 'doc/zorba/tut_image.dox'
--- doc/zorba/tut_image.dox 2013-09-17 17:15:54 +0000
+++ doc/zorba/tut_image.dox 2013-12-05 10:17:33 +0000
@@ -40,10 +40,10 @@
4040
41Zorba provides the following four modules for image processing:41Zorba provides the following four modules for image processing:
4242
43- <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.43- <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.
44- <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.44- <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.
45- <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.45- <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.
46- <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.46- <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.
4747
48This tutorial contains a small example for each of the modules.48This tutorial contains a small example for each of the modules.
4949
@@ -217,4 +217,4 @@
217\subsection expected_output6 Expected Output217\subsection expected_output6 Expected Output
218218
219\image html tutorialimages/extended.gif219\image html tutorialimages/extended.gif
220*/
221\ No newline at end of file220\ No newline at end of file
221*/
222222
=== modified file 'doc/zorba/xqddf.dox'
--- doc/zorba/xqddf.dox 2013-10-09 23:45:00 +0000
+++ doc/zorba/xqddf.dox 2013-12-05 10:17:33 +0000
@@ -14,12 +14,12 @@
1414
1515
16<ul>16<ul>
17 <li><a href="../modules/zorba.io_modules_store_static_collections_dml.html">http://zorba.io/modules/store/static/collections/dml</a> (prefix: cdml)</li>17 <li><a href="/modules/latest/zorba.io/modules/store/static/collections/dml">http://zorba.io/modules/store/static/collections/dml</a> (prefix: cdml)</li>
18 <li><a href="../modules/zorba.io_modules_store_static_collections_ddl.html">http://zorba.io/modules/store/static/collections/ddl</a> (prefix: cddl)</li>18 <li><a href="/modules/latest/zorba.io/modules/store/static/collections/ddl">http://zorba.io/modules/store/static/collections/ddl</a> (prefix: cddl)</li>
19 <li><a href="../modules/zorba.io_modules_store_static_indexes_dml.html">http://zorba.io/modules/store/static/indexes/dml</a> (prefix: idml)</li>19 <li><a href="/modules/latest/zorba.io/modules/store/static/indexes/dml">http://zorba.io/modules/store/static/indexes/dml</a> (prefix: idml)</li>
20 <li><a href="../modules/zorba.io_modules_store_static_indexes_ddl.html">http://zorba.io/modules/store/static/indexes/ddl</a> (prefix: iddl)</li>20 <li><a href="/modules/latest/zorba.io/modules/store/static/indexes/ddl">http://zorba.io/modules/store/static/indexes/ddl</a> (prefix: iddl)</li>
21 <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>21 <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>
22 <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>22 <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>
23</ul>23</ul>
2424
25As usual, these modules must be imported by any other module that wants to invoke any of the functions.25As usual, these modules must be imported by any other module that wants to invoke any of the functions.
@@ -55,7 +55,7 @@
55For brevity, in the remaining of this document we will use the term "collection" to55For brevity, in the remaining of this document we will use the term "collection" to
56mean <a href="#collection">collection</a>. For backward compatibility with56mean <a href="#collection">collection</a>. For backward compatibility with
57the W3C XQuery specification, Zorba retains some basic support for W3C57the W3C XQuery specification, Zorba retains some basic support for W3C
58collections (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>).58collections (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>).
59However, users are encouraged to use <a href="#collection">collections</a> instead.59However, users are encouraged to use <a href="#collection">collections</a> instead.
6060
61Zorba supports five kinds of operations on collections: <a61Zorba supports five kinds of operations on collections: <a
6262
=== modified file 'doc/zorba/xqdoc/images/modules_new.svg'
--- doc/zorba/xqdoc/images/modules_new.svg 2013-11-08 19:46:07 +0000
+++ doc/zorba/xqdoc/images/modules_new.svg 2013-12-05 10:17:33 +0000
@@ -1,2236 +1,2203 @@
1<!-- Generated by graphviz version 2.26.3 (20100126.1600)1<!-- Generated by graphviz version 2.26.3 (20100126.1600)
2 --><!-- 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">2 --><!-- 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">
3<g id="graph1" class="graph" transform="scale(1 1) rotate(0) translate(4 868)">3<g id="graph1" class="graph" transform="scale(1 1) rotate(0) translate(4 868)">
4<title>G</title>4<title>G</title>
5<a xlink:title="Zorba modules dependency graph">5<a xlink:title="Zorba modules dependency graph">
6<polygon fill="white" stroke="white" points="-4,5 -4,-868 9185,-868 9185,5 -4,5"/>6<polygon fill="white" stroke="white" points="-4,5 -4,-868 8228,-868 8228,5 -4,5"/>
7<text text-anchor="middle" x="4590" y="-9.4" font-family="Times Roman,serif" font-size="14.00">Zorba modules dependency graph</text>7<text text-anchor="middle" x="4111.5" y="-9.4" font-family="Times Roman,serif" font-size="14.00">Zorba modules dependency graph</text>
8</a>8</a>
9<g id="graph2" class="cluster"><title>cluster1</title>9<g id="graph2" class="cluster"><title>cluster1</title>
10<a xlink:title="JSONiq">10<a xlink:title="JSONiq">
11<polygon fill="lime" stroke="black" points="8584,-34 8584,-260 8894,-260 8894,-34 8584,-34"/>11<polygon fill="lime" stroke="black" points="7678,-34 7678,-260 7988,-260 7988,-34 7678,-34"/>
12<text text-anchor="middle" x="8739" y="-243.4" font-family="Times Roman,serif" font-size="14.00">JSONiq</text>12<text text-anchor="middle" x="7833" y="-243.4" font-family="Times Roman,serif" font-size="14.00">JSONiq</text>
13</a>13</a>
14</g>14</g>
15<g id="graph3" class="cluster"><title>clusterJSONiqErrorCodes</title>15<g id="graph3" class="cluster"><title>clusterJSONiqErrorCodes</title>
16<a xlink:title="JSONiq/Error Codes">16<a xlink:title="JSONiq/Error Codes">
17<polygon fill="lime" stroke="black" points="8788,-146 8788,-226 8886,-226 8886,-146 8788,-146"/>17<polygon fill="lime" stroke="black" points="7882,-146 7882,-226 7980,-226 7980,-146 7882,-146"/>
18<text text-anchor="middle" x="8837" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Error Codes</text>18<text text-anchor="middle" x="7931" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Error Codes</text>
19</a>19</a>
20</g>20</g>
21<g id="graph4" class="cluster"><title>clusterJSONiqFunctionLibrary</title>21<g id="graph4" class="cluster"><title>clusterJSONiqFunctionLibrary</title>
22<a xlink:title="JSONiq/Function Library">22<a xlink:title="JSONiq/Function Library">
23<polygon fill="lime" stroke="black" points="8592,-146 8592,-226 8780,-226 8780,-146 8592,-146"/>23<polygon fill="lime" stroke="black" points="7686,-146 7686,-226 7874,-226 7874,-146 7686,-146"/>
24<text text-anchor="middle" x="8686" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Function Library</text>24<text text-anchor="middle" x="7780" y="-209.4" font-family="Times Roman,serif" font-size="14.00">Function Library</text>
25</a>25</a>
26</g>26</g>
27<g id="graph5" class="cluster"><title>clusterJSONiqFunctions</title>27<g id="graph5" class="cluster"><title>clusterJSONiqFunctions</title>
28<a xlink:title="JSONiq/Functions">28<a xlink:title="JSONiq/Functions">
29<polygon fill="lime" stroke="black" points="8622,-42 8622,-122 8750,-122 8750,-42 8622,-42"/>29<polygon fill="lime" stroke="black" points="7686,-42 7686,-122 7814,-122 7814,-42 7686,-42"/>
30<text text-anchor="middle" x="8686" y="-105.4" font-family="Times Roman,serif" font-size="14.00">Functions</text>30<text text-anchor="middle" x="7750" y="-105.4" font-family="Times Roman,serif" font-size="14.00">Functions</text>
31</a>31</a>
32</g>32</g>
33<g id="graph6" class="cluster"><title>cluster2</title>33<g id="graph6" class="cluster"><title>cluster2</title>
34<a xlink:title="W3C">34<a xlink:title="W3C">
35<polygon fill="red" stroke="black" points="8584,-666 8584,-788 9121,-788 9121,-666 8584,-666"/>35<polygon fill="red" stroke="black" points="7678,-666 7678,-788 8215,-788 8215,-666 7678,-666"/>
36<text text-anchor="middle" x="8852.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">W3C</text>36<text text-anchor="middle" x="7946.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">W3C</text>
37</a>37</a>
38</g>38</g>
39<g id="graph7" class="cluster"><title>clusterW3CXPathErrorCodes</title>39<g id="graph7" class="cluster"><title>clusterW3CXPathErrorCodes</title>
40<a xlink:title="W3C/XPath Error Codes">40<a xlink:title="W3C/XPath Error Codes">
41<polygon fill="red" stroke="black" points="8969,-674 8969,-754 9113,-754 9113,-674 8969,-674"/>41<polygon fill="red" stroke="black" points="8063,-674 8063,-754 8207,-754 8207,-674 8063,-674"/>
42<text text-anchor="middle" x="9041" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Error Codes</text>42<text text-anchor="middle" x="8135" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Error Codes</text>
43</a>43</a>
44</g>44</g>
45<g id="graph8" class="cluster"><title>clusterW3CXPathFunctions</title>45<g id="graph8" class="cluster"><title>clusterW3CXPathFunctions</title>
46<a xlink:title="W3C/XPath Functions">46<a xlink:title="W3C/XPath Functions">
47<polygon fill="red" stroke="black" points="8769,-674 8769,-754 8961,-754 8961,-674 8769,-674"/>47<polygon fill="red" stroke="black" points="7863,-674 7863,-754 8055,-754 8055,-674 7863,-674"/>
48<text text-anchor="middle" x="8865" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Functions</text>48<text text-anchor="middle" x="7959" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Functions</text>
49</a>49</a>
50</g>50</g>
51<g id="graph9" class="cluster"><title>clusterW3CXPathMathFunctions</title>51<g id="graph9" class="cluster"><title>clusterW3CXPathMathFunctions</title>
52<a xlink:title="W3C/XPath Math Functions">52<a xlink:title="W3C/XPath Math Functions">
53<polygon fill="red" stroke="black" points="8592,-674 8592,-754 8761,-754 8761,-674 8592,-674"/>53<polygon fill="red" stroke="black" points="7686,-674 7686,-754 7855,-754 7855,-674 7686,-674"/>
54<text text-anchor="middle" x="8676.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Math Functions</text>54<text text-anchor="middle" x="7770.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XPath Math Functions</text>
55</a>55</a>
56</g>56</g>
57<g id="graph10" class="cluster"><title>cluster3</title>57<g id="graph10" class="cluster"><title>cluster3</title>
58<a xlink:title="FunctX">58<a xlink:title="FunctX">
59<polygon fill="tan" stroke="black" points="8584,-536 8584,-658 8806,-658 8806,-536 8584,-536"/>59<polygon fill="tan" stroke="black" points="1136,-536 1136,-658 1358,-658 1358,-536 1136,-536"/>
60<text text-anchor="middle" x="8695" y="-641.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>60<text text-anchor="middle" x="1247" y="-641.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>
61</a>61</a>
62</g>62</g>
63<g id="graph11" class="cluster"><title>clusterFunctXFunctX</title>63<g id="graph11" class="cluster"><title>clusterFunctXFunctX</title>
64<a xlink:title="FunctX/FunctX">64<a xlink:title="FunctX/FunctX">
65<polygon fill="tan" stroke="black" points="8592,-544 8592,-624 8798,-624 8798,-544 8592,-544"/>65<polygon fill="tan" stroke="black" points="1144,-544 1144,-624 1350,-624 1350,-544 1144,-544"/>
66<text text-anchor="middle" x="8695" y="-607.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>66<text text-anchor="middle" x="1247" y="-607.4" font-family="Times Roman,serif" font-size="14.00">FunctX</text>
67</a>67</a>
68</g>68</g>
69<g id="graph12" class="cluster"><title>cluster4</title>69<g id="graph12" class="cluster"><title>cluster4</title>
70<a xlink:title="EXPath">70<a xlink:title="EXPath">
71<polygon fill="OrangeRed" stroke="black" points="8598,-268 8598,-494 9088,-494 9088,-268 8598,-268"/>71<polygon fill="OrangeRed" stroke="black" points="8,-268 8,-494 498,-494 498,-268 8,-268"/>
72<text text-anchor="middle" x="8843" y="-477.4" font-family="Times Roman,serif" font-size="14.00">EXPath</text>72<text text-anchor="middle" x="253" y="-477.4" font-family="Times Roman,serif" font-size="14.00">EXPath</text>
73</a>73</a>
74</g>74</g>
75<g id="graph13" class="cluster"><title>clusterEXPathEXPathErrorCodes</title>75<g id="graph13" class="cluster"><title>clusterEXPathEXPathErrorCodes</title>
76<a xlink:title="EXPath/EXPath Error Codes">76<a xlink:title="EXPath/EXPath Error Codes">
77<polygon fill="OrangeRed" stroke="black" points="8606,-276 8606,-356 8759,-356 8759,-276 8606,-276"/>77<polygon fill="OrangeRed" stroke="black" points="337,-276 337,-356 490,-356 490,-276 337,-276"/>
78<text text-anchor="middle" x="8682.5" y="-339.4" font-family="Times Roman,serif" font-size="14.00">EXPath Error Codes</text>78<text text-anchor="middle" x="413.5" y="-339.4" font-family="Times Roman,serif" font-size="14.00">EXPath Error Codes</text>
79</a>79</a>
80</g>80</g>
81<g id="graph14" class="cluster"><title>clusterEXPathEXPathFileModule</title>81<g id="graph14" class="cluster"><title>clusterEXPathEXPathFileModule</title>
82<a xlink:title="EXPath/EXPath File Module">82<a xlink:title="EXPath/EXPath File Module">
83<polygon fill="OrangeRed" stroke="black" points="8931,-380 8931,-460 9080,-460 9080,-380 8931,-380"/>83<polygon fill="OrangeRed" stroke="black" points="178,-380 178,-460 327,-460 327,-380 178,-380"/>
84<text text-anchor="middle" x="9005.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath File Module</text>84<text text-anchor="middle" x="252.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath File Module</text>
85</a>85</a>
86</g>86</g>
87<g id="graph15" class="cluster"><title>clusterEXPathEXPathGeoModule</title>87<g id="graph15" class="cluster"><title>clusterEXPathEXPathGeoModule</title>
88<a xlink:title="EXPath/EXPath Geo Module">88<a xlink:title="EXPath/EXPath Geo Module">
89<polygon fill="OrangeRed" stroke="black" points="8606,-380 8606,-460 8760,-460 8760,-380 8606,-380"/>89<polygon fill="OrangeRed" stroke="black" points="16,-380 16,-460 170,-460 170,-380 16,-380"/>
90<text text-anchor="middle" x="8683" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath Geo Module</text>90<text text-anchor="middle" x="93" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath Geo Module</text>
91</a>91</a>
92</g>92</g>
93<g id="graph16" class="cluster"><title>clusterEXPathEXPathHTTPClient</title>93<g id="graph16" class="cluster"><title>clusterEXPathEXPathHTTPClient</title>
94<a xlink:title="EXPath/EXPath HTTP Client">94<a xlink:title="EXPath/EXPath HTTP Client">
95<polygon fill="OrangeRed" stroke="black" points="8768,-380 8768,-460 8923,-460 8923,-380 8768,-380"/>95<polygon fill="OrangeRed" stroke="black" points="335,-380 335,-460 490,-460 490,-380 335,-380"/>
96<text text-anchor="middle" x="8845.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath HTTP Client</text>96<text text-anchor="middle" x="412.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">EXPath HTTP Client</text>
97</a>97</a>
98</g>98</g>
99<g id="graph17" class="cluster"><title>cluster5</title>99<g id="graph17" class="cluster"><title>cluster5</title>
100<a xlink:title="DB Drivers">100<a xlink:title="DB Drivers">
101<polygon fill="LimeGreen" stroke="black" points="44,-666 44,-788 572,-788 572,-666 44,-666"/>101<polygon fill="LimeGreen" stroke="black" points="1200,-372 1200,-494 1392,-494 1392,-372 1200,-372"/>
102<text text-anchor="middle" x="308" y="-771.4" font-family="Times Roman,serif" font-size="14.00">DB Drivers</text>102<text text-anchor="middle" x="1296" y="-477.4" font-family="Times Roman,serif" font-size="14.00">DB Drivers</text>
103</a>103</a>
104</g>104</g>
105<g id="graph18" class="cluster"><title>clusterDBDriversCouchbase</title>105<g id="graph18" class="cluster"><title>clusterDBDriversJDBC</title>
106<a xlink:title="DB Drivers/Couchbase">
107<polygon fill="LimeGreen" stroke="black" points="424,-674 424,-754 564,-754 564,-674 424,-674"/>
108<text text-anchor="middle" x="494" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Couchbase</text>
109</a>
110</g>
111<g id="graph19" class="cluster"><title>clusterDBDriversJDBC</title>
112<a xlink:title="DB Drivers/JDBC">106<a xlink:title="DB Drivers/JDBC">
113<polygon fill="LimeGreen" stroke="black" points="338,-674 338,-754 416,-754 416,-674 338,-674"/>107<polygon fill="LimeGreen" stroke="black" points="1306,-380 1306,-460 1384,-460 1384,-380 1306,-380"/>
114<text text-anchor="middle" x="377" y="-737.4" font-family="Times Roman,serif" font-size="14.00">JDBC</text>108<text text-anchor="middle" x="1345" y="-443.4" font-family="Times Roman,serif" font-size="14.00">JDBC</text>
115</a>109</a>
116</g>110</g>
117<g id="graph20" class="cluster"><title>clusterDBDriversORACLENoSQL</title>111<g id="graph19" class="cluster"><title>clusterDBDriversSQLite</title>
118<a xlink:title="DB Drivers/ORACLE NoSQL">
119<polygon fill="LimeGreen" stroke="black" points="150,-674 150,-754 330,-754 330,-674 150,-674"/>
120<text text-anchor="middle" x="240" y="-737.4" font-family="Times Roman,serif" font-size="14.00">ORACLE NoSQL</text>
121</a>
122</g>
123<g id="graph21" class="cluster"><title>clusterDBDriversSQLite</title>
124<a xlink:title="DB Drivers/SQLite">112<a xlink:title="DB Drivers/SQLite">
125<polygon fill="LimeGreen" stroke="black" points="52,-674 52,-754 142,-754 142,-674 52,-674"/>113<polygon fill="LimeGreen" stroke="black" points="1208,-380 1208,-460 1298,-460 1298,-380 1208,-380"/>
126<text text-anchor="middle" x="97" y="-737.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>114<text text-anchor="middle" x="1253" y="-443.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>
127</a>115</a>
128</g>116</g>
129<g id="graph22" class="cluster"><title>cluster6</title>117<g id="graph20" class="cluster"><title>cluster6</title>
130<a xlink:title="Zorba">118<a xlink:title="Zorba">
131<polygon fill="lightsteelblue" stroke="black" points="900,-130 900,-856 8576,-856 8576,-130 900,-130"/>119<polygon fill="lightsteelblue" stroke="black" points="1428,-130 1428,-856 7670,-856 7670,-130 1428,-130"/>
132<text text-anchor="middle" x="4738" y="-839.4" font-family="Times Roman,serif" font-size="14.00">Zorba</text>120<text text-anchor="middle" x="4549" y="-839.4" font-family="Times Roman,serif" font-size="14.00">Zorba</text>
133</a>121</a>
134</g>122</g>
135<g id="graph23" class="cluster"><title>clusterZorbaArchive</title>123<g id="graph21" class="cluster"><title>clusterZorbaArchive</title>
136<a xlink:title="Zorba/Archive">124<a xlink:title="Zorba/Archive">
137<polygon fill="lightsteelblue" stroke="black" points="3398,-666 3398,-788 3524,-788 3524,-666 3398,-666"/>125<polygon fill="lightsteelblue" stroke="black" points="3539,-666 3539,-788 3665,-788 3665,-666 3539,-666"/>
138<text text-anchor="middle" x="3461" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>126<text text-anchor="middle" x="3602" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>
139</a>127</a>
140</g>128</g>
141<g id="graph24" class="cluster"><title>clusterZorbaArchiveArchive</title>129<g id="graph22" class="cluster"><title>clusterZorbaArchiveArchive</title>
142<a xlink:title="Zorba/Archive/Archive">130<a xlink:title="Zorba/Archive/Archive">
143<polygon fill="lightsteelblue" stroke="black" points="3406,-674 3406,-754 3516,-754 3516,-674 3406,-674"/>131<polygon fill="lightsteelblue" stroke="black" points="3547,-674 3547,-754 3657,-754 3657,-674 3547,-674"/>
144<text text-anchor="middle" x="3461" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>132<text text-anchor="middle" x="3602" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Archive</text>
145</a>133</a>
146</g>134</g>
147<g id="graph25" class="cluster"><title>clusterZorbaCryptography</title>135<g id="graph23" class="cluster"><title>clusterZorbaCryptography</title>
148<a xlink:title="Zorba/Cryptography">136<a xlink:title="Zorba/Cryptography">
149<polygon fill="lightsteelblue" stroke="black" points="1613,-536 1613,-658 1813,-658 1813,-536 1613,-536"/>137<polygon fill="lightsteelblue" stroke="black" points="3698,-536 3698,-658 3898,-658 3898,-536 3698,-536"/>
150<text text-anchor="middle" x="1713" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Cryptography</text>138<text text-anchor="middle" x="3798" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Cryptography</text>
151</a>139</a>
152</g>140</g>
153<g id="graph26" class="cluster"><title>clusterZorbaCryptographyHMAC</title>141<g id="graph24" class="cluster"><title>clusterZorbaCryptographyHMAC</title>
154<a xlink:title="Zorba/Cryptography/HMAC">142<a xlink:title="Zorba/Cryptography/HMAC">
155<polygon fill="lightsteelblue" stroke="black" points="1715,-544 1715,-624 1805,-624 1805,-544 1715,-544"/>143<polygon fill="lightsteelblue" stroke="black" points="3800,-544 3800,-624 3890,-624 3890,-544 3800,-544"/>
156<text text-anchor="middle" x="1760" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HMAC</text>144<text text-anchor="middle" x="3845" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HMAC</text>
157</a>145</a>
158</g>146</g>
159<g id="graph27" class="cluster"><title>clusterZorbaCryptographyHash</title>147<g id="graph25" class="cluster"><title>clusterZorbaCryptographyHash</title>
160<a xlink:title="Zorba/Cryptography/Hash">148<a xlink:title="Zorba/Cryptography/Hash">
161<polygon fill="lightsteelblue" stroke="black" points="1621,-544 1621,-624 1707,-624 1707,-544 1621,-544"/>149<polygon fill="lightsteelblue" stroke="black" points="3706,-544 3706,-624 3792,-624 3792,-544 3706,-544"/>
162<text text-anchor="middle" x="1664" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hash</text>150<text text-anchor="middle" x="3749" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hash</text>
163</a>151</a>
164</g>152</g>
165<g id="graph28" class="cluster"><title>clusterZorbaDataCleaning</title>153<g id="graph26" class="cluster"><title>clusterZorbaDataCleaning</title>
166<a xlink:title="Zorba/Data Cleaning">154<a xlink:title="Zorba/Data Cleaning">
167<polygon fill="lightsteelblue" stroke="black" points="6678,-268 6678,-658 7504,-658 7504,-268 6678,-268"/>155<polygon fill="lightsteelblue" stroke="black" points="6680,-268 6680,-658 7506,-658 7506,-268 6680,-268"/>
168<text text-anchor="middle" x="7091" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Cleaning</text>156<text text-anchor="middle" x="7093" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Cleaning</text>
169</a>157</a>
170</g>158</g>
171<g id="graph29" class="cluster"><title>clusterZorbaDataCleaningCharacterBasedStringSimilarity</title>159<g id="graph27" class="cluster"><title>clusterZorbaDataCleaningCharacterBasedStringSimilarity</title>
172<a xlink:title="Zorba/Data Cleaning/Character-Based String Similarity">160<a xlink:title="Zorba/Data Cleaning/Character-Based String Similarity">
173<polygon fill="lightsteelblue" stroke="black" points="7026,-276 7026,-356 7380,-356 7380,-276 7026,-276"/>161<polygon fill="lightsteelblue" stroke="black" points="7028,-276 7028,-356 7382,-356 7382,-276 7028,-276"/>
174<text text-anchor="middle" x="7203" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Character-Based String Similarity</text>162<text text-anchor="middle" x="7205" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Character-Based String Similarity</text>
175</a>163</a>
176</g>164</g>
177<g id="graph30" class="cluster"><title>clusterZorbaDataCleaningConsolidation</title>165<g id="graph28" class="cluster"><title>clusterZorbaDataCleaningConsolidation</title>
178<a xlink:title="Zorba/Data Cleaning/Consolidation">166<a xlink:title="Zorba/Data Cleaning/Consolidation">
179<polygon fill="lightsteelblue" stroke="black" points="7026,-380 7026,-460 7192,-460 7192,-380 7026,-380"/>167<polygon fill="lightsteelblue" stroke="black" points="7028,-380 7028,-460 7194,-460 7194,-380 7028,-380"/>
180<text text-anchor="middle" x="7109" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Consolidation</text>168<text text-anchor="middle" x="7111" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Consolidation</text>
181</a>169</a>
182</g>170</g>
183<g id="graph31" class="cluster"><title>clusterZorbaDataCleaningConversion</title>171<g id="graph29" class="cluster"><title>clusterZorbaDataCleaningConversion</title>
184<a xlink:title="Zorba/Data Cleaning/Conversion">172<a xlink:title="Zorba/Data Cleaning/Conversion">
185<polygon fill="lightsteelblue" stroke="black" points="6980,-544 6980,-624 7124,-624 7124,-544 6980,-544"/>173<polygon fill="lightsteelblue" stroke="black" points="7344,-544 7344,-624 7488,-624 7488,-544 7344,-544"/>
186<text text-anchor="middle" x="7052" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Conversion</text>174<text text-anchor="middle" x="7416" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Conversion</text>
187</a>175</a>
188</g>176</g>
189<g id="graph32" class="cluster"><title>clusterZorbaDataCleaningHybridStringSimilarity</title>177<g id="graph30" class="cluster"><title>clusterZorbaDataCleaningHybridStringSimilarity</title>
190<a xlink:title="Zorba/Data Cleaning/Hybrid String Similarity">178<a xlink:title="Zorba/Data Cleaning/Hybrid String Similarity">
191<polygon fill="lightsteelblue" stroke="black" points="6712,-544 6712,-624 6972,-624 6972,-544 6712,-544"/>179<polygon fill="lightsteelblue" stroke="black" points="7067,-544 7067,-624 7327,-624 7327,-544 7067,-544"/>
192<text text-anchor="middle" x="6842" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hybrid String Similarity</text>180<text text-anchor="middle" x="7197" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Hybrid String Similarity</text>
193</a>181</a>
194</g>182</g>
195<g id="graph33" class="cluster"><title>clusterZorbaDataCleaningInfoExtraction</title>183<g id="graph31" class="cluster"><title>clusterZorbaDataCleaningInfoExtraction</title>
196<a xlink:title="Zorba/Data Cleaning/Info Extraction">184<a xlink:title="Zorba/Data Cleaning/Info Extraction">
197<polygon fill="lightsteelblue" stroke="black" points="7314,-544 7314,-624 7496,-624 7496,-544 7314,-544"/>185<polygon fill="lightsteelblue" stroke="black" points="6870,-544 6870,-624 7052,-624 7052,-544 6870,-544"/>
198<text text-anchor="middle" x="7405" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Info Extraction</text>186<text text-anchor="middle" x="6961" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Info Extraction</text>
199</a>187</a>
200</g>188</g>
201<g id="graph34" class="cluster"><title>clusterZorbaDataCleaningNormalization</title>189<g id="graph32" class="cluster"><title>clusterZorbaDataCleaningNormalization</title>
202<a xlink:title="Zorba/Data Cleaning/Normalization">190<a xlink:title="Zorba/Data Cleaning/Normalization">
203<polygon fill="lightsteelblue" stroke="black" points="7132,-544 7132,-624 7306,-624 7306,-544 7132,-544"/>191<polygon fill="lightsteelblue" stroke="black" points="6688,-544 6688,-624 6862,-624 6862,-544 6688,-544"/>
204<text text-anchor="middle" x="7219" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Normalization</text>192<text text-anchor="middle" x="6775" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Normalization</text>
205</a>193</a>
206</g>194</g>
207<g id="graph35" class="cluster"><title>clusterZorbaDataCleaningPhonecticStringSimilarity</title>195<g id="graph33" class="cluster"><title>clusterZorbaDataCleaningPhonecticStringSimilarity</title>
208<a xlink:title="Zorba/Data Cleaning/Phonectic String Similarity">196<a xlink:title="Zorba/Data Cleaning/Phonectic String Similarity">
209<polygon fill="lightsteelblue" stroke="black" points="7214,-380 7214,-460 7496,-460 7496,-380 7214,-380"/>197<polygon fill="lightsteelblue" stroke="black" points="7216,-380 7216,-460 7498,-460 7498,-380 7216,-380"/>
210<text text-anchor="middle" x="7355" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Phonectic String Similarity</text>198<text text-anchor="middle" x="7357" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Phonectic String Similarity</text>
211</a>199</a>
212</g>200</g>
213<g id="graph36" class="cluster"><title>clusterZorbaDataCleaningSetSimilarity</title>201<g id="graph34" class="cluster"><title>clusterZorbaDataCleaningSetSimilarity</title>
214<a xlink:title="Zorba/Data Cleaning/Set Similarity">202<a xlink:title="Zorba/Data Cleaning/Set Similarity">
215<polygon fill="lightsteelblue" stroke="black" points="6852,-276 6852,-356 7018,-356 7018,-276 6852,-276"/>203<polygon fill="lightsteelblue" stroke="black" points="6854,-276 6854,-356 7020,-356 7020,-276 6854,-276"/>
216<text text-anchor="middle" x="6935" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Set Similarity</text>204<text text-anchor="middle" x="6937" y="-339.4" font-family="Times Roman,serif" font-size="14.00">Set Similarity</text>
217</a>205</a>
218</g>206</g>
219<g id="graph37" class="cluster"><title>clusterZorbaDataCleaningTokenBasedStringSimilarity</title>207<g id="graph35" class="cluster"><title>clusterZorbaDataCleaningTokenBasedStringSimilarity</title>
220<a xlink:title="Zorba/Data Cleaning/Token Based String Similarity">208<a xlink:title="Zorba/Data Cleaning/Token Based String Similarity">
221<polygon fill="lightsteelblue" stroke="black" points="6686,-380 6686,-460 7004,-460 7004,-380 6686,-380"/>209<polygon fill="lightsteelblue" stroke="black" points="6688,-380 6688,-460 7006,-460 7006,-380 6688,-380"/>
222<text text-anchor="middle" x="6845" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Token Based String Similarity</text>210<text text-anchor="middle" x="6847" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Token Based String Similarity</text>
223</a>211</a>
224</g>212</g>
225<g id="graph38" class="cluster"><title>clusterZorbaDataConverters</title>213<g id="graph36" class="cluster"><title>clusterZorbaDataConverters</title>
226<a xlink:title="Zorba/Data Converters">214<a xlink:title="Zorba/Data Converters">
227<polygon fill="lightsteelblue" stroke="black" points="2738,-536 2738,-658 3360,-658 3360,-536 2738,-536"/>215<polygon fill="lightsteelblue" stroke="black" points="2916,-536 2916,-658 3538,-658 3538,-536 2916,-536"/>
228<text text-anchor="middle" x="3049" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Converters</text>216<text text-anchor="middle" x="3227" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Converters</text>
229</a>217</a>
230</g>218</g>
231<g id="graph39" class="cluster"><title>clusterZorbaDataConvertersBase64</title>219<g id="graph37" class="cluster"><title>clusterZorbaDataConvertersBase64</title>
232<a xlink:title="Zorba/Data Converters/Base 64">220<a xlink:title="Zorba/Data Converters/Base 64">
233<polygon fill="lightsteelblue" stroke="black" points="3244,-544 3244,-624 3352,-624 3352,-544 3244,-544"/>221<polygon fill="lightsteelblue" stroke="black" points="3422,-544 3422,-624 3530,-624 3530,-544 3422,-544"/>
234<text text-anchor="middle" x="3298" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Base 64</text>222<text text-anchor="middle" x="3476" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Base 64</text>
235</a>223</a>
236</g>224</g>
237<g id="graph40" class="cluster"><title>clusterZorbaDataConvertersCSV</title>225<g id="graph38" class="cluster"><title>clusterZorbaDataConvertersCSV</title>
238<a xlink:title="Zorba/Data Converters/CSV">226<a xlink:title="Zorba/Data Converters/CSV">
239<polygon fill="lightsteelblue" stroke="black" points="3048,-544 3048,-624 3236,-624 3236,-544 3048,-544"/>227<polygon fill="lightsteelblue" stroke="black" points="3226,-544 3226,-624 3414,-624 3414,-544 3226,-544"/>
240<text text-anchor="middle" x="3142" y="-607.4" font-family="Times Roman,serif" font-size="14.00">CSV</text>228<text text-anchor="middle" x="3320" y="-607.4" font-family="Times Roman,serif" font-size="14.00">CSV</text>
241</a>229</a>
242</g>230</g>
243<g id="graph41" class="cluster"><title>clusterZorbaDataConvertersHTML</title>231<g id="graph39" class="cluster"><title>clusterZorbaDataConvertersHTML</title>
244<a xlink:title="Zorba/Data Converters/HTML">232<a xlink:title="Zorba/Data Converters/HTML">
245<polygon fill="lightsteelblue" stroke="black" points="2956,-544 2956,-624 3040,-624 3040,-544 2956,-544"/>233<polygon fill="lightsteelblue" stroke="black" points="3134,-544 3134,-624 3218,-624 3218,-544 3134,-544"/>
246<text text-anchor="middle" x="2998" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>234<text text-anchor="middle" x="3176" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>
247</a>235</a>
248</g>236</g>
249<g id="graph42" class="cluster"><title>clusterZorbaDataConvertersJSON</title>237<g id="graph40" class="cluster"><title>clusterZorbaDataConvertersJSON</title>
250<a xlink:title="Zorba/Data Converters/JSON">238<a xlink:title="Zorba/Data Converters/JSON">
251<polygon fill="lightsteelblue" stroke="black" points="2828,-544 2828,-624 2948,-624 2948,-544 2828,-544"/>239<polygon fill="lightsteelblue" stroke="black" points="3006,-544 3006,-624 3126,-624 3126,-544 3006,-544"/>
252<text text-anchor="middle" x="2888" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JSON</text>240<text text-anchor="middle" x="3066" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JSON</text>
253</a>241</a>
254</g>242</g>
255<g id="graph43" class="cluster"><title>clusterZorbaDataConvertersXML</title>243<g id="graph41" class="cluster"><title>clusterZorbaDataConvertersXML</title>
256<a xlink:title="Zorba/Data Converters/XML">244<a xlink:title="Zorba/Data Converters/XML">
257<polygon fill="lightsteelblue" stroke="black" points="2746,-544 2746,-624 2820,-624 2820,-544 2746,-544"/>245<polygon fill="lightsteelblue" stroke="black" points="2924,-544 2924,-624 2998,-624 2998,-544 2924,-544"/>
258<text text-anchor="middle" x="2783" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XML</text>246<text text-anchor="middle" x="2961" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XML</text>
259</a>247</a>
260</g>248</g>
261<g id="graph44" class="cluster"><title>clusterZorbaDataFormatting</title>249<g id="graph42" class="cluster"><title>clusterZorbaDataFormatting</title>
262<a xlink:title="Zorba/Data Formatting">250<a xlink:title="Zorba/Data Formatting">
263<polygon fill="lightsteelblue" stroke="black" points="3532,-666 3532,-788 3663,-788 3663,-666 3532,-666"/>251<polygon fill="lightsteelblue" stroke="black" points="3400,-666 3400,-788 3531,-788 3531,-666 3400,-666"/>
264<text text-anchor="middle" x="3597.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Formatting</text>252<text text-anchor="middle" x="3465.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Formatting</text>
265</a>253</a>
266</g>254</g>
267<g id="graph45" class="cluster"><title>clusterZorbaDataFormattingXSLFO</title>255<g id="graph43" class="cluster"><title>clusterZorbaDataFormattingXSLFO</title>
268<a xlink:title="Zorba/Data Formatting/XSL-FO">256<a xlink:title="Zorba/Data Formatting/XSL-FO">
269<polygon fill="lightsteelblue" stroke="black" points="3540,-674 3540,-754 3630,-754 3630,-674 3540,-674"/>257<polygon fill="lightsteelblue" stroke="black" points="3408,-674 3408,-754 3498,-754 3498,-674 3408,-674"/>
270<text text-anchor="middle" x="3585" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSL-FO</text>258<text text-anchor="middle" x="3453" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSL-FO</text>
271</a>259</a>
272</g>260</g>
273<g id="graph46" class="cluster"><title>clusterZorbaDataProcessing</title>261<g id="graph44" class="cluster"><title>clusterZorbaDataProcessing</title>
274<a xlink:title="Zorba/Data Processing">262<a xlink:title="Zorba/Data Processing">
275<polygon fill="lightsteelblue" stroke="black" points="1821,-536 1821,-658 2131,-658 2131,-536 1821,-536"/>263<polygon fill="lightsteelblue" stroke="black" points="2460,-536 2460,-658 2770,-658 2770,-536 2460,-536"/>
276<text text-anchor="middle" x="1976" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Processing</text>264<text text-anchor="middle" x="2615" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Data Processing</text>
277</a>265</a>
278</g>266</g>
279<g id="graph47" class="cluster"><title>clusterZorbaDataProcessingPDFReader</title>267<g id="graph45" class="cluster"><title>clusterZorbaDataProcessingPDFReader</title>
280<a xlink:title="Zorba/Data Processing/PDF Reader">268<a xlink:title="Zorba/Data Processing/PDF Reader">
281<polygon fill="lightsteelblue" stroke="black" points="1829,-544 1829,-624 1949,-624 1949,-544 1829,-544"/>269<polygon fill="lightsteelblue" stroke="black" points="2468,-544 2468,-624 2588,-624 2588,-544 2468,-544"/>
282<text text-anchor="middle" x="1889" y="-607.4" font-family="Times Roman,serif" font-size="14.00">PDF Reader</text>270<text text-anchor="middle" x="2528" y="-607.4" font-family="Times Roman,serif" font-size="14.00">PDF Reader</text>
283</a>271</a>
284</g>272</g>
285<g id="graph48" class="cluster"><title>clusterZorbaDataProcessingSchemaTools</title>273<g id="graph46" class="cluster"><title>clusterZorbaDataProcessingSchemaTools</title>
286<a xlink:title="Zorba/Data Processing/Schema Tools">274<a xlink:title="Zorba/Data Processing/Schema Tools">
287<polygon fill="lightsteelblue" stroke="black" points="1957,-544 1957,-624 2123,-624 2123,-544 1957,-544"/>275<polygon fill="lightsteelblue" stroke="black" points="2596,-544 2596,-624 2762,-624 2762,-544 2596,-544"/>
288<text text-anchor="middle" x="2040" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Schema Tools</text>276<text text-anchor="middle" x="2679" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Schema Tools</text>
289</a>277</a>
290</g>278</g>
291<g id="graph49" class="cluster"><title>clusterZorbaDataStore</title>279<g id="graph47" class="cluster"><title>clusterZorbaDataStore</title>
292<a xlink:title="Zorba/Data Store">280<a xlink:title="Zorba/Data Store">
293<polygon fill="lightsteelblue" stroke="black" points="4715,-364 4715,-822 6670,-822 6670,-364 4715,-364"/>281<polygon fill="lightsteelblue" stroke="black" points="4717,-364 4717,-822 6672,-822 6672,-364 4717,-364"/>
294<text text-anchor="middle" x="5692.5" y="-805.4" font-family="Times Roman,serif" font-size="14.00">Data Store</text>282<text text-anchor="middle" x="5694.5" y="-805.4" font-family="Times Roman,serif" font-size="14.00">Data Store</text>
295</a>283</a>
296</g>284</g>
297<g id="graph50" class="cluster"><title>clusterZorbaDataStoreCollections</title>285<g id="graph48" class="cluster"><title>clusterZorbaDataStoreCollections</title>
298<a xlink:title="Zorba/Data Store/Collections">286<a xlink:title="Zorba/Data Store/Collections">
299<polygon fill="lightsteelblue" stroke="black" points="6093,-372 6093,-788 6662,-788 6662,-372 6093,-372"/>287<polygon fill="lightsteelblue" stroke="black" points="6095,-372 6095,-788 6664,-788 6664,-372 6095,-372"/>
300<text text-anchor="middle" x="6377.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Collections</text>288<text text-anchor="middle" x="6379.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Collections</text>
301</a>289</a>
302</g>290</g>
303<g id="graph51" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataDefinition</title>291<g id="graph49" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataDefinition</title>
304<a xlink:title="Zorba/Data Store/Collections/Dynamic Data Definition">292<a xlink:title="Zorba/Data Store/Collections/Dynamic Data Definition">
305<polygon fill="lightsteelblue" stroke="black" points="6101,-380 6101,-460 6288,-460 6288,-380 6101,-380"/>293<polygon fill="lightsteelblue" stroke="black" points="6103,-380 6103,-460 6290,-460 6290,-380 6103,-380"/>
306<text text-anchor="middle" x="6194.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Definition</text>294<text text-anchor="middle" x="6196.5" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Definition</text>
307</a>295</a>
308</g>296</g>
309<g id="graph52" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataManipulation</title>297<g id="graph50" class="cluster"><title>clusterZorbaDataStoreCollectionsDynamicDataManipulation</title>
310<a xlink:title="Zorba/Data Store/Collections/Dynamic Data Manipulation">298<a xlink:title="Zorba/Data Store/Collections/Dynamic Data Manipulation">
311<polygon fill="lightsteelblue" stroke="black" points="6101,-544 6101,-624 6310,-624 6310,-544 6101,-544"/>299<polygon fill="lightsteelblue" stroke="black" points="6103,-544 6103,-624 6312,-624 6312,-544 6103,-544"/>
312<text text-anchor="middle" x="6205.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Manipulation</text>300<text text-anchor="middle" x="6207.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Dynamic Data Manipulation</text>
313</a>301</a>
314</g>302</g>
315<g id="graph53" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataDefinition</title>303<g id="graph51" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataDefinition</title>
316<a xlink:title="Zorba/Data Store/Collections/Static Data Definition">304<a xlink:title="Zorba/Data Store/Collections/Static Data Definition">
317<polygon fill="lightsteelblue" stroke="black" points="6487,-674 6487,-754 6654,-754 6654,-674 6487,-674"/>305<polygon fill="lightsteelblue" stroke="black" points="6489,-674 6489,-754 6656,-754 6656,-674 6489,-674"/>
318<text text-anchor="middle" x="6570.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>306<text text-anchor="middle" x="6572.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
319</a>307</a>
320</g>308</g>
321<g id="graph54" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataManipulation</title>309<g id="graph52" class="cluster"><title>clusterZorbaDataStoreCollectionsStaticDataManipulation</title>
322<a xlink:title="Zorba/Data Store/Collections/Static Data Manipulation">310<a xlink:title="Zorba/Data Store/Collections/Static Data Manipulation">
323<polygon fill="lightsteelblue" stroke="black" points="6291,-674 6291,-754 6479,-754 6479,-674 6291,-674"/>311<polygon fill="lightsteelblue" stroke="black" points="6293,-674 6293,-754 6481,-754 6481,-674 6293,-674"/>
324<text text-anchor="middle" x="6385" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>312<text text-anchor="middle" x="6387" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
325</a>313</a>
326</g>314</g>
327<g id="graph55" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataDefinition</title>315<g id="graph53" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataDefinition</title>
328<a xlink:title="Zorba/Data Store/Collections/W3C Data Definition">316<a xlink:title="Zorba/Data Store/Collections/W3C Data Definition">
329<polygon fill="lightsteelblue" stroke="black" points="6318,-544 6318,-624 6479,-624 6479,-544 6318,-544"/>317<polygon fill="lightsteelblue" stroke="black" points="6320,-544 6320,-624 6481,-624 6481,-544 6320,-544"/>
330<text text-anchor="middle" x="6398.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Definition</text>318<text text-anchor="middle" x="6400.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Definition</text>
331</a>319</a>
332</g>320</g>
333<g id="graph56" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataManipulation</title>321<g id="graph54" class="cluster"><title>clusterZorbaDataStoreCollectionsW3CDataManipulation</title>
334<a xlink:title="Zorba/Data Store/Collections/W3C Data Manipulation">322<a xlink:title="Zorba/Data Store/Collections/W3C Data Manipulation">
335<polygon fill="lightsteelblue" stroke="black" points="6101,-674 6101,-754 6283,-754 6283,-674 6101,-674"/>323<polygon fill="lightsteelblue" stroke="black" points="6103,-674 6103,-754 6285,-754 6285,-674 6103,-674"/>
336<text text-anchor="middle" x="6192" y="-737.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Manipulation</text>324<text text-anchor="middle" x="6194" y="-737.4" font-family="Times Roman,serif" font-size="14.00">W3C Data Manipulation</text>
337</a>325</a>
338</g>326</g>
339<g id="graph57" class="cluster"><title>clusterZorbaDataStoreDataStructures</title>327<g id="graph55" class="cluster"><title>clusterZorbaDataStoreDataStructures</title>
340<a xlink:title="Zorba/Data Store/Data Structures">328<a xlink:title="Zorba/Data Store/Data Structures">
341<polygon fill="lightsteelblue" stroke="black" points="5667,-666 5667,-788 6085,-788 6085,-666 5667,-666"/>329<polygon fill="lightsteelblue" stroke="black" points="5669,-666 5669,-788 6087,-788 6087,-666 5669,-666"/>
342<text text-anchor="middle" x="5876" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Structures</text>330<text text-anchor="middle" x="5878" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Data Structures</text>
343</a>331</a>
344</g>332</g>
345<g id="graph58" class="cluster"><title>clusterZorbaDataStoreDataStructuresQueue</title>333<g id="graph56" class="cluster"><title>clusterZorbaDataStoreDataStructuresQueue</title>
346<a xlink:title="Zorba/Data Store/Data Structures/Queue">334<a xlink:title="Zorba/Data Store/Data Structures/Queue">
347<polygon fill="lightsteelblue" stroke="black" points="5881,-674 5881,-754 5979,-754 5979,-674 5881,-674"/>335<polygon fill="lightsteelblue" stroke="black" points="5883,-674 5883,-754 5981,-754 5981,-674 5883,-674"/>
348<text text-anchor="middle" x="5930" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Queue</text>336<text text-anchor="middle" x="5932" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Queue</text>
349</a>337</a>
350</g>338</g>
351<g id="graph59" class="cluster"><title>clusterZorbaDataStoreDataStructuresStack</title>339<g id="graph57" class="cluster"><title>clusterZorbaDataStoreDataStructuresStack</title>
352<a xlink:title="Zorba/Data Store/Data Structures/Stack">340<a xlink:title="Zorba/Data Store/Data Structures/Stack">
353<polygon fill="lightsteelblue" stroke="black" points="5987,-674 5987,-754 6077,-754 6077,-674 5987,-674"/>341<polygon fill="lightsteelblue" stroke="black" points="5989,-674 5989,-754 6079,-754 6079,-674 5989,-674"/>
354<text text-anchor="middle" x="6032" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Stack</text>342<text text-anchor="middle" x="6034" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Stack</text>
355</a>343</a>
356</g>344</g>
357<g id="graph60" class="cluster"><title>clusterZorbaDataStoreDataStructuresUnorderedMap</title>345<g id="graph58" class="cluster"><title>clusterZorbaDataStoreDataStructuresUnorderedMap</title>
358<a xlink:title="Zorba/Data Store/Data Structures/Unordered Map">346<a xlink:title="Zorba/Data Store/Data Structures/Unordered Map">
359<polygon fill="lightsteelblue" stroke="black" points="5675,-674 5675,-754 5873,-754 5873,-674 5675,-674"/>347<polygon fill="lightsteelblue" stroke="black" points="5677,-674 5677,-754 5875,-754 5875,-674 5677,-674"/>
360<text text-anchor="middle" x="5774" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Unordered Map</text>348<text text-anchor="middle" x="5776" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Unordered Map</text>
361</a>349</a>
362</g>350</g>
363<g id="graph61" class="cluster"><title>clusterZorbaDataStoreDocuments</title>351<g id="graph59" class="cluster"><title>clusterZorbaDataStoreDocuments</title>
364<a xlink:title="Zorba/Data Store/Documents">352<a xlink:title="Zorba/Data Store/Documents">
365<polygon fill="lightsteelblue" stroke="black" points="5497,-666 5497,-788 5659,-788 5659,-666 5497,-666"/>353<polygon fill="lightsteelblue" stroke="black" points="5499,-666 5499,-788 5661,-788 5661,-666 5499,-666"/>
366<text text-anchor="middle" x="5578" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>354<text text-anchor="middle" x="5580" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>
367</a>355</a>
368</g>356</g>
369<g id="graph62" class="cluster"><title>clusterZorbaDataStoreDocumentsDocuments</title>357<g id="graph60" class="cluster"><title>clusterZorbaDataStoreDocumentsDocuments</title>
370<a xlink:title="Zorba/Data Store/Documents/Documents">358<a xlink:title="Zorba/Data Store/Documents/Documents">
371<polygon fill="lightsteelblue" stroke="black" points="5505,-674 5505,-754 5651,-754 5651,-674 5505,-674"/>359<polygon fill="lightsteelblue" stroke="black" points="5507,-674 5507,-754 5653,-754 5653,-674 5507,-674"/>
372<text text-anchor="middle" x="5578" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>360<text text-anchor="middle" x="5580" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Documents</text>
373</a>361</a>
374</g>362</g>
375<g id="graph63" class="cluster"><title>clusterZorbaDataStoreIndexes</title>363<g id="graph61" class="cluster"><title>clusterZorbaDataStoreIndexes</title>
376<a xlink:title="Zorba/Data Store/Indexes">364<a xlink:title="Zorba/Data Store/Indexes">
377<polygon fill="lightsteelblue" stroke="black" points="5110,-666 5110,-788 5489,-788 5489,-666 5110,-666"/>365<polygon fill="lightsteelblue" stroke="black" points="5112,-666 5112,-788 5491,-788 5491,-666 5112,-666"/>
378<text text-anchor="middle" x="5299.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Indexes</text>366<text text-anchor="middle" x="5301.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Indexes</text>
379</a>367</a>
380</g>368</g>
381<g id="graph64" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataDefinition</title>369<g id="graph62" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataDefinition</title>
382<a xlink:title="Zorba/Data Store/Indexes/Static Data Definition">370<a xlink:title="Zorba/Data Store/Indexes/Static Data Definition">
383<polygon fill="lightsteelblue" stroke="black" points="5314,-674 5314,-754 5481,-754 5481,-674 5314,-674"/>371<polygon fill="lightsteelblue" stroke="black" points="5316,-674 5316,-754 5483,-754 5483,-674 5316,-674"/>
384<text text-anchor="middle" x="5397.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>372<text text-anchor="middle" x="5399.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
385</a>373</a>
386</g>374</g>
387<g id="graph65" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataManipulation</title>375<g id="graph63" class="cluster"><title>clusterZorbaDataStoreIndexesStaticDataManipulation</title>
388<a xlink:title="Zorba/Data Store/Indexes/Static Data Manipulation">376<a xlink:title="Zorba/Data Store/Indexes/Static Data Manipulation">
389<polygon fill="lightsteelblue" stroke="black" points="5118,-674 5118,-754 5306,-754 5306,-674 5118,-674"/>377<polygon fill="lightsteelblue" stroke="black" points="5120,-674 5120,-754 5308,-754 5308,-674 5120,-674"/>
390<text text-anchor="middle" x="5212" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>378<text text-anchor="middle" x="5214" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
391</a>379</a>
392</g>380</g>
393<g id="graph66" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraints</title>381<g id="graph64" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraints</title>
394<a xlink:title="Zorba/Data Store/Integrity Constraints">382<a xlink:title="Zorba/Data Store/Integrity Constraints">
395<polygon fill="lightsteelblue" stroke="black" points="4723,-666 4723,-788 5102,-788 5102,-666 4723,-666"/>383<polygon fill="lightsteelblue" stroke="black" points="4725,-666 4725,-788 5104,-788 5104,-666 4725,-666"/>
396<text text-anchor="middle" x="4912.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Integrity Constraints</text>384<text text-anchor="middle" x="4914.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Integrity Constraints</text>
397</a>385</a>
398</g>386</g>
399<g id="graph67" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataDefinition</title>387<g id="graph65" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataDefinition</title>
400<a xlink:title="Zorba/Data Store/Integrity Constraints/Static Data Definition">388<a xlink:title="Zorba/Data Store/Integrity Constraints/Static Data Definition">
401<polygon fill="lightsteelblue" stroke="black" points="4927,-674 4927,-754 5094,-754 5094,-674 4927,-674"/>389<polygon fill="lightsteelblue" stroke="black" points="4929,-674 4929,-754 5096,-754 5096,-674 4929,-674"/>
402<text text-anchor="middle" x="5010.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>390<text text-anchor="middle" x="5012.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Definition</text>
403</a>391</a>
404</g>392</g>
405<g id="graph68" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataManipulation</title>393<g id="graph66" class="cluster"><title>clusterZorbaDataStoreIntegrityConstraintsStaticDataManipulation</title>
406<a xlink:title="Zorba/Data Store/Integrity Constraints/Static Data Manipulation">394<a xlink:title="Zorba/Data Store/Integrity Constraints/Static Data Manipulation">
407<polygon fill="lightsteelblue" stroke="black" points="4731,-674 4731,-754 4919,-754 4919,-674 4731,-674"/>395<polygon fill="lightsteelblue" stroke="black" points="4733,-674 4733,-754 4921,-754 4921,-674 4733,-674"/>
408<text text-anchor="middle" x="4825" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>396<text text-anchor="middle" x="4827" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Data Manipulation</text>
409</a>397</a>
410</g>398</g>
411<g id="graph69" class="cluster"><title>clusterZorbaDebugger</title>399<g id="graph67" class="cluster"><title>clusterZorbaDebugger</title>
412<a xlink:title="Zorba/Debugger">400<a xlink:title="Zorba/Debugger">
413<polygon fill="lightsteelblue" stroke="black" points="3671,-666 3671,-788 3945,-788 3945,-666 3671,-666"/>401<polygon fill="lightsteelblue" stroke="black" points="3673,-666 3673,-788 3947,-788 3947,-666 3673,-666"/>
414<text text-anchor="middle" x="3808" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>402<text text-anchor="middle" x="3810" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>
415</a>403</a>
416</g>404</g>
417<g id="graph70" class="cluster"><title>clusterZorbaDebuggerDebugger</title>405<g id="graph68" class="cluster"><title>clusterZorbaDebuggerDebugger</title>
418<a xlink:title="Zorba/Debugger/Debugger">406<a xlink:title="Zorba/Debugger/Debugger">
419<polygon fill="lightsteelblue" stroke="black" points="3679,-674 3679,-754 3937,-754 3937,-674 3679,-674"/>407<polygon fill="lightsteelblue" stroke="black" points="3681,-674 3681,-754 3939,-754 3939,-674 3681,-674"/>
420<text text-anchor="middle" x="3808" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>408<text text-anchor="middle" x="3810" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Debugger</text>
421</a>409</a>
422</g>410</g>
423<g id="graph71" class="cluster"><title>clusterZorbaExcel</title>411<g id="graph69" class="cluster"><title>clusterZorbaExcel</title>
424<a xlink:title="Zorba/Excel">412<a xlink:title="Zorba/Excel">
425<polygon fill="lightsteelblue" stroke="black" points="3953,-372 3953,-788 4707,-788 4707,-372 3953,-372"/>413<polygon fill="lightsteelblue" stroke="black" points="3955,-372 3955,-788 4709,-788 4709,-372 3955,-372"/>
426<text text-anchor="middle" x="4330" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Excel</text>414<text text-anchor="middle" x="4332" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Excel</text>
427</a>415</a>
428</g>416</g>
429<g id="graph72" class="cluster"><title>clusterZorbaExcelDatetime</title>417<g id="graph70" class="cluster"><title>clusterZorbaExcelDatetime</title>
430<a xlink:title="Zorba/Excel/Datetime">418<a xlink:title="Zorba/Excel/Datetime">
431<polygon fill="lightsteelblue" stroke="black" points="4573,-674 4573,-754 4699,-754 4699,-674 4573,-674"/>419<polygon fill="lightsteelblue" stroke="black" points="4575,-674 4575,-754 4701,-754 4701,-674 4575,-674"/>
432<text text-anchor="middle" x="4636" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>420<text text-anchor="middle" x="4638" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>
433</a>421</a>
434</g>422</g>
435<g id="graph73" class="cluster"><title>clusterZorbaExcelEngineering</title>423<g id="graph71" class="cluster"><title>clusterZorbaExcelEngineering</title>
436<a xlink:title="Zorba/Excel/Engineering">424<a xlink:title="Zorba/Excel/Engineering">
437<polygon fill="lightsteelblue" stroke="black" points="4411,-674 4411,-754 4565,-754 4565,-674 4411,-674"/>425<polygon fill="lightsteelblue" stroke="black" points="4413,-674 4413,-754 4567,-754 4567,-674 4413,-674"/>
438<text text-anchor="middle" x="4488" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Engineering</text>426<text text-anchor="middle" x="4490" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Engineering</text>
439</a>427</a>
440</g>428</g>
441<g id="graph74" class="cluster"><title>clusterZorbaExcelInformation</title>429<g id="graph72" class="cluster"><title>clusterZorbaExcelInformation</title>
442<a xlink:title="Zorba/Excel/Information">430<a xlink:title="Zorba/Excel/Information">
443<polygon fill="lightsteelblue" stroke="black" points="4445,-544 4445,-624 4597,-624 4597,-544 4445,-544"/>431<polygon fill="lightsteelblue" stroke="black" points="4447,-544 4447,-624 4599,-624 4599,-544 4447,-544"/>
444<text text-anchor="middle" x="4521" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Information</text>432<text text-anchor="middle" x="4523" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Information</text>
445</a>433</a>
446</g>434</g>
447<g id="graph75" class="cluster"><title>clusterZorbaExcelLogical</title>435<g id="graph73" class="cluster"><title>clusterZorbaExcelLogical</title>
448<a xlink:title="Zorba/Excel/Logical">436<a xlink:title="Zorba/Excel/Logical">
449<polygon fill="lightsteelblue" stroke="black" points="4235,-674 4235,-754 4333,-754 4333,-674 4235,-674"/>437<polygon fill="lightsteelblue" stroke="black" points="4237,-674 4237,-754 4335,-754 4335,-674 4237,-674"/>
450<text text-anchor="middle" x="4284" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Logical</text>438<text text-anchor="middle" x="4286" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Logical</text>
451</a>439</a>
452</g>440</g>
453<g id="graph76" class="cluster"><title>clusterZorbaExcelLookup</title>441<g id="graph74" class="cluster"><title>clusterZorbaExcelLookup</title>
454<a xlink:title="Zorba/Excel/Lookup">442<a xlink:title="Zorba/Excel/Lookup">
455<polygon fill="lightsteelblue" stroke="black" points="4333,-544 4333,-624 4437,-624 4437,-544 4333,-544"/>443<polygon fill="lightsteelblue" stroke="black" points="4335,-544 4335,-624 4439,-624 4439,-544 4335,-544"/>
456<text text-anchor="middle" x="4385" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Lookup</text>444<text text-anchor="middle" x="4387" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Lookup</text>
457</a>445</a>
458</g>446</g>
459<g id="graph77" class="cluster"><title>clusterZorbaExcelMath</title>447<g id="graph75" class="cluster"><title>clusterZorbaExcelMath</title>
460<a xlink:title="Zorba/Excel/Math">448<a xlink:title="Zorba/Excel/Math">
461<polygon fill="lightsteelblue" stroke="black" points="4340,-380 4340,-460 4430,-460 4430,-380 4340,-380"/>449<polygon fill="lightsteelblue" stroke="black" points="4342,-380 4342,-460 4432,-460 4432,-380 4342,-380"/>
462<text text-anchor="middle" x="4385" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>450<text text-anchor="middle" x="4387" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>
463</a>451</a>
464</g>452</g>
465<g id="graph78" class="cluster"><title>clusterZorbaExcelMathSumproduct</title>453<g id="graph76" class="cluster"><title>clusterZorbaExcelMathSumproduct</title>
466<a xlink:title="Zorba/Excel/Math Sumproduct">454<a xlink:title="Zorba/Excel/Math Sumproduct">
467<polygon fill="lightsteelblue" stroke="black" points="4113,-544 4113,-624 4325,-624 4325,-544 4113,-544"/>455<polygon fill="lightsteelblue" stroke="black" points="4115,-544 4115,-624 4327,-624 4327,-544 4115,-544"/>
468<text text-anchor="middle" x="4219" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Math Sumproduct</text>456<text text-anchor="middle" x="4221" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Math Sumproduct</text>
469</a>457</a>
470</g>458</g>
471<g id="graph79" class="cluster"><title>clusterZorbaExcelStatistical</title>459<g id="graph77" class="cluster"><title>clusterZorbaExcelStatistical</title>
472<a xlink:title="Zorba/Excel/Statistical">460<a xlink:title="Zorba/Excel/Statistical">
473<polygon fill="lightsteelblue" stroke="black" points="3973,-544 3973,-624 4105,-624 4105,-544 3973,-544"/>461<polygon fill="lightsteelblue" stroke="black" points="3975,-544 3975,-624 4107,-624 4107,-544 3975,-544"/>
474<text text-anchor="middle" x="4039" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Statistical</text>462<text text-anchor="middle" x="4041" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Statistical</text>
475</a>463</a>
476</g>464</g>
477<g id="graph80" class="cluster"><title>clusterZorbaExcelStatisticalZorba</title>465<g id="graph78" class="cluster"><title>clusterZorbaExcelStatisticalZorba</title>
478<a xlink:title="Zorba/Excel/Statistical Zorba">466<a xlink:title="Zorba/Excel/Statistical Zorba">
479<polygon fill="lightsteelblue" stroke="black" points="3961,-674 3961,-754 4157,-754 4157,-674 3961,-674"/>467<polygon fill="lightsteelblue" stroke="black" points="3963,-674 3963,-754 4159,-754 4159,-674 3963,-674"/>
480<text text-anchor="middle" x="4059" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Statistical Zorba</text>468<text text-anchor="middle" x="4061" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Statistical Zorba</text>
481</a>469</a>
482</g>470</g>
483<g id="graph81" class="cluster"><title>clusterZorbaExcelText</title>471<g id="graph79" class="cluster"><title>clusterZorbaExcelText</title>
484<a xlink:title="Zorba/Excel/Text">472<a xlink:title="Zorba/Excel/Text">
485<polygon fill="lightsteelblue" stroke="black" points="4619,-544 4619,-624 4699,-624 4699,-544 4619,-544"/>473<polygon fill="lightsteelblue" stroke="black" points="4621,-544 4621,-624 4701,-624 4701,-544 4621,-544"/>
486<text text-anchor="middle" x="4659" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Text</text>474<text text-anchor="middle" x="4661" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Text</text>
487</a>475</a>
488</g>476</g>
489<g id="graph82" class="cluster"><title>clusterZorbaFullText</title>477<g id="graph80" class="cluster"><title>clusterZorbaFullText</title>
490<a xlink:title="Zorba/Full-Text">478<a xlink:title="Zorba/Full-Text">
491<polygon fill="lightsteelblue" stroke="black" points="3258,-666 3258,-788 3390,-788 3390,-666 3258,-666"/>479<polygon fill="lightsteelblue" stroke="black" points="3260,-666 3260,-788 3392,-788 3392,-666 3260,-666"/>
492<text text-anchor="middle" x="3324" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>480<text text-anchor="middle" x="3326" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>
493</a>481</a>
494</g>482</g>
495<g id="graph83" class="cluster"><title>clusterZorbaFullTextFullText</title>483<g id="graph81" class="cluster"><title>clusterZorbaFullTextFullText</title>
496<a xlink:title="Zorba/Full-Text/Full-Text">484<a xlink:title="Zorba/Full-Text/Full-Text">
497<polygon fill="lightsteelblue" stroke="black" points="3266,-674 3266,-754 3382,-754 3382,-674 3266,-674"/>485<polygon fill="lightsteelblue" stroke="black" points="3268,-674 3268,-754 3384,-754 3384,-674 3268,-674"/>
498<text text-anchor="middle" x="3324" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>486<text text-anchor="middle" x="3326" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Full-Text</text>
499</a>487</a>
500</g>488</g>
501<g id="graph84" class="cluster"><title>clusterZorbaGeoProjection</title>489<g id="graph82" class="cluster"><title>clusterZorbaGeoProjection</title>
502<a xlink:title="Zorba/Geo Projection">490<a xlink:title="Zorba/Geo Projection">
503<polygon fill="lightsteelblue" stroke="black" points="2596,-536 2596,-658 2730,-658 2730,-536 2596,-536"/>491<polygon fill="lightsteelblue" stroke="black" points="3546,-536 3546,-658 3680,-658 3680,-536 3546,-536"/>
504<text text-anchor="middle" x="2663" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>492<text text-anchor="middle" x="3613" y="-641.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>
505</a>493</a>
506</g>494</g>
507<g id="graph85" class="cluster"><title>clusterZorbaGeoProjectionGeoProjection</title>495<g id="graph83" class="cluster"><title>clusterZorbaGeoProjectionGeoProjection</title>
508<a xlink:title="Zorba/Geo Projection/Geo Projection">496<a xlink:title="Zorba/Geo Projection/Geo Projection">
509<polygon fill="lightsteelblue" stroke="black" points="2604,-544 2604,-624 2722,-624 2722,-544 2604,-544"/>497<polygon fill="lightsteelblue" stroke="black" points="3554,-544 3554,-624 3672,-624 3672,-544 3554,-544"/>
510<text text-anchor="middle" x="2663" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>498<text text-anchor="middle" x="3613" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Geo Projection</text>
511</a>499</a>
512</g>500</g>
513<g id="graph86" class="cluster"><title>clusterZorbaImage</title>501<g id="graph84" class="cluster"><title>clusterZorbaImage</title>
514<a xlink:title="Zorba/Image">502<a xlink:title="Zorba/Image">
515<polygon fill="lightsteelblue" stroke="black" points="2598,-666 2598,-788 3250,-788 3250,-666 2598,-666"/>503<polygon fill="lightsteelblue" stroke="black" points="2600,-666 2600,-788 3252,-788 3252,-666 2600,-666"/>
516<text text-anchor="middle" x="2924" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Image</text>504<text text-anchor="middle" x="2926" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Image</text>
517</a>505</a>
518</g>506</g>
519<g id="graph87" class="cluster"><title>clusterZorbaImageAnimation</title>507<g id="graph85" class="cluster"><title>clusterZorbaImageAnimation</title>
520<a xlink:title="Zorba/Image/Animation">508<a xlink:title="Zorba/Image/Animation">
521<polygon fill="lightsteelblue" stroke="black" points="3010,-674 3010,-754 3148,-754 3148,-674 3010,-674"/>509<polygon fill="lightsteelblue" stroke="black" points="2608,-674 2608,-754 2746,-754 2746,-674 2608,-674"/>
522<text text-anchor="middle" x="3079" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Animation</text>510<text text-anchor="middle" x="2677" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Animation</text>
523</a>511</a>
524</g>512</g>
525<g id="graph88" class="cluster"><title>clusterZorbaImageBasic</title>513<g id="graph86" class="cluster"><title>clusterZorbaImageBasic</title>
526<a xlink:title="Zorba/Image/Basic">514<a xlink:title="Zorba/Image/Basic">
527<polygon fill="lightsteelblue" stroke="black" points="3156,-674 3156,-754 3242,-754 3242,-674 3156,-674"/>515<polygon fill="lightsteelblue" stroke="black" points="2754,-674 2754,-754 2840,-754 2840,-674 2754,-674"/>
528<text text-anchor="middle" x="3199" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Basic</text>516<text text-anchor="middle" x="2797" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Basic</text>
529</a>517</a>
530</g>518</g>
531<g id="graph89" class="cluster"><title>clusterZorbaImageGraphviz</title>519<g id="graph87" class="cluster"><title>clusterZorbaImageGraphviz</title>
532<a xlink:title="Zorba/Image/Graphviz">520<a xlink:title="Zorba/Image/Graphviz">
533<polygon fill="lightsteelblue" stroke="black" points="2606,-674 2606,-754 2730,-754 2730,-674 2606,-674"/>521<polygon fill="lightsteelblue" stroke="black" points="2848,-674 2848,-754 2972,-754 2972,-674 2848,-674"/>
534<text text-anchor="middle" x="2668" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>522<text text-anchor="middle" x="2910" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>
535</a>523</a>
536</g>524</g>
537<g id="graph90" class="cluster"><title>clusterZorbaImageManipulation</title>525<g id="graph88" class="cluster"><title>clusterZorbaImageManipulation</title>
538<a xlink:title="Zorba/Image/Manipulation">526<a xlink:title="Zorba/Image/Manipulation">
539<polygon fill="lightsteelblue" stroke="black" points="2738,-674 2738,-754 2904,-754 2904,-674 2738,-674"/>527<polygon fill="lightsteelblue" stroke="black" points="2980,-674 2980,-754 3146,-754 3146,-674 2980,-674"/>
540<text text-anchor="middle" x="2821" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Manipulation</text>528<text text-anchor="middle" x="3063" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Manipulation</text>
541</a>529</a>
542</g>530</g>
543<g id="graph91" class="cluster"><title>clusterZorbaImagePaint</title>531<g id="graph89" class="cluster"><title>clusterZorbaImagePaint</title>
544<a xlink:title="Zorba/Image/Paint">532<a xlink:title="Zorba/Image/Paint">
545<polygon fill="lightsteelblue" stroke="black" points="2912,-674 2912,-754 3002,-754 3002,-674 2912,-674"/>533<polygon fill="lightsteelblue" stroke="black" points="3154,-674 3154,-754 3244,-754 3244,-674 3154,-674"/>
546<text text-anchor="middle" x="2957" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Paint</text>534<text text-anchor="middle" x="3199" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Paint</text>
547</a>535</a>
548</g>536</g>
549<g id="graph92" class="cluster"><title>clusterZorbaInputOutput</title>537<g id="graph90" class="cluster"><title>clusterZorbaInputOutput</title>
550<a xlink:title="Zorba/Input Output">538<a xlink:title="Zorba/Input Output">
551<polygon fill="lightsteelblue" stroke="black" points="7668,-138 7668,-494 8568,-494 8568,-138 7668,-138"/>539<polygon fill="lightsteelblue" stroke="black" points="1436,-138 1436,-494 2336,-494 2336,-138 1436,-138"/>
552<text text-anchor="middle" x="8118" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Input Output</text>540<text text-anchor="middle" x="1886" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Input Output</text>
553</a>541</a>
554</g>542</g>
555<g id="graph93" class="cluster"><title>clusterZorbaInputOutputFetch</title>543<g id="graph91" class="cluster"><title>clusterZorbaInputOutputFetch</title>
556<a xlink:title="Zorba/Input Output/Fetch">544<a xlink:title="Zorba/Input Output/Fetch">
557<polygon fill="lightsteelblue" stroke="black" points="8214,-380 8214,-460 8302,-460 8302,-380 8214,-380"/>545<polygon fill="lightsteelblue" stroke="black" points="1982,-380 1982,-460 2070,-460 2070,-380 1982,-380"/>
558<text text-anchor="middle" x="8258" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Fetch</text>546<text text-anchor="middle" x="2026" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Fetch</text>
559</a>547</a>
560</g>548</g>
561<g id="graph94" class="cluster"><title>clusterZorbaInputOutputHTTPClient</title>549<g id="graph92" class="cluster"><title>clusterZorbaInputOutputHTTPClient</title>
562<a xlink:title="Zorba/Input Output/HTTP Client">550<a xlink:title="Zorba/Input Output/HTTP Client">
563<polygon fill="lightsteelblue" stroke="black" points="8310,-146 8310,-460 8560,-460 8560,-146 8310,-146"/>551<polygon fill="lightsteelblue" stroke="black" points="2078,-146 2078,-460 2328,-460 2328,-146 2078,-146"/>
564<text text-anchor="middle" x="8435" y="-443.4" font-family="Times Roman,serif" font-size="14.00">HTTP Client</text>552<text text-anchor="middle" x="2203" y="-443.4" font-family="Times Roman,serif" font-size="14.00">HTTP Client</text>
565</a>553</a>
566</g>554</g>
567<g id="graph95" class="cluster"><title>clusterZorbaInputOutputIMAP</title>555<g id="graph93" class="cluster"><title>clusterZorbaInputOutputIMAP</title>
568<a xlink:title="Zorba/Input Output/IMAP">556<a xlink:title="Zorba/Input Output/IMAP">
569<polygon fill="lightsteelblue" stroke="black" points="8120,-380 8120,-460 8206,-460 8206,-380 8120,-380"/>557<polygon fill="lightsteelblue" stroke="black" points="1888,-380 1888,-460 1974,-460 1974,-380 1888,-380"/>
570<text text-anchor="middle" x="8163" y="-443.4" font-family="Times Roman,serif" font-size="14.00">IMAP</text>558<text text-anchor="middle" x="1931" y="-443.4" font-family="Times Roman,serif" font-size="14.00">IMAP</text>
571</a>559</a>
572</g>560</g>
573<g id="graph96" class="cluster"><title>clusterZorbaInputOutputProcess</title>561<g id="graph94" class="cluster"><title>clusterZorbaInputOutputProcess</title>
574<a xlink:title="Zorba/Input Output/Process">562<a xlink:title="Zorba/Input Output/Process">
575<polygon fill="lightsteelblue" stroke="black" points="7886,-380 7886,-460 8112,-460 8112,-380 7886,-380"/>563<polygon fill="lightsteelblue" stroke="black" points="1654,-380 1654,-460 1880,-460 1880,-380 1654,-380"/>
576<text text-anchor="middle" x="7999" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Process</text>564<text text-anchor="middle" x="1767" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Process</text>
577</a>565</a>
578</g>566</g>
579<g id="graph97" class="cluster"><title>clusterZorbaInputOutputSMTP</title>567<g id="graph95" class="cluster"><title>clusterZorbaInputOutputSMTP</title>
580<a xlink:title="Zorba/Input Output/SMTP">568<a xlink:title="Zorba/Input Output/SMTP">
581<polygon fill="lightsteelblue" stroke="black" points="7792,-380 7792,-460 7878,-460 7878,-380 7792,-380"/>569<polygon fill="lightsteelblue" stroke="black" points="1560,-380 1560,-460 1646,-460 1646,-380 1560,-380"/>
582<text text-anchor="middle" x="7835" y="-443.4" font-family="Times Roman,serif" font-size="14.00">SMTP</text>570<text text-anchor="middle" x="1603" y="-443.4" font-family="Times Roman,serif" font-size="14.00">SMTP</text>
583</a>571</a>
584</g>572</g>
585<g id="graph98" class="cluster"><title>clusterZorbaInputOutputSystem</title>573<g id="graph96" class="cluster"><title>clusterZorbaInputOutputSystem</title>
586<a xlink:title="Zorba/Input Output/System">574<a xlink:title="Zorba/Input Output/System">
587<polygon fill="lightsteelblue" stroke="black" points="7676,-380 7676,-460 7784,-460 7784,-380 7676,-380"/>575<polygon fill="lightsteelblue" stroke="black" points="1444,-380 1444,-460 1552,-460 1552,-380 1444,-380"/>
588<text text-anchor="middle" x="7730" y="-443.4" font-family="Times Roman,serif" font-size="14.00">System</text>576<text text-anchor="middle" x="1498" y="-443.4" font-family="Times Roman,serif" font-size="14.00">System</text>
589</a>577</a>
590</g>578</g>
591<g id="graph99" class="cluster"><title>clusterZorbaIntrospection</title>579<g id="graph97" class="cluster"><title>clusterZorbaIntrospection</title>
592<a xlink:title="Zorba/Introspection">580<a xlink:title="Zorba/Introspection">
593<polygon fill="lightsteelblue" stroke="black" points="2458,-666 2458,-788 2590,-788 2590,-666 2458,-666"/>581<polygon fill="lightsteelblue" stroke="black" points="2460,-666 2460,-788 2592,-788 2592,-666 2460,-666"/>
594<text text-anchor="middle" x="2524" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Introspection</text>582<text text-anchor="middle" x="2526" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Introspection</text>
595</a>583</a>
596</g>584</g>
597<g id="graph100" class="cluster"><title>clusterZorbaIntrospectionStaticContext</title>585<g id="graph98" class="cluster"><title>clusterZorbaIntrospectionStaticContext</title>
598<a xlink:title="Zorba/Introspection/Static Context">586<a xlink:title="Zorba/Introspection/Static Context">
599<polygon fill="lightsteelblue" stroke="black" points="2466,-674 2466,-754 2582,-754 2582,-674 2466,-674"/>587<polygon fill="lightsteelblue" stroke="black" points="2468,-674 2468,-754 2584,-754 2584,-674 2468,-674"/>
600<text text-anchor="middle" x="2524" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Context</text>588<text text-anchor="middle" x="2526" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Static Context</text>
601</a>589</a>
602</g>590</g>
603<g id="graph101" class="cluster"><title>clusterZorbaJVMUtility</title>591<g id="graph99" class="cluster"><title>clusterZorbaJVMUtility</title>
604<a xlink:title="Zorba/JVM Utility">592<a xlink:title="Zorba/JVM Utility">
605<polygon fill="lightsteelblue" stroke="black" points="2458,-536 2458,-658 2588,-658 2588,-536 2458,-536"/>593<polygon fill="lightsteelblue" stroke="black" points="2778,-536 2778,-658 2908,-658 2908,-536 2778,-536"/>
606<text text-anchor="middle" x="2523" y="-641.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>594<text text-anchor="middle" x="2843" y="-641.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>
607</a>595</a>
608</g>596</g>
609<g id="graph102" class="cluster"><title>clusterZorbaJVMUtilityJVMUtility</title>597<g id="graph100" class="cluster"><title>clusterZorbaJVMUtilityJVMUtility</title>
610<a xlink:title="Zorba/JVM Utility/JVM Utility">598<a xlink:title="Zorba/JVM Utility/JVM Utility">
611<polygon fill="lightsteelblue" stroke="black" points="2466,-544 2466,-624 2580,-624 2580,-544 2466,-544"/>599<polygon fill="lightsteelblue" stroke="black" points="2786,-544 2786,-624 2900,-624 2900,-544 2786,-544"/>
612<text text-anchor="middle" x="2523" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>600<text text-anchor="middle" x="2843" y="-607.4" font-family="Times Roman,serif" font-size="14.00">JVM Utility</text>
613</a>601</a>
614</g>602</g>
615<g id="graph103" class="cluster"><title>clusterZorbaOAuth</title>603<g id="graph101" class="cluster"><title>clusterZorbaOAuth</title>
616<a xlink:title="Zorba/OAuth">604<a xlink:title="Zorba/OAuth">
617<polygon fill="lightsteelblue" stroke="black" points="1497,-536 1497,-788 1605,-788 1605,-536 1497,-536"/>605<polygon fill="lightsteelblue" stroke="black" points="2344,-536 2344,-788 2452,-788 2452,-536 2344,-536"/>
618<text text-anchor="middle" x="1551" y="-771.4" font-family="Times Roman,serif" font-size="14.00">OAuth</text>606<text text-anchor="middle" x="2398" y="-771.4" font-family="Times Roman,serif" font-size="14.00">OAuth</text>
619</a>607</a>
620</g>608</g>
621<g id="graph104" class="cluster"><title>clusterZorbaOAuthClient</title>609<g id="graph102" class="cluster"><title>clusterZorbaOAuthClient</title>
622<a xlink:title="Zorba/OAuth/Client">610<a xlink:title="Zorba/OAuth/Client">
623<polygon fill="lightsteelblue" stroke="black" points="1505,-674 1505,-754 1597,-754 1597,-674 1505,-674"/>611<polygon fill="lightsteelblue" stroke="black" points="2352,-674 2352,-754 2444,-754 2444,-674 2352,-674"/>
624<text text-anchor="middle" x="1551" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Client</text>612<text text-anchor="middle" x="2398" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Client</text>
625</a>613</a>
626</g>614</g>
627<g id="graph105" class="cluster"><title>clusterZorbaOAuthErrors</title>615<g id="graph103" class="cluster"><title>clusterZorbaOAuthErrors</title>
628<a xlink:title="Zorba/OAuth/Errors">616<a xlink:title="Zorba/OAuth/Errors">
629<polygon fill="lightsteelblue" stroke="black" points="1509,-544 1509,-624 1597,-624 1597,-544 1509,-544"/>617<polygon fill="lightsteelblue" stroke="black" points="2354,-544 2354,-624 2442,-624 2442,-544 2354,-544"/>
630<text text-anchor="middle" x="1553" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Errors</text>618<text text-anchor="middle" x="2398" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Errors</text>
631</a>619</a>
632</g>620</g>
633<g id="graph106" class="cluster"><title>clusterZorbaProgrammingLanguages</title>621<g id="graph104" class="cluster"><title>clusterZorbaProgrammingLanguages</title>
634<a xlink:title="Zorba/Programming Languages">622<a xlink:title="Zorba/Programming Languages">
635<polygon fill="lightsteelblue" stroke="black" points="1233,-666 1233,-788 1489,-788 1489,-666 1233,-666"/>623<polygon fill="lightsteelblue" stroke="black" points="1761,-666 1761,-788 2017,-788 2017,-666 1761,-666"/>
636<text text-anchor="middle" x="1361" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Programming Languages</text>624<text text-anchor="middle" x="1889" y="-771.4" font-family="Times Roman,serif" font-size="14.00">Programming Languages</text>
637</a>625</a>
638</g>626</g>
639<g id="graph107" class="cluster"><title>clusterZorbaProgrammingLanguagesXSLT</title>627<g id="graph105" class="cluster"><title>clusterZorbaProgrammingLanguagesXSLT</title>
640<a xlink:title="Zorba/Programming Languages/XSLT">628<a xlink:title="Zorba/Programming Languages/XSLT">
641<polygon fill="lightsteelblue" stroke="black" points="1407,-674 1407,-754 1481,-754 1481,-674 1407,-674"/>629<polygon fill="lightsteelblue" stroke="black" points="1935,-674 1935,-754 2009,-754 2009,-674 1935,-674"/>
642<text text-anchor="middle" x="1444" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSLT</text>630<text text-anchor="middle" x="1972" y="-737.4" font-family="Times Roman,serif" font-size="14.00">XSLT</text>
643</a>631</a>
644</g>632</g>
645<g id="graph108" class="cluster"><title>clusterZorbaProgrammingLanguagesZQ</title>633<g id="graph106" class="cluster"><title>clusterZorbaProgrammingLanguagesZQ</title>
646<a xlink:title="Zorba/Programming Languages/ZQ">634<a xlink:title="Zorba/Programming Languages/ZQ">
647<polygon fill="lightsteelblue" stroke="black" points="1241,-674 1241,-754 1399,-754 1399,-674 1241,-674"/>635<polygon fill="lightsteelblue" stroke="black" points="1769,-674 1769,-754 1927,-754 1927,-674 1769,-674"/>
648<text text-anchor="middle" x="1320" y="-737.4" font-family="Times Roman,serif" font-size="14.00">ZQ</text>636<text text-anchor="middle" x="1848" y="-737.4" font-family="Times Roman,serif" font-size="14.00">ZQ</text>
649</a>637</a>
650</g>638</g>
651<g id="graph109" class="cluster"><title>clusterZorbaReflection</title>639<g id="graph107" class="cluster"><title>clusterZorbaReflection</title>
652<a xlink:title="Zorba/Reflection">640<a xlink:title="Zorba/Reflection">
653<polygon fill="lightsteelblue" stroke="black" points="7512,-372 7512,-494 7660,-494 7660,-372 7512,-372"/>641<polygon fill="lightsteelblue" stroke="black" points="7514,-372 7514,-494 7662,-494 7662,-372 7514,-372"/>
654<text text-anchor="middle" x="7586" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>642<text text-anchor="middle" x="7588" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>
655</a>643</a>
656</g>644</g>
657<g id="graph110" class="cluster"><title>clusterZorbaReflectionReflection</title>645<g id="graph108" class="cluster"><title>clusterZorbaReflectionReflection</title>
658<a xlink:title="Zorba/Reflection/Reflection">646<a xlink:title="Zorba/Reflection/Reflection">
659<polygon fill="lightsteelblue" stroke="black" points="7520,-380 7520,-460 7652,-460 7652,-380 7520,-380"/>647<polygon fill="lightsteelblue" stroke="black" points="7522,-380 7522,-460 7654,-460 7654,-380 7522,-380"/>
660<text text-anchor="middle" x="7586" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>648<text text-anchor="middle" x="7588" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reflection</text>
661</a>649</a>
662</g>650</g>
663<g id="graph111" class="cluster"><title>clusterZorbaXMLandJSONDataModel</title>651<g id="graph109" class="cluster"><title>clusterZorbaXMLandJSONDataModel</title>
664<a xlink:title="Zorba/XML and JSON Data Model">652<a xlink:title="Zorba/XML and JSON Data Model">
665<polygon fill="lightsteelblue" stroke="black" points="2437,-364 2437,-528 3805,-528 3805,-364 2437,-364"/>653<polygon fill="lightsteelblue" stroke="black" points="2579,-364 2579,-528 3947,-528 3947,-364 2579,-364"/>
666<text text-anchor="middle" x="3121" y="-511.4" font-family="Times Roman,serif" font-size="14.00">XML and JSON Data Model</text>654<text text-anchor="middle" x="3263" y="-511.4" font-family="Times Roman,serif" font-size="14.00">XML and JSON Data Model</text>
667</a>655</a>
668</g>656</g>
669<g id="graph112" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomic</title>657<g id="graph110" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomic</title>
670<a xlink:title="Zorba/XML and JSON Data Model/Atomic">658<a xlink:title="Zorba/XML and JSON Data Model/Atomic">
671<polygon fill="lightsteelblue" stroke="black" points="3255,-372 3255,-494 3797,-494 3797,-372 3255,-372"/>659<polygon fill="lightsteelblue" stroke="black" points="3397,-372 3397,-494 3939,-494 3939,-372 3397,-372"/>
672<text text-anchor="middle" x="3526" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Atomic</text>660<text text-anchor="middle" x="3668" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Atomic</text>
673</a>661</a>
674</g>662</g>
675<g id="graph113" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicDatetime</title>663<g id="graph111" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicDatetime</title>
676<a xlink:title="Zorba/XML and JSON Data Model/Atomic/Datetime">664<a xlink:title="Zorba/XML and JSON Data Model/Atomic/Datetime">
677<polygon fill="lightsteelblue" stroke="black" points="3663,-380 3663,-460 3789,-460 3789,-380 3663,-380"/>665<polygon fill="lightsteelblue" stroke="black" points="3805,-380 3805,-460 3931,-460 3931,-380 3805,-380"/>
678<text text-anchor="middle" x="3726" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>666<text text-anchor="middle" x="3868" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Datetime</text>
679</a>667</a>
680</g>668</g>
681<g id="graph114" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicMath</title>669<g id="graph112" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicMath</title>
682<a xlink:title="Zorba/XML and JSON Data Model/Atomic/Math">670<a xlink:title="Zorba/XML and JSON Data Model/Atomic/Math">
683<polygon fill="lightsteelblue" stroke="black" points="3565,-380 3565,-460 3655,-460 3655,-380 3565,-380"/>671<polygon fill="lightsteelblue" stroke="black" points="3707,-380 3707,-460 3797,-460 3797,-380 3707,-380"/>
684<text text-anchor="middle" x="3610" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>672<text text-anchor="middle" x="3752" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Math</text>
685</a>673</a>
686</g>674</g>
687<g id="graph115" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicRandom</title>675<g id="graph113" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicRandom</title>
688<a xlink:title="Zorba/XML and JSON Data Model/Atomic/Random">676<a xlink:title="Zorba/XML and JSON Data Model/Atomic/Random">
689<polygon fill="lightsteelblue" stroke="black" points="3443,-380 3443,-460 3557,-460 3557,-380 3443,-380"/>677<polygon fill="lightsteelblue" stroke="black" points="3585,-380 3585,-460 3699,-460 3699,-380 3585,-380"/>
690<text text-anchor="middle" x="3500" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Random</text>678<text text-anchor="middle" x="3642" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Random</text>
691</a>679</a>
692</g>680</g>
693<g id="graph116" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicString</title>681<g id="graph114" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicString</title>
694<a xlink:title="Zorba/XML and JSON Data Model/Atomic/String">682<a xlink:title="Zorba/XML and JSON Data Model/Atomic/String">
695<polygon fill="lightsteelblue" stroke="black" points="3341,-380 3341,-460 3435,-460 3435,-380 3341,-380"/>683<polygon fill="lightsteelblue" stroke="black" points="3483,-380 3483,-460 3577,-460 3577,-380 3483,-380"/>
696<text text-anchor="middle" x="3388" y="-443.4" font-family="Times Roman,serif" font-size="14.00">String</text>684<text text-anchor="middle" x="3530" y="-443.4" font-family="Times Roman,serif" font-size="14.00">String</text>
697</a>685</a>
698</g>686</g>
699<g id="graph117" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicURI</title>687<g id="graph115" class="cluster"><title>clusterZorbaXMLandJSONDataModelAtomicURI</title>
700<a xlink:title="Zorba/XML and JSON Data Model/Atomic/URI">688<a xlink:title="Zorba/XML and JSON Data Model/Atomic/URI">
701<polygon fill="lightsteelblue" stroke="black" points="3263,-380 3263,-460 3333,-460 3333,-380 3263,-380"/>689<polygon fill="lightsteelblue" stroke="black" points="3405,-380 3405,-460 3475,-460 3475,-380 3405,-380"/>
702<text text-anchor="middle" x="3298" y="-443.4" font-family="Times Roman,serif" font-size="14.00">URI</text>690<text text-anchor="middle" x="3440" y="-443.4" font-family="Times Roman,serif" font-size="14.00">URI</text>
703</a>691</a>
704</g>692</g>
705<g id="graph118" class="cluster"><title>clusterZorbaXMLandJSONDataModelItem</title>693<g id="graph116" class="cluster"><title>clusterZorbaXMLandJSONDataModelItem</title>
706<a xlink:title="Zorba/XML and JSON Data Model/Item">694<a xlink:title="Zorba/XML and JSON Data Model/Item">
707<polygon fill="lightsteelblue" stroke="black" points="3149,-372 3149,-494 3247,-494 3247,-372 3149,-372"/>695<polygon fill="lightsteelblue" stroke="black" points="3291,-372 3291,-494 3389,-494 3389,-372 3291,-372"/>
708<text text-anchor="middle" x="3198" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Item</text>696<text text-anchor="middle" x="3340" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Item</text>
709</a>697</a>
710</g>698</g>
711<g id="graph119" class="cluster"><title>clusterZorbaXMLandJSONDataModelItemItem</title>699<g id="graph117" class="cluster"><title>clusterZorbaXMLandJSONDataModelItemItem</title>
712<a xlink:title="Zorba/XML and JSON Data Model/Item/Item">700<a xlink:title="Zorba/XML and JSON Data Model/Item/Item">
713<polygon fill="lightsteelblue" stroke="black" points="3157,-380 3157,-460 3239,-460 3239,-380 3157,-380"/>701<polygon fill="lightsteelblue" stroke="black" points="3299,-380 3299,-460 3381,-460 3381,-380 3299,-380"/>
714<text text-anchor="middle" x="3198" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Item</text>702<text text-anchor="middle" x="3340" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Item</text>
715</a>703</a>
716</g>704</g>
717<g id="graph120" class="cluster"><title>clusterZorbaXMLandJSONDataModelNode</title>705<g id="graph118" class="cluster"><title>clusterZorbaXMLandJSONDataModelNode</title>
718<a xlink:title="Zorba/XML and JSON Data Model/Node">706<a xlink:title="Zorba/XML and JSON Data Model/Node">
719<polygon fill="lightsteelblue" stroke="black" points="2599,-372 2599,-494 3141,-494 3141,-372 2599,-372"/>707<polygon fill="lightsteelblue" stroke="black" points="2741,-372 2741,-494 3283,-494 3283,-372 2741,-372"/>
720<text text-anchor="middle" x="2870" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Node</text>708<text text-anchor="middle" x="3012" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Node</text>
721</a>709</a>
722</g>710</g>
723<g id="graph121" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNode</title>711<g id="graph119" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNode</title>
724<a xlink:title="Zorba/XML and JSON Data Model/Node/Node">712<a xlink:title="Zorba/XML and JSON Data Model/Node/Node">
725<polygon fill="lightsteelblue" stroke="black" points="3047,-380 3047,-460 3133,-460 3133,-380 3047,-380"/>713<polygon fill="lightsteelblue" stroke="black" points="3189,-380 3189,-460 3275,-460 3275,-380 3189,-380"/>
726<text text-anchor="middle" x="3090" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node</text>714<text text-anchor="middle" x="3232" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node</text>
727</a>715</a>
728</g>716</g>
729<g id="graph122" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNodePosition</title>717<g id="graph120" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeNodePosition</title>
730<a xlink:title="Zorba/XML and JSON Data Model/Node/Node Position">718<a xlink:title="Zorba/XML and JSON Data Model/Node/Node Position">
731<polygon fill="lightsteelblue" stroke="black" points="2867,-380 2867,-460 3039,-460 3039,-380 2867,-380"/>719<polygon fill="lightsteelblue" stroke="black" points="3009,-380 3009,-460 3181,-460 3181,-380 3009,-380"/>
732<text text-anchor="middle" x="2953" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node Position</text>720<text text-anchor="middle" x="3095" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Node Position</text>
733</a>721</a>
734</g>722</g>
735<g id="graph123" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeReference</title>723<g id="graph121" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeReference</title>
736<a xlink:title="Zorba/XML and JSON Data Model/Node/Reference">724<a xlink:title="Zorba/XML and JSON Data Model/Node/Reference">
737<polygon fill="lightsteelblue" stroke="black" points="2727,-380 2727,-460 2859,-460 2859,-380 2727,-380"/>725<polygon fill="lightsteelblue" stroke="black" points="2869,-380 2869,-460 3001,-460 3001,-380 2869,-380"/>
738<text text-anchor="middle" x="2793" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reference</text>726<text text-anchor="middle" x="2935" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Reference</text>
739</a>727</a>
740</g>728</g>
741<g id="graph124" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeSchema</title>729<g id="graph122" class="cluster"><title>clusterZorbaXMLandJSONDataModelNodeSchema</title>
742<a xlink:title="Zorba/XML and JSON Data Model/Node/Schema">730<a xlink:title="Zorba/XML and JSON Data Model/Node/Schema">
743<polygon fill="lightsteelblue" stroke="black" points="2607,-380 2607,-460 2719,-460 2719,-380 2607,-380"/>731<polygon fill="lightsteelblue" stroke="black" points="2749,-380 2749,-460 2861,-460 2861,-380 2749,-380"/>
744<text text-anchor="middle" x="2663" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Schema</text>732<text text-anchor="middle" x="2805" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Schema</text>
745</a>733</a>
746</g>734</g>
747<g id="graph125" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequence</title>735<g id="graph123" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequence</title>
748<a xlink:title="Zorba/XML and JSON Data Model/Sequence">736<a xlink:title="Zorba/XML and JSON Data Model/Sequence">
749<polygon fill="lightsteelblue" stroke="black" points="2445,-372 2445,-494 2591,-494 2591,-372 2445,-372"/>737<polygon fill="lightsteelblue" stroke="black" points="2587,-372 2587,-494 2733,-494 2733,-372 2587,-372"/>
750<text text-anchor="middle" x="2518" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>738<text text-anchor="middle" x="2660" y="-477.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>
751</a>739</a>
752</g>740</g>
753<g id="graph126" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequenceSequence</title>741<g id="graph124" class="cluster"><title>clusterZorbaXMLandJSONDataModelSequenceSequence</title>
754<a xlink:title="Zorba/XML and JSON Data Model/Sequence/Sequence">742<a xlink:title="Zorba/XML and JSON Data Model/Sequence/Sequence">
755<polygon fill="lightsteelblue" stroke="black" points="2453,-380 2453,-460 2583,-460 2583,-380 2453,-380"/>743<polygon fill="lightsteelblue" stroke="black" points="2595,-380 2595,-460 2725,-460 2725,-380 2595,-380"/>
756<text text-anchor="middle" x="2518" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>744<text text-anchor="middle" x="2660" y="-443.4" font-family="Times Roman,serif" font-size="14.00">Sequence</text>
757</a>745</a>
758</g>746</g>
759<g id="graph127" class="cluster"><title>clusterZorbaXQDoc</title>747<g id="graph125" class="cluster"><title>clusterZorbaXQDoc</title>
760<a xlink:title="Zorba/XQDoc">748<a xlink:title="Zorba/XQDoc">
761<polygon fill="lightsteelblue" stroke="black" points="2139,-536 2139,-788 2450,-788 2450,-536 2139,-536"/>749<polygon fill="lightsteelblue" stroke="black" points="2025,-536 2025,-788 2336,-788 2336,-536 2025,-536"/>
762<text text-anchor="middle" x="2294.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">XQDoc</text>750<text text-anchor="middle" x="2180.5" y="-771.4" font-family="Times Roman,serif" font-size="14.00">XQDoc</text>
763</a>751</a>
764</g>752</g>
765<g id="graph128" class="cluster"><title>clusterZorbaXQDocBatch</title>753<g id="graph126" class="cluster"><title>clusterZorbaXQDocBatch</title>
766<a xlink:title="Zorba/XQDoc/Batch">754<a xlink:title="Zorba/XQDoc/Batch">
767<polygon fill="lightsteelblue" stroke="black" points="2348,-674 2348,-754 2442,-754 2442,-674 2348,-674"/>755<polygon fill="lightsteelblue" stroke="black" points="2033,-674 2033,-754 2127,-754 2127,-674 2033,-674"/>
768<text text-anchor="middle" x="2395" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Batch</text>756<text text-anchor="middle" x="2080" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Batch</text>
769</a>757</a>
770</g>758</g>
771<g id="graph129" class="cluster"><title>clusterZorbaXQDocHTML</title>759<g id="graph127" class="cluster"><title>clusterZorbaXQDocHTML</title>
772<a xlink:title="Zorba/XQDoc/HTML">760<a xlink:title="Zorba/XQDoc/HTML">
773<polygon fill="lightsteelblue" stroke="black" points="2147,-544 2147,-624 2231,-624 2231,-544 2147,-544"/>761<polygon fill="lightsteelblue" stroke="black" points="2033,-544 2033,-624 2117,-624 2117,-544 2033,-544"/>
774<text text-anchor="middle" x="2189" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>762<text text-anchor="middle" x="2075" y="-607.4" font-family="Times Roman,serif" font-size="14.00">HTML</text>
775</a>763</a>
776</g>764</g>
777<g id="graph130" class="cluster"><title>clusterZorbaXQDocMenu</title>765<g id="graph128" class="cluster"><title>clusterZorbaXQDocMenu</title>
778<a xlink:title="Zorba/XQDoc/Menu">766<a xlink:title="Zorba/XQDoc/Menu">
779<polygon fill="lightsteelblue" stroke="black" points="2239,-544 2239,-624 2333,-624 2333,-544 2239,-544"/>767<polygon fill="lightsteelblue" stroke="black" points="2125,-544 2125,-624 2219,-624 2219,-544 2125,-544"/>
780<text text-anchor="middle" x="2286" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Menu</text>768<text text-anchor="middle" x="2172" y="-607.4" font-family="Times Roman,serif" font-size="14.00">Menu</text>
781</a>769</a>
782</g>770</g>
783<g id="graph131" class="cluster"><title>clusterZorbaXQDocXQDocCore</title>771<g id="graph129" class="cluster"><title>clusterZorbaXQDocXQDocCore</title>
784<a xlink:title="Zorba/XQDoc/XQDoc Core">772<a xlink:title="Zorba/XQDoc/XQDoc Core">
785<polygon fill="lightsteelblue" stroke="black" points="2341,-544 2341,-624 2442,-624 2442,-544 2341,-544"/>773<polygon fill="lightsteelblue" stroke="black" points="2227,-544 2227,-624 2328,-624 2328,-544 2227,-544"/>
786<text text-anchor="middle" x="2391.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XQDoc Core</text>774<text text-anchor="middle" x="2277.5" y="-607.4" font-family="Times Roman,serif" font-size="14.00">XQDoc Core</text>
787</a>775</a>
788</g>776</g>
789<g id="graph132" class="cluster"><title>clusterZorbaZorbaErrorCodes</title>777<g id="graph130" class="cluster"><title>clusterZorbaZorbaErrorCodes</title>
790<a xlink:title="Zorba/Zorba Error Codes">778<a xlink:title="Zorba/Zorba Error Codes">
791<polygon fill="lightsteelblue" stroke="black" points="1082,-674 1082,-754 1225,-754 1225,-674 1082,-674"/>779<polygon fill="lightsteelblue" stroke="black" points="1610,-674 1610,-754 1753,-754 1753,-674 1610,-674"/>
792<text text-anchor="middle" x="1153.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Error Codes</text>780<text text-anchor="middle" x="1681.5" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Error Codes</text>
793</a>781</a>
794</g>782</g>
795<g id="graph133" class="cluster"><title>clusterZorbaZorbaWarningCodes</title>783<g id="graph131" class="cluster"><title>clusterZorbaZorbaWarningCodes</title>
796<a xlink:title="Zorba/Zorba Warning Codes">784<a xlink:title="Zorba/Zorba Warning Codes">
797<polygon fill="lightsteelblue" stroke="black" points="908,-674 908,-754 1074,-754 1074,-674 908,-674"/>785<polygon fill="lightsteelblue" stroke="black" points="1436,-674 1436,-754 1602,-754 1602,-674 1436,-674"/>
798<text text-anchor="middle" x="991" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Warning Codes</text>786<text text-anchor="middle" x="1519" y="-737.4" font-family="Times Roman,serif" font-size="14.00">Zorba Warning Codes</text>
799</a>787</a>
800</g>788</g>
801<g id="graph134" class="cluster"><title>clusterExternalCPPLibs</title>789<g id="graph132" class="cluster"><title>clusterExternalCPPLibs</title>
802<a xlink:title="Zorba modules dependency graph">790<a xlink:title="Zorba modules dependency graph">
803<polygon fill="darksalmon" stroke="black" points="8,-277 8,-355 892,-355 892,-277 8,-277"/>791<polygon fill="darksalmon" stroke="black" points="506,-277 506,-355 1390,-355 1390,-277 506,-277"/>
804<text text-anchor="middle" x="450" y="-338.4" font-family="Times Roman,serif" font-size="14.00">External C++ Library dependencies</text>792<text text-anchor="middle" x="948" y="-338.4" font-family="Times Roman,serif" font-size="14.00">External C++ Library dependencies</text>
805</a>793</a>
806</g>794</g>
807<!-- 103 -->795<!-- 101 -->
808<g id="node3" class="node"><title>103</title>796<g id="node3" class="node"><title>101</title>
809<a xlink:href="../jsoniq.org_errors.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/errors">797<a xlink:href="../jsoniq.org_errors.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/errors">
810<ellipse fill="white" stroke="white" cx="8837" cy="-173" rx="41.0122" ry="18.3848"/>798<ellipse fill="white" stroke="white" cx="7931" cy="-173" rx="41.0122" ry="18.3848"/>
811<text text-anchor="middle" x="8837" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>799<text text-anchor="middle" x="7931" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>
812</a>800</a>
813</g>801</g>
814<!-- 22 -->802<!-- 22 -->
815<g id="node5" class="node"><title>22</title>803<g id="node5" class="node"><title>22</title>
816<a xlink:href="../jsoniq.org_function-library.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/function-library">804<a xlink:href="../jsoniq.org_function-library.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/function-library">
817<ellipse fill="white" stroke="white" cx="8686" cy="-173" rx="85.7684" ry="18.3848"/>805<ellipse fill="white" stroke="white" cx="7780" cy="-173" rx="85.7684" ry="18.3848"/>
818<text text-anchor="middle" x="8686" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">function-library</text>806<text text-anchor="middle" x="7780" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">function-library</text>
819</a>807</a>
820</g>808</g>
821<!-- 21 -->809<!-- 21 -->
822<g id="node7" class="node"><title>21</title>810<g id="node7" class="node"><title>21</title>
823<a xlink:href="../jsoniq.org_functions.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/functions">811<a xlink:href="../jsoniq.org_functions.html" xlink:title="(Zorba-core) module uri=http://jsoniq.org/functions">
824<ellipse fill="white" stroke="white" cx="8686" cy="-69" rx="56.0679" ry="18.3848"/>812<ellipse fill="white" stroke="white" cx="7750" cy="-69" rx="56.0679" ry="18.3848"/>
825<text text-anchor="middle" x="8686" y="-65.4" font-family="Times Roman,serif" font-size="14.00" fill="red">functions</text>813<text text-anchor="middle" x="7750" y="-65.4" font-family="Times Roman,serif" font-size="14.00" fill="red">functions</text>
826</a>814</a>
827</g>815</g>
828<!-- 22&#45;&gt;21 -->816<!-- 22&#45;&gt;21 -->
829<g id="edge211" class="edge"><title>22-&gt;21</title>817<g id="edge209" class="edge"><title>22-&gt;21</title>
830<a xlink:title="FROM: http://jsoniq.org/function-library, TO: http://jsoniq.org/functions">818<a xlink:title="FROM: http://jsoniq.org/function-library, TO: http://jsoniq.org/functions">
831<path fill="none" stroke="black" d="M8686,-154.407C8686,-138.68 8686,-115.884 8686,-97.7981"/>819<path fill="none" stroke="black" d="M7774.64,-154.407C7770.05,-138.509 7763.38,-115.386 7758.14,-97.2077"/>
832<polygon fill="black" stroke="black" points="8689.5,-97.7828 8686,-87.7828 8682.5,-97.7828 8689.5,-97.7828"/>820<polygon fill="black" stroke="black" points="7761.45,-96.0703 7755.32,-87.4321 7754.73,-98.0105 7761.45,-96.0703"/>
833</a>821</a>
834</g>822</g>
835<!-- 23 -->823<!-- 23 -->
836<g id="node217" class="node"><title>23</title>824<g id="node213" class="node"><title>23</title>
837<a xlink:href="../zorba.io_modules_schema.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/schema">825<a xlink:href="../zorba.io_modules_schema.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/schema">
838<ellipse fill="white" stroke="white" cx="2663" cy="-407" rx="48.0833" ry="18.3848"/>826<ellipse fill="white" stroke="white" cx="2805" cy="-407" rx="48.0833" ry="18.3848"/>
839<text text-anchor="middle" x="2663" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">schema</text>827<text text-anchor="middle" x="2805" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">schema</text>
840</a>828</a>
841</g>829</g>
842<!-- 21&#45;&gt;23 -->830<!-- 21&#45;&gt;23 -->
843<g id="edge209" class="edge"><title>21-&gt;23</title>831<g id="edge207" class="edge"><title>21-&gt;23</title>
844<a xlink:title="FROM: http://jsoniq.org/functions, TO: http://zorba.io/modules/schema">832<a xlink:title="FROM: http://jsoniq.org/functions, TO: http://zorba.io/modules/schema">
845<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"/>833<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"/>
846<polygon fill="black" stroke="black" points="2686.71,-380.769 2681.12,-389.772 2691.1,-386.217 2686.71,-380.769"/>834<polygon fill="black" stroke="black" points="2828.3,-380.681 2822.77,-389.718 2832.73,-386.101 2828.3,-380.681"/>
847</a>835</a>
848</g>836</g>
849<!-- 45 -->837<!-- 45 -->
850<g id="node10" class="node"><title>45</title>838<g id="node10" class="node"><title>45</title>
851<a xlink:href="../www.w3.org_2005_xqt-errors.html" xlink:title="(Zorba-core) module uri=http://www.w3.org/2005/xqt-errors">839<a xlink:href="../www.w3.org_2005_xqt-errors.html" xlink:title="(Zorba-core) module uri=http://www.w3.org/2005/xqt-errors">
852<ellipse fill="white" stroke="white" cx="9041" cy="-701" rx="60.8112" ry="18.3848"/>840<ellipse fill="white" stroke="white" cx="8135" cy="-701" rx="60.8112" ry="18.3848"/>
853<text text-anchor="middle" x="9041" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqt-errors</text>841<text text-anchor="middle" x="8135" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqt-errors</text>
854</a>842</a>
855</g>843</g>
856<!-- 43 -->844<!-- 43 -->
857<g id="node12" class="node"><title>43</title>845<g id="node12" class="node"><title>43</title>
858<a xlink:href="../www.w3.org_2005_xpath-functions.html" xlink:title="(Zorba-core) module uri=http://www.w3.org/2005/xpath-functions">846<a xlink:href="../www.w3.org_2005_xpath-functions.html" xlink:title="(Zorba-core) module uri=http://www.w3.org/2005/xpath-functions">
859<ellipse fill="white" stroke="white" cx="8865" cy="-701" rx="87.889" ry="18.3848"/>847<ellipse fill="white" stroke="white" cx="7959" cy="-701" rx="87.889" ry="18.3848"/>
860<text text-anchor="middle" x="8865" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xpath-functions</text>848<text text-anchor="middle" x="7959" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xpath-functions</text>
861</a>849</a>
862</g>850</g>
863<!-- 44 -->851<!-- 44 -->
864<g id="node14" class="node"><title>44</title>852<g id="node14" class="node"><title>44</title>
865<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">853<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">
866<ellipse fill="white" stroke="white" cx="8676" cy="-701" rx="36.977" ry="18.3848"/>854<ellipse fill="white" stroke="white" cx="7770" cy="-701" rx="36.977" ry="18.3848"/>
867<text text-anchor="middle" x="8676" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>855<text text-anchor="middle" x="7770" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>
868</a>856</a>
869</g>857</g>
870<!-- 9 -->858<!-- 9 -->
871<g id="node17" class="node"><title>9</title>859<g id="node17" class="node"><title>9</title>
872<a xlink:href="../www.functx.com.html" xlink:title="(Zorba-core) module uri=http://www.functx.com">860<a xlink:href="../www.functx.com.html" xlink:title="(Zorba-core) module uri=http://www.functx.com">
873<ellipse fill="white" stroke="white" cx="8695" cy="-571" rx="94.7523" ry="18.3848"/>861<ellipse fill="white" stroke="white" cx="1247" cy="-571" rx="94.7523" ry="18.3848"/>
874<text text-anchor="middle" x="8695" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">www.functx.com</text>862<text text-anchor="middle" x="1247" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">www.functx.com</text>
875</a>863</a>
876</g>864</g>
877<!-- 11 -->865<!-- 11 -->
878<g id="node20" class="node"><title>11</title>866<g id="node20" class="node"><title>11</title>
879<a xlink:href="../expath.org_ns_error.html" xlink:title="(Zorba-core) module uri=http://expath.org/ns/error">867<a xlink:href="../expath.org_ns_error.html" xlink:title="(Zorba-core) module uri=http://expath.org/ns/error">
880<ellipse fill="white" stroke="white" cx="8650" cy="-303" rx="36.0624" ry="18.3848"/>868<ellipse fill="white" stroke="white" cx="446" cy="-303" rx="36.0624" ry="18.3848"/>
881<text text-anchor="middle" x="8650" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">error</text>869<text text-anchor="middle" x="446" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">error</text>
882</a>870</a>
883</g>871</g>
884<!-- 20 -->872<!-- 20 -->
885<g id="node22" class="node"><title>20</title>873<g id="node22" class="node"><title>20</title>
886<a xlink:href="../expath.org_ns_file.html" xlink:title="(Zorba-core) module uri=http://expath.org/ns/file">874<a xlink:href="../expath.org_ns_file.html" xlink:title="(Zorba-core) module uri=http://expath.org/ns/file">
887<ellipse fill="white" stroke="white" cx="8966" cy="-407" rx="27" ry="18.3848"/>875<ellipse fill="white" stroke="white" cx="292" cy="-407" rx="27" ry="18.3848"/>
888<text text-anchor="middle" x="8966" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">file</text>876<text text-anchor="middle" x="292" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">file</text>
889</a>877</a>
890</g>878</g>
891<!-- 68 -->879<!-- 89 -->
892<g id="node24" class="node"><title>68</title>880<g id="node24" class="node"><title>89</title>
893<a xlink:href="../expath.org_ns_geo.html" xlink:title="(External module) module uri=http://expath.org/ns/geo">881<a xlink:href="../expath.org_ns_geo.html" xlink:title="(External module) module uri=http://expath.org/ns/geo">
894<ellipse fill="white" stroke="white" cx="8643" cy="-407" rx="28.9914" ry="18.3848"/>882<ellipse fill="white" stroke="white" cx="133" cy="-407" rx="28.9914" ry="18.3848"/>
895<text text-anchor="middle" x="8643" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geo</text>883<text text-anchor="middle" x="133" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geo</text>
896</a>884</a>
897</g>885</g>
898<!-- GEOS -->886<!-- GEOS -->
899<g id="node241" class="node"><title>GEOS</title>887<g id="node237" class="node"><title>GEOS</title>
900<a xlink:href="http://trac.osgeo.org/geos/" xlink:title="GEOS (Geometry Engine - Open Source)">888<a xlink:href="http://trac.osgeo.org/geos/" xlink:title="GEOS (Geometry Engine - Open Source)">
901<polygon fill="none" stroke="red" points="812,-321 760,-321 756,-317 756,-285 808,-285 812,-289 812,-321"/>889<polygon fill="none" stroke="red" points="570,-321 518,-321 514,-317 514,-285 566,-285 570,-289 570,-321"/>
902<polyline fill="none" stroke="red" points="808,-317 756,-317 "/>890<polyline fill="none" stroke="red" points="566,-317 514,-317 "/>
903<polyline fill="none" stroke="red" points="808,-317 808,-285 "/>891<polyline fill="none" stroke="red" points="566,-317 566,-285 "/>
904<polyline fill="none" stroke="red" points="808,-317 812,-321 "/>892<polyline fill="none" stroke="red" points="566,-317 570,-321 "/>
905<text text-anchor="middle" x="784" y="-299.4" font-family="Times Roman,serif" font-size="14.00">GEOS</text>893<text text-anchor="middle" x="542" y="-299.4" font-family="Times Roman,serif" font-size="14.00">GEOS</text>
906</a>894</a>
907</g>895</g>
908<!-- 68&#45;&gt;GEOS -->896<!-- 89&#45;&gt;GEOS -->
909<g id="edge151" class="edge"><title>68-&gt;GEOS</title>897<g id="edge173" class="edge"><title>89-&gt;GEOS</title>
910<a xlink:title="FROM: http://expath.org/ns/geo, TO: GEOS">898<a xlink:title="FROM: http://expath.org/ns/geo, TO: GEOS">
911<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"/>899<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"/>
912<polygon fill="red" stroke="red" points="799.015,-328.198 791.2,-321.043 792.848,-331.509 799.015,-328.198"/>900<polygon fill="red" stroke="red" points="528.196,-331.197 531.276,-321.06 522.547,-327.064 528.196,-331.197"/>
913</a>901</a>
914</g>902</g>
915<!-- 67 -->903<!-- 67 -->
916<g id="node26" class="node"><title>67</title>904<g id="node26" class="node"><title>67</title>
917<a xlink:href="../expath.org_ns_http-client.html" xlink:title="(External module) module uri=http://expath.org/ns/http-client">905<a xlink:href="../expath.org_ns_http-client.html" xlink:title="(External module) module uri=http://expath.org/ns/http-client">
918<ellipse fill="white" stroke="white" cx="8839" cy="-407" rx="62.9325" ry="18.3848"/>906<ellipse fill="white" stroke="white" cx="419" cy="-407" rx="62.9325" ry="18.3848"/>
919<text text-anchor="middle" x="8839" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">http-client</text>907<text text-anchor="middle" x="419" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">http-client</text>
920</a>908</a>
921</g>909</g>
922<!-- 67&#45;&gt;11 -->910<!-- 67&#45;&gt;11 -->
923<g id="edge261" class="edge"><title>67-&gt;11</title>911<g id="edge255" class="edge"><title>67-&gt;11</title>
924<a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://expath.org/ns/error">912<a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://expath.org/ns/error">
925<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"/>913<path fill="none" stroke="black" d="M423.827,-388.407C427.954,-372.509 433.958,-349.386 438.677,-331.208"/>
926<polygon fill="black" stroke="black" points="8685.95,-317.931 8675.47,-316.356 8682.68,-324.121 8685.95,-317.931"/>914<polygon fill="black" stroke="black" points="442.09,-331.991 441.215,-321.432 435.314,-330.232 442.09,-331.991"/>
927</a>915</a>
928</g>916</g>
929<!-- 66 -->917<!-- 66 -->
930<g id="node71" class="node"><title>66</title>918<g id="node67" class="node"><title>66</title>
931<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">919<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">
932<ellipse fill="white" stroke="white" cx="2998" cy="-571" rx="33.9411" ry="18.3848"/>920<ellipse fill="white" stroke="white" cx="3176" cy="-571" rx="33.9411" ry="18.3848"/>
933<text text-anchor="middle" x="2998" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">html</text>921<text text-anchor="middle" x="3176" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">html</text>
934</a>922</a>
935</g>923</g>
936<!-- 67&#45;&gt;66 -->924<!-- 67&#45;&gt;66 -->
937<g id="edge263" class="edge"><title>67-&gt;66</title>925<g id="edge257" class="edge"><title>67-&gt;66</title>
938<a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://www.zorba-xquery.com/modules/converters/html">926<a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://www.zorba-xquery.com/modules/converters/html">
939<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"/>927<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"/>
940<polygon fill="black" stroke="black" points="3019.9,-545.377 3014.33,-554.39 3024.3,-550.817 3019.9,-545.377"/>928<polygon fill="black" stroke="black" points="3149.69,-550.826 3159.67,-554.398 3154.1,-545.385 3149.69,-550.826"/>
941</a>929</a>
942</g>930</g>
943<!-- 14 -->931<!-- 14 -->
944<g id="node165" class="node"><title>14</title>932<g id="node161" class="node"><title>14</title>
945<a xlink:href="../zorba.io_modules_http-client-wrapper.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/http-client-wrapper">933<a xlink:href="../zorba.io_modules_http-client-wrapper.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/http-client-wrapper">
946<ellipse fill="white" stroke="white" cx="8445" cy="-303" rx="106.98" ry="18.3848"/>934<ellipse fill="white" stroke="white" cx="2193" cy="-303" rx="106.98" ry="18.3848"/>
947<text text-anchor="middle" x="8445" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client-wrapper</text>935<text text-anchor="middle" x="2193" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client-wrapper</text>
948</a>936</a>
949</g>937</g>
950<!-- 67&#45;&gt;14 -->938<!-- 67&#45;&gt;14 -->
951<g id="edge259" class="edge"><title>67-&gt;14</title>939<g id="edge253" class="edge"><title>67-&gt;14</title>
952<a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://zorba.io/modules/http-client-wrapper">940<a xlink:title="FROM: http://expath.org/ns/http-client, TO: http://zorba.io/modules/http-client-wrapper">
953<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"/>941<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"/>
954<polygon fill="black" stroke="black" points="8496.4,-320.618 8485.81,-320.253 8493.86,-327.141 8496.4,-320.618"/>942<polygon fill="black" stroke="black" points="2087.17,-315.474 2096.85,-311.168 2086.6,-308.497 2087.17,-315.474"/>
955</a>943</a>
956</g>944</g>
957<!-- cURL -->945<!-- cURL -->
958<g id="node239" class="node"><title>cURL</title>946<g id="node235" class="node"><title>cURL</title>
959<a xlink:href="http://curl.haxx.se/" xlink:title="cURL Library">947<a xlink:href="http://curl.haxx.se/" xlink:title="cURL Library">
960<polygon fill="none" stroke="red" points="884,-321 834,-321 830,-317 830,-285 880,-285 884,-289 884,-321"/>948<polygon fill="none" stroke="red" points="1152,-321 1102,-321 1098,-317 1098,-285 1148,-285 1152,-289 1152,-321"/>
961<polyline fill="none" stroke="red" points="880,-317 830,-317 "/>949<polyline fill="none" stroke="red" points="1148,-317 1098,-317 "/>
962<polyline fill="none" stroke="red" points="880,-317 880,-285 "/>950<polyline fill="none" stroke="red" points="1148,-317 1148,-285 "/>
963<polyline fill="none" stroke="red" points="880,-317 884,-321 "/>951<polyline fill="none" stroke="red" points="1148,-317 1152,-321 "/>
964<text text-anchor="middle" x="857" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cURL</text>952<text text-anchor="middle" x="1125" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cURL</text>
965</a>953</a>
966</g>954</g>
967<!-- 67&#45;&gt;cURL -->955<!-- 67&#45;&gt;cURL -->
968<g id="edge149" class="edge"><title>67-&gt;cURL</title>956<g id="edge145" class="edge"><title>67-&gt;cURL</title>
969<a xlink:title="FROM: http://expath.org/ns/http-client, TO: cURL">957<a xlink:title="FROM: http://expath.org/ns/http-client, TO: cURL">
970<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"/>958<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"/>
971<polygon fill="red" stroke="red" points="894.218,-299.896 884.181,-303.29 894.144,-306.896 894.218,-299.896"/>959<polygon fill="red" stroke="red" points="1116.43,-331.722 1117.97,-321.239 1110.23,-328.476 1116.43,-331.722"/>
972</a>960</a>
973</g>961</g>
974<!-- 95 -->962<!-- 52 -->
975<g id="node29" class="node"><title>95</title>963<g id="node29" class="node"><title>52</title>
976<a xlink:href="../www.zorba-xquery.com_modules_couchbase.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/couchbase">
977<ellipse fill="white" stroke="white" cx="494" cy="-701" rx="62.2254" ry="18.3848"/>
978<text text-anchor="middle" x="494" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">couchbase</text>
979</a>
980</g>
981<!-- 93 -->
982<g id="node31" class="node"><title>93</title>
983<a xlink:href="../www.zorba-xquery.com_modules_jdbc.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/jdbc">964<a xlink:href="../www.zorba-xquery.com_modules_jdbc.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/jdbc">
984<ellipse fill="white" stroke="white" cx="377" cy="-701" rx="31.1127" ry="18.3848"/>965<ellipse fill="white" stroke="white" cx="1345" cy="-407" rx="31.1127" ry="18.3848"/>
985<text text-anchor="middle" x="377" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">jdbc</text>966<text text-anchor="middle" x="1345" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">jdbc</text>
986</a>967</a>
987</g>968</g>
988<!-- 96 -->969<!-- 68 -->
989<g id="node33" class="node"><title>96</title>970<g id="node31" class="node"><title>68</title>
990<a xlink:href="../zorba.io_modules_oracle-nosqldb.html" xlink:title="(External module) module uri=http://zorba.io/modules/oracle-nosqldb">
991<ellipse fill="white" stroke="white" cx="240" cy="-701" rx="82.0244" ry="18.3848"/>
992<text text-anchor="middle" x="240" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">oracle-nosqldb</text>
993</a>
994</g>
995<!-- 3 -->
996<g id="node66" class="node"><title>3</title>
997<a xlink:href="../zorba.io_modules_base64.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/base64">
998<ellipse fill="white" stroke="white" cx="3298" cy="-571" rx="46.1672" ry="18.3848"/>
999<text text-anchor="middle" x="3298" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">base64</text>
1000</a>
1001</g>
1002<!-- 96&#45;&gt;3 -->
1003<g id="edge303" class="edge"><title>96-&gt;3</title>
1004<a xlink:title="FROM: http://zorba.io/modules/oracle-nosqldb, TO: http://zorba.io/modules/base64">
1005<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"/>
1006<polygon fill="black" stroke="black" points="3291.04,-600.234 3291.68,-589.659 3284.58,-597.527 3291.04,-600.234"/>
1007</a>
1008</g>
1009<!-- 52 -->
1010<g id="node35" class="node"><title>52</title>
1011<a xlink:href="../zorba.io_modules_sqlite.html" xlink:title="(External module) module uri=http://zorba.io/modules/sqlite">971<a xlink:href="../zorba.io_modules_sqlite.html" xlink:title="(External module) module uri=http://zorba.io/modules/sqlite">
1012<ellipse fill="white" stroke="white" cx="97" cy="-701" rx="36.977" ry="18.3848"/>972<ellipse fill="white" stroke="white" cx="1253" cy="-407" rx="36.977" ry="18.3848"/>
1013<text text-anchor="middle" x="97" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">sqlite</text>973<text text-anchor="middle" x="1253" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">sqlite</text>
1014</a>974</a>
1015</g>975</g>
1016<!-- SQLite -->976<!-- SQLite -->
1017<g id="node235" class="node"><title>SQLite</title>977<g id="node231" class="node"><title>SQLite</title>
1018<a xlink:href="http://www.sqlite.org/" xlink:title="SQLite">978<a xlink:href="http://www.sqlite.org/" xlink:title="SQLite">
1019<polygon fill="none" stroke="red" points="78,-321 20,-321 16,-317 16,-285 74,-285 78,-289 78,-321"/>979<polygon fill="none" stroke="red" points="1304,-321 1246,-321 1242,-317 1242,-285 1300,-285 1304,-289 1304,-321"/>
1020<polyline fill="none" stroke="red" points="74,-317 16,-317 "/>980<polyline fill="none" stroke="red" points="1300,-317 1242,-317 "/>
1021<polyline fill="none" stroke="red" points="74,-317 74,-285 "/>981<polyline fill="none" stroke="red" points="1300,-317 1300,-285 "/>
1022<polyline fill="none" stroke="red" points="74,-317 78,-321 "/>982<polyline fill="none" stroke="red" points="1300,-317 1304,-321 "/>
1023<text text-anchor="middle" x="47" y="-299.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>983<text text-anchor="middle" x="1273" y="-299.4" font-family="Times Roman,serif" font-size="14.00">SQLite</text>
1024</a>984</a>
1025</g>985</g>
1026<!-- 52&#45;&gt;SQLite -->986<!-- 68&#45;&gt;SQLite -->
1027<g id="edge139" class="edge"><title>52-&gt;SQLite</title>987<g id="edge147" class="edge"><title>68-&gt;SQLite</title>
1028<a xlink:title="FROM: http://zorba.io/modules/sqlite, TO: SQLite">988<a xlink:title="FROM: http://zorba.io/modules/sqlite, TO: SQLite">
1029<path fill="none" stroke="red" d="M94.6555,-682.337C86.6322,-618.472 60.2391,-408.383 50.5812,-331.507"/>989<path fill="none" stroke="red" d="M1256.58,-388.407C1259.64,-372.485 1264.09,-349.317 1267.59,-331.126"/>
1030<polygon fill="red" stroke="red" points="54.0012,-330.65 49.2819,-321.164 47.0558,-331.522 54.0012,-330.65"/>990<polygon fill="red" stroke="red" points="1271.07,-331.565 1269.52,-321.084 1264.2,-330.243 1271.07,-331.565"/>
1031</a>991</a>
1032</g>992</g>
1033<!-- 99 -->993<!-- 79 -->
1034<g id="node39" class="node"><title>99</title>994<g id="node35" class="node"><title>79</title>
1035<a xlink:href="../zorba.io_modules_archive.html" xlink:title="(External module) module uri=http://zorba.io/modules/archive">995<a xlink:href="../zorba.io_modules_archive.html" xlink:title="(External module) module uri=http://zorba.io/modules/archive">
1036<ellipse fill="white" stroke="white" cx="3461" cy="-701" rx="46.8775" ry="18.3848"/>996<ellipse fill="white" stroke="white" cx="3602" cy="-701" rx="46.8775" ry="18.3848"/>
1037<text text-anchor="middle" x="3461" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">archive</text>997<text text-anchor="middle" x="3602" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">archive</text>
1038</a>998</a>
1039</g>999</g>
1040<!-- libarchive -->1000<!-- libarchive -->
1041<g id="node238" class="node"><title>libarchive</title>1001<g id="node234" class="node"><title>libarchive</title>
1042<a xlink:href="http://code.google.com/p/libarchive/" xlink:title="libarchive">1002<a xlink:href="http://code.google.com/p/libarchive/" xlink:title="libarchive">
1043<polygon fill="none" stroke="red" points="432,-321 354,-321 350,-317 350,-285 428,-285 432,-289 432,-321"/>1003<polygon fill="none" stroke="red" points="924,-321 846,-321 842,-317 842,-285 920,-285 924,-289 924,-321"/>
1044<polyline fill="none" stroke="red" points="428,-317 350,-317 "/>1004<polyline fill="none" stroke="red" points="920,-317 842,-317 "/>
1045<polyline fill="none" stroke="red" points="428,-317 428,-285 "/>1005<polyline fill="none" stroke="red" points="920,-317 920,-285 "/>
1046<polyline fill="none" stroke="red" points="428,-317 432,-321 "/>1006<polyline fill="none" stroke="red" points="920,-317 924,-321 "/>
1047<text text-anchor="middle" x="391" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libarchive</text>1007<text text-anchor="middle" x="883" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libarchive</text>
1048</a>1008</a>
1049</g>1009</g>
1050<!-- 99&#45;&gt;libarchive -->1010<!-- 79&#45;&gt;libarchive -->
1051<g id="edge173" class="edge"><title>99-&gt;libarchive</title>1011<g id="edge163" class="edge"><title>79-&gt;libarchive</title>
1052<a xlink:title="FROM: http://zorba.io/modules/archive, TO: libarchive">1012<a xlink:title="FROM: http://zorba.io/modules/archive, TO: libarchive">
1053<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"/>1013<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"/>
1054<polygon fill="red" stroke="red" points="417.275,-326.276 407.913,-321.317 412.139,-331.032 417.275,-326.276"/>1014<polygon fill="red" stroke="red" points="879.933,-331.631 878.537,-321.128 873.079,-330.209 879.933,-331.631"/>
1055</a>1015</a>
1056</g>1016</g>
1057<!-- 78 -->1017<!-- 85 -->
1058<g id="node42" class="node"><title>78</title>1018<g id="node38" class="node"><title>85</title>
1059<a xlink:href="../zorba.io_modules_hmac.html" xlink:title="(External module) module uri=http://zorba.io/modules/hmac">1019<a xlink:href="../zorba.io_modules_hmac.html" xlink:title="(External module) module uri=http://zorba.io/modules/hmac">
1060<ellipse fill="white" stroke="white" cx="1760" cy="-571" rx="36.977" ry="18.3848"/>1020<ellipse fill="white" stroke="white" cx="3845" cy="-571" rx="36.977" ry="18.3848"/>
1061<text text-anchor="middle" x="1760" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hmac</text>1021<text text-anchor="middle" x="3845" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hmac</text>
1062</a>1022</a>
1063</g>1023</g>
1064<!-- 79 -->1024<!-- 86 -->
1065<g id="node44" class="node"><title>79</title>1025<g id="node40" class="node"><title>86</title>
1066<a xlink:href="../zorba.io_modules_hash.html" xlink:title="(External module) module uri=http://zorba.io/modules/hash">1026<a xlink:href="../zorba.io_modules_hash.html" xlink:title="(External module) module uri=http://zorba.io/modules/hash">
1067<ellipse fill="white" stroke="white" cx="1664" cy="-571" rx="34.8574" ry="18.3848"/>1027<ellipse fill="white" stroke="white" cx="3749" cy="-571" rx="34.8574" ry="18.3848"/>
1068<text text-anchor="middle" x="1664" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hash</text>1028<text text-anchor="middle" x="3749" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hash</text>
1069</a>1029</a>
1070</g>1030</g>
1071<!-- 58 -->1031<!-- 91 -->
1072<g id="node47" class="node"><title>58</title>1032<g id="node43" class="node"><title>91</title>
1073<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">1033<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">
1074<ellipse fill="white" stroke="white" cx="7203" cy="-303" rx="168.999" ry="18.3848"/>1034<ellipse fill="white" stroke="white" cx="7205" cy="-303" rx="168.999" ry="18.3848"/>
1075<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>1035<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>
1076</a>1036</a>
1077</g>1037</g>
1078<!-- 59 -->1038<!-- 92 -->
1079<g id="node49" class="node"><title>59</title>1039<g id="node45" class="node"><title>92</title>
1080<a xlink:href="../zorba.io_modules_data-cleaning_consolidation.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/consolidation">1040<a xlink:href="../zorba.io_modules_data-cleaning_consolidation.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/consolidation">
1081<ellipse fill="white" stroke="white" cx="7109" cy="-407" rx="75.1594" ry="18.3848"/>1041<ellipse fill="white" stroke="white" cx="7111" cy="-407" rx="75.1594" ry="18.3848"/>
1082<text text-anchor="middle" x="7109" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">consolidation</text>1042<text text-anchor="middle" x="7111" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">consolidation</text>
1083</a>1043</a>
1084</g>1044</g>
1085<!-- 59&#45;&gt;58 -->1045<!-- 92&#45;&gt;91 -->
1086<g id="edge239" class="edge"><title>59-&gt;58</title>1046<g id="edge285" class="edge"><title>92-&gt;91</title>
1087<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/consolidation, TO: http://zorba.io/modules/data-cleaning/character-based-string-similarity">1047<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/consolidation, TO: http://zorba.io/modules/data-cleaning/character-based-string-similarity">
1088<path fill="none" stroke="black" d="M7125.37,-388.885C7140.29,-372.386 7162.48,-347.826 7179.33,-329.191"/>1048<path fill="none" stroke="black" d="M7127.37,-388.885C7142.29,-372.386 7164.48,-347.826 7181.33,-329.191"/>
1089<polygon fill="black" stroke="black" points="7182.07,-331.374 7186.18,-321.608 7176.88,-326.68 7182.07,-331.374"/>1049<polygon fill="black" stroke="black" points="7184.07,-331.374 7188.18,-321.608 7178.88,-326.68 7184.07,-331.374"/>
1090</a>1050</a>
1091</g>1051</g>
1092<!-- 64 -->1052<!-- 97 -->
1093<g id="node61" class="node"><title>64</title>1053<g id="node57" class="node"><title>97</title>
1094<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">1054<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">
1095<ellipse fill="white" stroke="white" cx="6935" cy="-303" rx="74.9533" ry="18.3848"/>1055<ellipse fill="white" stroke="white" cx="6937" cy="-303" rx="74.9533" ry="18.3848"/>
1096<text text-anchor="middle" x="6935" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="green">set-similarity</text>1056<text text-anchor="middle" x="6937" y="-299.4" font-family="Times Roman,serif" font-size="14.00" fill="green">set-similarity</text>
1097</a>1057</a>
1098</g>1058</g>
1099<!-- 59&#45;&gt;64 -->1059<!-- 92&#45;&gt;97 -->
1100<g id="edge237" class="edge"><title>59-&gt;64</title>1060<g id="edge283" class="edge"><title>92-&gt;97</title>
1101<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/consolidation, TO: http://zorba.io/modules/data-cleaning/set-similarity">1061<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/consolidation, TO: http://zorba.io/modules/data-cleaning/set-similarity">
1102<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"/>1062<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"/>
1103<polygon fill="black" stroke="black" points="6973.49,-322.541 6963.14,-320.307 6969.84,-328.512 6973.49,-322.541"/>1063<polygon fill="black" stroke="black" points="6975.49,-322.541 6965.14,-320.307 6971.84,-328.512 6975.49,-322.541"/>
1104</a>1064</a>
1105</g>1065</g>
1106<!-- 60 -->1066<!-- 93 -->
1107<g id="node51" class="node"><title>60</title>1067<g id="node47" class="node"><title>93</title>
1108<a xlink:href="../zorba.io_modules_data-cleaning_conversion.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/conversion">1068<a xlink:href="../zorba.io_modules_data-cleaning_conversion.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/conversion">
1109<ellipse fill="white" stroke="white" cx="7052" cy="-571" rx="63.8479" ry="18.3848"/>1069<ellipse fill="white" stroke="white" cx="7416" cy="-571" rx="63.8479" ry="18.3848"/>
1110<text text-anchor="middle" x="7052" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">conversion</text>1070<text text-anchor="middle" x="7416" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">conversion</text>
1111</a>1071</a>
1112</g>1072</g>
1113<!-- 12 -->1073<!-- 12 -->
1114<g id="node163" class="node"><title>12</title>1074<g id="node159" class="node"><title>12</title>
1115<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">1075<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">
1116<ellipse fill="white" stroke="white" cx="8381" cy="-407" rx="62.9325" ry="18.3848"/>1076<ellipse fill="white" stroke="white" cx="2257" cy="-407" rx="62.9325" ry="18.3848"/>
1117<text text-anchor="middle" x="8381" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>1077<text text-anchor="middle" x="2257" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>
1118</a>1078</a>
1119</g>1079</g>
1120<!-- 60&#45;&gt;12 -->1080<!-- 93&#45;&gt;12 -->
1121<g id="edge241" class="edge"><title>60-&gt;12</title>1081<g id="edge287" class="edge"><title>93-&gt;12</title>
1122<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/conversion, TO: http://www.zorba-xquery.com/modules/http-client">1082<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/conversion, TO: http://www.zorba-xquery.com/modules/http-client">
1123<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"/>1083<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"/>
1124<polygon fill="black" stroke="black" points="8375.91,-436.101 8375.8,-425.507 8369.28,-433.852 8375.91,-436.101"/>1084<polygon fill="black" stroke="black" points="2299.68,-424.046 2289.14,-422.921 2296.68,-430.37 2299.68,-424.046"/>
1125</a>1085</a>
1126</g>1086</g>
1127<!-- 49 -->1087<!-- 49 -->
1128<g id="node193" class="node"><title>49</title>1088<g id="node189" class="node"><title>49</title>
1129<a xlink:href="../zorba.io_modules_reflection.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/reflection">1089<a xlink:href="../zorba.io_modules_reflection.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/reflection">
1130<ellipse fill="white" stroke="white" cx="7586" cy="-407" rx="57.9828" ry="18.3848"/>1090<ellipse fill="white" stroke="white" cx="7588" cy="-407" rx="57.9828" ry="18.3848"/>
1131<text text-anchor="middle" x="7586" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reflection</text>1091<text text-anchor="middle" x="7588" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reflection</text>
1132</a>1092</a>
1133</g>1093</g>
1134<!-- 60&#45;&gt;49 -->1094<!-- 93&#45;&gt;49 -->
1135<g id="edge243" class="edge"><title>60-&gt;49</title>1095<g id="edge289" class="edge"><title>93-&gt;49</title>
1136<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/conversion, TO: http://zorba.io/modules/reflection">1096<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/conversion, TO: http://zorba.io/modules/reflection">
1137<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"/>1097<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"/>
1138<polygon fill="black" stroke="black" points="7578.47,-436.091 7579.18,-425.52 7572.03,-433.343 7578.47,-436.091"/>1098<polygon fill="black" stroke="black" points="7576.88,-435.994 7578.62,-425.543 7570.74,-432.628 7576.88,-435.994"/>
1139</a>1099</a>
1140</g>1100</g>
1141<!-- 61 -->1101<!-- 94 -->
1142<g id="node53" class="node"><title>61</title>1102<g id="node49" class="node"><title>94</title>
1143<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">1103<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">
1144<ellipse fill="white" stroke="white" cx="6842" cy="-571" rx="121.83" ry="18.3848"/>1104<ellipse fill="white" stroke="white" cx="7197" cy="-571" rx="121.83" ry="18.3848"/>
1145<text text-anchor="middle" x="6842" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hybrid-string-similarity</text>1105<text text-anchor="middle" x="7197" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">hybrid-string-similarity</text>
1146</a>1106</a>
1147</g>1107</g>
1148<!-- 61&#45;&gt;58 -->1108<!-- 94&#45;&gt;91 -->
1149<g id="edge249" class="edge"><title>61-&gt;58</title>1109<g id="edge295" class="edge"><title>94-&gt;91</title>
1150<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/character-based-string-similarity">1110<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/character-based-string-similarity">
1151<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"/>1111<path fill="none" stroke="black" d="M7197.56,-552.155C7198.94,-506.023 7202.49,-387.177 7204.14,-331.976"/>
1152<polygon fill="black" stroke="black" points="7207.73,-331.357 7203.84,-321.503 7200.73,-331.634 7207.73,-331.357"/>1112<polygon fill="black" stroke="black" points="7207.64,-331.924 7204.44,-321.824 7200.64,-331.715 7207.64,-331.924"/>
1153</a>1113</a>
1154</g>1114</g>
1155<!-- 63 -->1115<!-- 96 -->
1156<g id="node59" class="node"><title>63</title>1116<g id="node55" class="node"><title>96</title>
1157<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">1117<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">
1158<ellipse fill="white" stroke="white" cx="7355" cy="-407" rx="133.143" ry="18.3848"/>1118<ellipse fill="white" stroke="white" cx="7357" cy="-407" rx="133.143" ry="18.3848"/>
1159<text text-anchor="middle" x="7355" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">phonetic-string-similarity</text>1119<text text-anchor="middle" x="7357" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">phonetic-string-similarity</text>
1160</a>1120</a>
1161</g>1121</g>
1162<!-- 61&#45;&gt;63 -->1122<!-- 94&#45;&gt;96 -->
1163<g id="edge251" class="edge"><title>61-&gt;63</title>1123<g id="edge297" class="edge"><title>94-&gt;96</title>
1164<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/phonetic-string-similarity">1124<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/phonetic-string-similarity">
1165<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"/>1125<path fill="none" stroke="black" d="M7215.04,-552.506C7243.49,-523.346 7298.87,-466.58 7331.42,-433.223"/>
1166<polygon fill="black" stroke="black" points="7335.78,-435.506 7339.76,-425.686 7330.53,-430.883 7335.78,-435.506"/>1126<polygon fill="black" stroke="black" points="7334.3,-435.28 7338.78,-425.678 7329.29,-430.392 7334.3,-435.28"/>
1167</a>1127</a>
1168</g>1128</g>
1169<!-- 61&#45;&gt;64 -->1129<!-- 94&#45;&gt;97 -->
1170<g id="edge245" class="edge"><title>61-&gt;64</title>1130<g id="edge291" class="edge"><title>94-&gt;97</title>
1171<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/set-similarity">1131<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/set-similarity">
1172<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"/>1132<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"/>
1173<polygon fill="black" stroke="black" points="6976.11,-322.767 6965.91,-319.881 6972.08,-328.494 6976.11,-322.767"/>1133<polygon fill="black" stroke="black" points="6977.47,-323.148 6967.29,-320.186 6973.4,-328.845 6977.47,-323.148"/>
1174</a>1134</a>
1175</g>1135</g>
1176<!-- 65 -->1136<!-- 98 -->
1177<g id="node63" class="node"><title>65</title>1137<g id="node59" class="node"><title>98</title>
1178<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">1138<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">
1179<ellipse fill="white" stroke="white" cx="6845" cy="-407" rx="150.821" ry="18.3848"/>1139<ellipse fill="white" stroke="white" cx="6847" cy="-407" rx="150.821" ry="18.3848"/>
1180<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>1140<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>
1181</a>1141</a>
1182</g>1142</g>
1183<!-- 61&#45;&gt;65 -->1143<!-- 94&#45;&gt;98 -->
1184<g id="edge247" class="edge"><title>61-&gt;65</title>1144<g id="edge293" class="edge"><title>94-&gt;98</title>
1185<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/token-based-string-similarity">1145<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/hybrid-string-similarity, TO: http://zorba.io/modules/data-cleaning/token-based-string-similarity">
1186<path fill="none" stroke="black" d="M6842.34,-552.187C6842.87,-523.641 6843.86,-469.174 6844.48,-435.674"/>1146<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"/>
1187<polygon fill="black" stroke="black" points="6847.98,-435.656 6844.66,-425.593 6840.98,-435.528 6847.98,-435.656"/>1147<polygon fill="black" stroke="black" points="6875.7,-429.742 6865.98,-425.528 6870.95,-434.884 6875.7,-429.742"/>
1188</a>1148</a>
1189</g>1149</g>
1190<!-- 54 -->1150<!-- 83 -->
1191<g id="node55" class="node"><title>54</title>1151<g id="node51" class="node"><title>83</title>
1192<a xlink:href="../zorba.io_modules_info-extraction.html" xlink:title="(External module) module uri=http://zorba.io/modules/info-extraction">1152<a xlink:href="../zorba.io_modules_info-extraction.html" xlink:title="(External module) module uri=http://zorba.io/modules/info-extraction">
1193<ellipse fill="white" stroke="white" cx="7405" cy="-571" rx="82.939" ry="18.3848"/>1153<ellipse fill="white" stroke="white" cx="6961" cy="-571" rx="82.939" ry="18.3848"/>
1194<text text-anchor="middle" x="7405" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">info-extraction</text>1154<text text-anchor="middle" x="6961" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">info-extraction</text>
1195</a>1155</a>
1196</g>1156</g>
1197<!-- 54&#45;&gt;12 -->1157<!-- 83&#45;&gt;12 -->
1198<g id="edge235" class="edge"><title>54-&gt;12</title>1158<g id="edge267" class="edge"><title>83-&gt;12</title>
1199<a xlink:title="FROM: http://zorba.io/modules/info-extraction, TO: http://www.zorba-xquery.com/modules/http-client">1159<a xlink:title="FROM: http://zorba.io/modules/info-extraction, TO: http://www.zorba-xquery.com/modules/http-client">
1200<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"/>1160<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"/>
1201<polygon fill="black" stroke="black" points="8375.55,-436.363 8375.54,-425.768 8368.94,-434.056 8375.55,-436.363"/>1161<polygon fill="black" stroke="black" points="2299.68,-424.044 2289.14,-422.919 2296.68,-430.368 2299.68,-424.044"/>
1202</a>1162</a>
1203</g>1163</g>
1204<!-- 62 -->1164<!-- 95 -->
1205<g id="node57" class="node"><title>62</title>1165<g id="node53" class="node"><title>95</title>
1206<a xlink:href="../zorba.io_modules_data-cleaning_normalization.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/normalization">1166<a xlink:href="../zorba.io_modules_data-cleaning_normalization.html" xlink:title="(External module) module uri=http://zorba.io/modules/data-cleaning/normalization">
1207<ellipse fill="white" stroke="white" cx="7219" cy="-571" rx="79.196" ry="18.3848"/>1167<ellipse fill="white" stroke="white" cx="6775" cy="-571" rx="79.196" ry="18.3848"/>
1208<text text-anchor="middle" x="7219" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">normalization</text>1168<text text-anchor="middle" x="6775" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">normalization</text>
1209</a>1169</a>
1210</g>1170</g>
1211<!-- 62&#45;&gt;12 -->1171<!-- 95&#45;&gt;12 -->
1212<g id="edge253" class="edge"><title>62-&gt;12</title>1172<g id="edge299" class="edge"><title>95-&gt;12</title>
1213<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/normalization, TO: http://www.zorba-xquery.com/modules/http-client">1173<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/normalization, TO: http://www.zorba-xquery.com/modules/http-client">
1214<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"/>1174<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"/>
1215<polygon fill="black" stroke="black" points="8375.9,-436.095 8375.8,-425.501 8369.27,-433.845 8375.9,-436.095"/>1175<polygon fill="black" stroke="black" points="2299.68,-424.041 2289.14,-422.917 2296.68,-430.366 2299.68,-424.041"/>
1216</a>1176</a>
1217</g>1177</g>
1218<!-- 65&#45;&gt;64 -->1178<!-- 98&#45;&gt;97 -->
1219<g id="edge255" class="edge"><title>65-&gt;64</title>1179<g id="edge301" class="edge"><title>98-&gt;97</title>
1220<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/token-based-string-similarity, TO: http://zorba.io/modules/data-cleaning/set-similarity">1180<a xlink:title="FROM: http://zorba.io/modules/data-cleaning/token-based-string-similarity, TO: http://zorba.io/modules/data-cleaning/set-similarity">
1221<path fill="none" stroke="black" d="M6861.09,-388.407C6875.3,-371.991 6896.17,-347.872 6912.11,-329.448"/>1181<path fill="none" stroke="black" d="M6863.09,-388.407C6877.3,-371.991 6898.17,-347.872 6914.11,-329.448"/>
1222<polygon fill="black" stroke="black" points="6915.15,-331.284 6919.05,-321.432 6909.86,-326.704 6915.15,-331.284"/>1182<polygon fill="black" stroke="black" points="6917.15,-331.284 6921.05,-321.432 6911.86,-326.704 6917.15,-331.284"/>
1223</a>1183</a>
1224</g>1184</g>
1225<!-- 94 -->1185<!-- 3 -->
1226<g id="node68" class="node"><title>94</title>1186<g id="node62" class="node"><title>3</title>
1187<a xlink:href="../zorba.io_modules_base64.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/base64">
1188<ellipse fill="white" stroke="white" cx="3476" cy="-571" rx="46.1672" ry="18.3848"/>
1189<text text-anchor="middle" x="3476" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">base64</text>
1190</a>
1191</g>
1192<!-- 72 -->
1193<g id="node64" class="node"><title>72</title>
1227<a xlink:href="../zorba.io_modules_csv.html" xlink:title="(External module) module uri=http://zorba.io/modules/csv">1194<a xlink:href="../zorba.io_modules_csv.html" xlink:title="(External module) module uri=http://zorba.io/modules/csv">
1228<ellipse fill="white" stroke="white" cx="3201" cy="-571" rx="27" ry="18.3848"/>1195<ellipse fill="white" stroke="white" cx="3379" cy="-571" rx="27" ry="18.3848"/>
1229<text text-anchor="middle" x="3201" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">csv</text>1196<text text-anchor="middle" x="3379" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">csv</text>
1230</a>1197</a>
1231</g>1198</g>
1232<!-- 94&#45;&gt;23 -->1199<!-- 72&#45;&gt;23 -->
1233<g id="edge301" class="edge"><title>94-&gt;23</title>1200<g id="edge259" class="edge"><title>72-&gt;23</title>
1234<a xlink:title="FROM: http://zorba.io/modules/csv, TO: http://zorba.io/modules/schema">1201<a xlink:title="FROM: http://zorba.io/modules/csv, TO: http://zorba.io/modules/schema">
1235<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"/>1202<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"/>
1236<polygon fill="black" stroke="black" points="2671.71,-434.755 2666.1,-425.765 2664.88,-436.289 2671.71,-434.755"/>1203<polygon fill="black" stroke="black" points="2813.7,-434.762 2808.1,-425.771 2806.87,-436.295 2813.7,-434.762"/>
1237</a>1204</a>
1238</g>1205</g>
1239<!-- 17 -->1206<!-- 17 -->
1240<g id="node69" class="node"><title>17</title>1207<g id="node65" class="node"><title>17</title>
1241<a xlink:href="../zorba.io_modules_json-csv.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/json-csv">1208<a xlink:href="../zorba.io_modules_json-csv.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/json-csv">
1242<ellipse fill="white" stroke="white" cx="3106" cy="-571" rx="50.2046" ry="18.3848"/>1209<ellipse fill="white" stroke="white" cx="3284" cy="-571" rx="50.2046" ry="18.3848"/>
1243<text text-anchor="middle" x="3106" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-csv</text>1210<text text-anchor="middle" x="3284" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-csv</text>
1244</a>1211</a>
1245</g>1212</g>
1246<!-- 66&#45;&gt;23 -->1213<!-- 66&#45;&gt;23 -->
1247<g id="edge257" class="edge"><title>66-&gt;23</title>1214<g id="edge251" class="edge"><title>66-&gt;23</title>
1248<a xlink:title="FROM: http://www.zorba-xquery.com/modules/converters/html, TO: http://zorba.io/modules/schema">1215<a xlink:title="FROM: http://www.zorba-xquery.com/modules/converters/html, TO: http://zorba.io/modules/schema">
1249<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"/>1216<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"/>
1250<polygon fill="black" stroke="black" points="2671.78,-434.664 2666.15,-425.689 2664.96,-436.217 2671.78,-434.664"/>1217<polygon fill="black" stroke="black" points="2813.76,-434.689 2808.14,-425.711 2806.94,-436.237 2813.76,-434.689"/>
1251</a>1218</a>
1252</g>1219</g>
1253<!-- Tidy -->1220<!-- Tidy -->
1254<g id="node245" class="node"><title>Tidy</title>1221<g id="node241" class="node"><title>Tidy</title>
1255<a xlink:href="http://tidy.sourceforge.net/" xlink:title="Tidy C++ Library">1222<a xlink:href="http://tidy.sourceforge.net/" xlink:title="Tidy C++ Library">
1256<polygon fill="none" stroke="red" points="660,-321 610,-321 606,-317 606,-285 656,-285 660,-289 660,-321"/>1223<polygon fill="none" stroke="red" points="1224,-321 1174,-321 1170,-317 1170,-285 1220,-285 1224,-289 1224,-321"/>
1257<polyline fill="none" stroke="red" points="656,-317 606,-317 "/>1224<polyline fill="none" stroke="red" points="1220,-317 1170,-317 "/>
1258<polyline fill="none" stroke="red" points="656,-317 656,-285 "/>1225<polyline fill="none" stroke="red" points="1220,-317 1220,-285 "/>
1259<polyline fill="none" stroke="red" points="656,-317 660,-321 "/>1226<polyline fill="none" stroke="red" points="1220,-317 1224,-321 "/>
1260<text text-anchor="middle" x="633" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Tidy</text>1227<text text-anchor="middle" x="1197" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Tidy</text>
1261</a>1228</a>
1262</g>1229</g>
1263<!-- 66&#45;&gt;Tidy -->1230<!-- 66&#45;&gt;Tidy -->
1264<g id="edge147" class="edge"><title>66-&gt;Tidy</title>1231<g id="edge143" class="edge"><title>66-&gt;Tidy</title>
1265<a xlink:title="FROM: http://www.zorba-xquery.com/modules/converters/html, TO: Tidy">1232<a xlink:title="FROM: http://www.zorba-xquery.com/modules/converters/html, TO: Tidy">
1266<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"/>1233<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"/>
1267<polygon fill="red" stroke="red" points="647.604,-328.271 639.888,-321.01 641.393,-331.498 647.604,-328.271"/>1234<polygon fill="red" stroke="red" points="1190.62,-331.732 1190.36,-321.14 1183.96,-329.583 1190.62,-331.732"/>
1268</a>1235</a>
1269</g>1236</g>
1270<!-- 16 -->1237<!-- 16 -->
1271<g id="node73" class="node"><title>16</title>1238<g id="node69" class="node"><title>16</title>
1272<a xlink:href="../zorba.io_modules_json-xml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/json-xml">1239<a xlink:href="../zorba.io_modules_json-xml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/json-xml">
1273<ellipse fill="white" stroke="white" cx="2888" cy="-571" rx="51.8276" ry="18.3848"/>1240<ellipse fill="white" stroke="white" cx="3066" cy="-571" rx="51.8276" ry="18.3848"/>
1274<text text-anchor="middle" x="2888" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-xml</text>1241<text text-anchor="middle" x="3066" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">json-xml</text>
1275</a>1242</a>
1276</g>1243</g>
1277<!-- 46 -->1244<!-- 46 -->
1278<g id="node75" class="node"><title>46</title>1245<g id="node71" class="node"><title>46</title>
1279<a xlink:href="../zorba.io_modules_xml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/xml">1246<a xlink:href="../zorba.io_modules_xml.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/xml">
1280<ellipse fill="white" stroke="white" cx="2783" cy="-571" rx="28.9914" ry="18.3848"/>1247<ellipse fill="white" stroke="white" cx="2961" cy="-571" rx="28.9914" ry="18.3848"/>
1281<text text-anchor="middle" x="2783" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xml</text>1248<text text-anchor="middle" x="2961" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xml</text>
1282</a>1249</a>
1283</g>1250</g>
1284<!-- 46&#45;&gt;23 -->1251<!-- 46&#45;&gt;23 -->
1285<g id="edge219" class="edge"><title>46-&gt;23</title>1252<g id="edge217" class="edge"><title>46-&gt;23</title>
1286<a xlink:title="FROM: http://zorba.io/modules/xml, TO: http://zorba.io/modules/schema">1253<a xlink:title="FROM: http://zorba.io/modules/xml, TO: http://zorba.io/modules/schema">
1287<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"/>1254<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"/>
1288<polygon fill="black" stroke="black" points="2675.62,-433.642 2668.93,-425.424 2669.04,-436.018 2675.62,-433.642"/>1255<polygon fill="black" stroke="black" points="2814.81,-434.635 2808.88,-425.851 2808.04,-436.412 2814.81,-434.635"/>
1289</a>1256</a>
1290</g>1257</g>
1291<!-- 92 -->1258<!-- 53 -->
1292<g id="node78" class="node"><title>92</title>1259<g id="node74" class="node"><title>53</title>
1293<a xlink:href="../zorba.io_modules_xsl-fo.html" xlink:title="(External module) module uri=http://zorba.io/modules/xsl-fo">1260<a xlink:href="../zorba.io_modules_xsl-fo.html" xlink:title="(External module) module uri=http://zorba.io/modules/xsl-fo">
1294<ellipse fill="white" stroke="white" cx="3585" cy="-701" rx="36.977" ry="18.3848"/>1261<ellipse fill="white" stroke="white" cx="3453" cy="-701" rx="36.977" ry="18.3848"/>
1295<text text-anchor="middle" x="3585" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xsl-fo</text>1262<text text-anchor="middle" x="3453" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xsl-fo</text>
1296</a>1263</a>
1297</g>1264</g>
1298<!-- 74 -->1265<!-- 51 -->
1299<g id="node180" class="node"><title>74</title>1266<g id="node176" class="node"><title>51</title>
1300<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">1267<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">
1301<ellipse fill="white" stroke="white" cx="2523" cy="-571" rx="48.7904" ry="18.3848"/>1268<ellipse fill="white" stroke="white" cx="2843" cy="-571" rx="48.7904" ry="18.3848"/>
1302<text text-anchor="middle" x="2523" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">util-jvm</text>1269<text text-anchor="middle" x="2843" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">util-jvm</text>
1303</a>1270</a>
1304</g>1271</g>
1305<!-- 92&#45;&gt;74 -->1272<!-- 53&#45;&gt;51 -->
1306<g id="edge299" class="edge"><title>92-&gt;74</title>1273<g id="edge225" class="edge"><title>53-&gt;51</title>
1307<a xlink:title="FROM: http://zorba.io/modules/xsl-fo, TO: http://www.zorba-xquery.com/modules/util-jvm">1274<a xlink:title="FROM: http://zorba.io/modules/xsl-fo, TO: http://www.zorba-xquery.com/modules/util-jvm">
1308<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"/>1275<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"/>
1309<polygon fill="black" stroke="black" points="2541.12,-596.085 2532.89,-589.418 2535.17,-599.764 2541.12,-596.085"/>1276<polygon fill="black" stroke="black" points="2861.15,-596.028 2852.91,-589.373 2855.2,-599.716 2861.15,-596.028"/>
1310</a>1277</a>
1311</g>1278</g>
1312<!-- JDK -->1279<!-- JDK -->
1313<g id="node242" class="node"><title>JDK</title>1280<g id="node238" class="node"><title>JDK</title>
1314<a xlink:href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" xlink:title="JDK - Java Development Kit">1281<a xlink:href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" xlink:title="JDK - Java Development Kit">
1315<polygon fill="none" stroke="red" points="588,-321 538,-321 534,-317 534,-285 584,-285 588,-289 588,-321"/>1282<polygon fill="none" stroke="red" points="996,-321 946,-321 942,-317 942,-285 992,-285 996,-289 996,-321"/>
1316<polyline fill="none" stroke="red" points="584,-317 534,-317 "/>1283<polyline fill="none" stroke="red" points="992,-317 942,-317 "/>
1317<polyline fill="none" stroke="red" points="584,-317 584,-285 "/>1284<polyline fill="none" stroke="red" points="992,-317 992,-285 "/>
1318<polyline fill="none" stroke="red" points="584,-317 588,-321 "/>1285<polyline fill="none" stroke="red" points="992,-317 996,-321 "/>
1319<text text-anchor="middle" x="561" y="-299.4" font-family="Times Roman,serif" font-size="14.00">JDK</text>1286<text text-anchor="middle" x="969" y="-299.4" font-family="Times Roman,serif" font-size="14.00">JDK</text>
1320</a>1287</a>
1321</g>1288</g>
1322<!-- 92&#45;&gt;JDK -->1289<!-- 53&#45;&gt;JDK -->
1323<g id="edge167" class="edge"><title>92-&gt;JDK</title>1290<g id="edge139" class="edge"><title>53-&gt;JDK</title>
1324<a xlink:title="FROM: http://zorba.io/modules/xsl-fo, TO: JDK">1291<a xlink:title="FROM: http://zorba.io/modules/xsl-fo, TO: JDK">
1325<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"/>1292<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"/>
1326<polygon fill="red" stroke="red" points="577.392,-327.915 569.362,-321.003 571.329,-331.414 577.392,-327.915"/>1293<polygon fill="red" stroke="red" points="959.95,-331.571 961.624,-321.109 953.791,-328.244 959.95,-331.571"/>
1327</a>1294</a>
1328</g>1295</g>
1329<!-- 75 -->1296<!-- 80 -->
1330<g id="node81" class="node"><title>75</title>1297<g id="node77" class="node"><title>80</title>
1331<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">1298<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">
1332<ellipse fill="white" stroke="white" cx="1889" cy="-571" rx="51.8276" ry="18.3848"/>1299<ellipse fill="white" stroke="white" cx="2528" cy="-571" rx="51.8276" ry="18.3848"/>
1333<text text-anchor="middle" x="1889" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">read-pdf</text>1300<text text-anchor="middle" x="2528" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">read-pdf</text>
1334</a>1301</a>
1335</g>1302</g>
1336<!-- 75&#45;&gt;23 -->1303<!-- 80&#45;&gt;23 -->
1337<g id="edge267" class="edge"><title>75-&gt;23</title>1304<g id="edge261" class="edge"><title>80-&gt;23</title>
1338<a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: http://zorba.io/modules/schema">1305<a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: http://zorba.io/modules/schema">
1339<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"/>1306<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"/>
1340<polygon fill="black" stroke="black" points="2657.66,-436.082 2657.64,-425.487 2651.05,-433.78 2657.66,-436.082"/>1307<polygon fill="black" stroke="black" points="2799.28,-436.319 2799.36,-425.724 2792.69,-433.953 2799.28,-436.319"/>
1341</a>1308</a>
1342</g>1309</g>
1343<!-- Apache -->1310<!-- Apache -->
1344<g id="node240" class="node"><title>Apache</title>1311<g id="node236" class="node"><title>Apache</title>
1345<a xlink:href="http://xmlbeans.apache.org/" xlink:title="Apache XMLBeans">1312<a xlink:href="http://xmlbeans.apache.org/" xlink:title="Apache XMLBeans">
1346<polygon fill="none" stroke="red" points="516,-321 454,-321 450,-317 450,-285 512,-285 516,-289 516,-321"/>1313<polygon fill="none" stroke="red" points="1080,-321 1018,-321 1014,-317 1014,-285 1076,-285 1080,-289 1080,-321"/>
1347<polyline fill="none" stroke="red" points="512,-317 450,-317 "/>1314<polyline fill="none" stroke="red" points="1076,-317 1014,-317 "/>
1348<polyline fill="none" stroke="red" points="512,-317 512,-285 "/>1315<polyline fill="none" stroke="red" points="1076,-317 1076,-285 "/>
1349<polyline fill="none" stroke="red" points="512,-317 516,-321 "/>1316<polyline fill="none" stroke="red" points="1076,-317 1080,-321 "/>
1350<text text-anchor="middle" x="483" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Apache</text>1317<text text-anchor="middle" x="1047" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Apache</text>
1351</a>1318</a>
1352</g>1319</g>
1353<!-- 75&#45;&gt;Apache -->1320<!-- 80&#45;&gt;Apache -->
1354<g id="edge165" class="edge"><title>75-&gt;Apache</title>1321<g id="edge167" class="edge"><title>80-&gt;Apache</title>
1355<a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: Apache">1322<a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: Apache">
1356<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"/>1323<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"/>
1357<polygon fill="red" stroke="red" points="501.149,-327.458 492.71,-321.052 495.312,-331.323 501.149,-327.458"/>1324<polygon fill="red" stroke="red" points="1046.18,-331.683 1043.97,-321.322 1039.24,-330.804 1046.18,-331.683"/>
1358</a>1325</a>
1359</g>1326</g>
1360<!-- 75&#45;&gt;JDK -->1327<!-- 80&#45;&gt;JDK -->
1361<g id="edge163" class="edge"><title>75-&gt;JDK</title>1328<g id="edge165" class="edge"><title>80-&gt;JDK</title>
1362<a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: JDK">1329<a xlink:title="FROM: http://www.zorba-xquery.com/modules/read-pdf, TO: JDK">
1363<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"/>1330<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"/>
1364<polygon fill="red" stroke="red" points="575.762,-328.484 568.026,-321.246 569.56,-331.729 575.762,-328.484"/>1331<polygon fill="red" stroke="red" points="976.609,-330.421 971.607,-321.082 969.693,-331.502 976.609,-330.421"/>
1365</a>1332</a>
1366</g>1333</g>
1367<!-- 98 -->1334<!-- 81 -->
1368<g id="node83" class="node"><title>98</title>1335<g id="node79" class="node"><title>81</title>
1369<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">1336<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">
1370<ellipse fill="white" stroke="white" cx="2040" cy="-571" rx="75.1594" ry="18.3848"/>1337<ellipse fill="white" stroke="white" cx="2679" cy="-571" rx="75.1594" ry="18.3848"/>
1371<text text-anchor="middle" x="2040" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">schema-tools</text>1338<text text-anchor="middle" x="2679" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">schema-tools</text>
1372</a>1339</a>
1373</g>1340</g>
1374<!-- 98&#45;&gt;23 -->1341<!-- 81&#45;&gt;23 -->
1375<g id="edge305" class="edge"><title>98-&gt;23</title>1342<g id="edge263" class="edge"><title>81-&gt;23</title>
1376<a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: http://zorba.io/modules/schema">1343<a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: http://zorba.io/modules/schema">
1377<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"/>1344<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"/>
1378<polygon fill="black" stroke="black" points="2657.64,-436.056 2657.63,-425.461 2651.03,-433.748 2657.64,-436.056"/>1345<polygon fill="black" stroke="black" points="2794.1,-435.84 2795.72,-425.369 2787.92,-432.545 2794.1,-435.84"/>
1379</a>1346</a>
1380</g>1347</g>
1381<!-- 98&#45;&gt;Apache -->1348<!-- 81&#45;&gt;Apache -->
1382<g id="edge171" class="edge"><title>98-&gt;Apache</title>1349<g id="edge171" class="edge"><title>81-&gt;Apache</title>
1383<a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: Apache">1350<a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: Apache">
1384<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"/>1351<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"/>
1385<polygon fill="red" stroke="red" points="500.112,-327.638 491.832,-321.028 494.183,-331.359 500.112,-327.638"/>1352<polygon fill="red" stroke="red" points="1065.64,-327.944 1057.6,-321.049 1059.58,-331.455 1065.64,-327.944"/>
1386</a>1353</a>
1387</g>1354</g>
1388<!-- 98&#45;&gt;JDK -->1355<!-- 81&#45;&gt;JDK -->
1389<g id="edge169" class="edge"><title>98-&gt;JDK</title>1356<g id="edge169" class="edge"><title>81-&gt;JDK</title>
1390<a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: JDK">1357<a xlink:title="FROM: http://www.zorba-xquery.com/modules/schema-tools, TO: JDK">
1391<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"/>1358<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"/>
1392<polygon fill="red" stroke="red" points="575.607,-328.266 567.891,-321.006 569.396,-331.494 575.607,-328.266"/>1359<polygon fill="red" stroke="red" points="986.155,-327.821 978.014,-321.042 980.151,-331.419 986.155,-327.821"/>
1393</a>1360</a>
1394</g>1361</g>
1395<!-- 28 -->1362<!-- 28 -->
1396<g id="node87" class="node"><title>28</title>1363<g id="node83" class="node"><title>28</title>
1397<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">1364<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">
1398<ellipse fill="white" stroke="white" cx="6136" cy="-407" rx="27" ry="18.3848"/>1365<ellipse fill="white" stroke="white" cx="6138" cy="-407" rx="27" ry="18.3848"/>
1399<text text-anchor="middle" x="6136" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>1366<text text-anchor="middle" x="6138" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
1400</a>1367</a>
1401</g>1368</g>
1402<!-- 29 -->1369<!-- 29 -->
1403<g id="node89" class="node"><title>29</title>1370<g id="node85" class="node"><title>29</title>
1404<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">1371<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">
1405<ellipse fill="white" stroke="white" cx="6138" cy="-571" rx="28.9914" ry="18.3848"/>1372<ellipse fill="white" stroke="white" cx="6140" cy="-571" rx="28.9914" ry="18.3848"/>
1406<text text-anchor="middle" x="6138" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>1373<text text-anchor="middle" x="6140" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
1407</a>1374</a>
1408</g>1375</g>
1409<!-- 32 -->1376<!-- 32 -->
1410<g id="node91" class="node"><title>32</title>1377<g id="node87" class="node"><title>32</title>
1411<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">1378<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">
1412<ellipse fill="white" stroke="white" cx="6570" cy="-701" rx="27" ry="18.3848"/>1379<ellipse fill="white" stroke="white" cx="6572" cy="-701" rx="27" ry="18.3848"/>
1413<text text-anchor="middle" x="6570" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>1380<text text-anchor="middle" x="6572" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
1414</a>1381</a>
1415</g>1382</g>
1416<!-- 33 -->1383<!-- 33 -->
1417<g id="node93" class="node"><title>33</title>1384<g id="node89" class="node"><title>33</title>
1418<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">1385<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">
1419<ellipse fill="white" stroke="white" cx="6385" cy="-701" rx="28.9914" ry="18.3848"/>1386<ellipse fill="white" stroke="white" cx="6387" cy="-701" rx="28.9914" ry="18.3848"/>
1420<text text-anchor="middle" x="6385" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>1387<text text-anchor="middle" x="6387" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
1421</a>1388</a>
1422</g>1389</g>
1423<!-- 30 -->1390<!-- 30 -->
1424<g id="node95" class="node"><title>30</title>1391<g id="node91" class="node"><title>30</title>
1425<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">1392<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">
1426<ellipse fill="white" stroke="white" cx="6353" cy="-571" rx="27" ry="18.3848"/>1393<ellipse fill="white" stroke="white" cx="6355" cy="-571" rx="27" ry="18.3848"/>
1427<text text-anchor="middle" x="6353" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>1394<text text-anchor="middle" x="6355" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
1428</a>1395</a>
1429</g>1396</g>
1430<!-- 30&#45;&gt;28 -->1397<!-- 30&#45;&gt;28 -->
1431<g id="edge213" class="edge"><title>30-&gt;28</title>1398<g id="edge211" class="edge"><title>30-&gt;28</title>
1432<a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/ddl, TO: http://zorba.io/modules/store/dynamic/collections/ddl">1399<a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/ddl, TO: http://zorba.io/modules/store/dynamic/collections/ddl">
1433<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"/>1400<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"/>
1434<polygon fill="black" stroke="black" points="6165.69,-422.858 6155.45,-420.11 6161.74,-428.639 6165.69,-422.858"/>1401<polygon fill="black" stroke="black" points="6167.69,-422.858 6157.45,-420.11 6163.74,-428.639 6167.69,-422.858"/>
1435</a>1402</a>
1436</g>1403</g>
1437<!-- 31 -->1404<!-- 31 -->
1438<g id="node97" class="node"><title>31</title>1405<g id="node93" class="node"><title>31</title>
1439<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">1406<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">
1440<ellipse fill="white" stroke="white" cx="6192" cy="-701" rx="28.9914" ry="18.3848"/>1407<ellipse fill="white" stroke="white" cx="6194" cy="-701" rx="28.9914" ry="18.3848"/>
1441<text text-anchor="middle" x="6192" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>1408<text text-anchor="middle" x="6194" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
1442</a>1409</a>
1443</g>1410</g>
1444<!-- 31&#45;&gt;29 -->1411<!-- 31&#45;&gt;29 -->
1445<g id="edge217" class="edge"><title>31-&gt;29</title>1412<g id="edge215" class="edge"><title>31-&gt;29</title>
1446<a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/dml, TO: http://zorba.io/modules/store/dynamic/collections/dml">1413<a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/dml, TO: http://zorba.io/modules/store/dynamic/collections/dml">
1447<path fill="none" stroke="black" d="M6184.49,-682.924C6175.38,-660.998 6159.94,-623.818 6149.37,-598.372"/>1414<path fill="none" stroke="black" d="M6186.49,-682.924C6177.38,-660.998 6161.94,-623.818 6151.37,-598.372"/>
1448<polygon fill="black" stroke="black" points="6152.51,-596.815 6145.44,-588.922 6146.05,-599.5 6152.51,-596.815"/>1415<polygon fill="black" stroke="black" points="6154.51,-596.815 6147.44,-588.922 6148.05,-599.5 6154.51,-596.815"/>
1449</a>1416</a>
1450</g>1417</g>
1451<!-- 31&#45;&gt;30 -->1418<!-- 31&#45;&gt;30 -->
1452<g id="edge215" class="edge"><title>31-&gt;30</title>1419<g id="edge213" class="edge"><title>31-&gt;30</title>
1453<a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/dml, TO: http://zorba.io/modules/store/dynamic/collections/w3c/ddl">1420<a xlink:title="FROM: http://zorba.io/modules/store/dynamic/collections/w3c/dml, TO: http://zorba.io/modules/store/dynamic/collections/w3c/ddl">
1454<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"/>1421<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"/>
1455<polygon fill="black" stroke="black" points="6350.36,-599.908 6349.51,-589.347 6343.59,-598.13 6350.36,-599.908"/>1422<polygon fill="black" stroke="black" points="6352.36,-599.908 6351.51,-589.347 6345.59,-598.13 6352.36,-599.908"/>
1456</a>1423</a>
1457</g>1424</g>
1458<!-- 53 -->1425<!-- 84 -->
1459<g id="node100" class="node"><title>53</title>1426<g id="node96" class="node"><title>84</title>
1460<a xlink:href="../zorba.io_modules_queue.html" xlink:title="(External module) module uri=http://zorba.io/modules/queue">1427<a xlink:href="../zorba.io_modules_queue.html" xlink:title="(External module) module uri=http://zorba.io/modules/queue">
1461<ellipse fill="white" stroke="white" cx="5930" cy="-701" rx="41.2167" ry="18.3848"/>1428<ellipse fill="white" stroke="white" cx="5932" cy="-701" rx="41.2167" ry="18.3848"/>
1462<text text-anchor="middle" x="5930" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">queue</text>1429<text text-anchor="middle" x="5932" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">queue</text>
1463</a>1430</a>
1464</g>1431</g>
1465<!-- 53&#45;&gt;28 -->1432<!-- 84&#45;&gt;28 -->
1466<g id="edge231" class="edge"><title>53-&gt;28</title>1433<g id="edge269" class="edge"><title>84-&gt;28</title>
1467<a xlink:title="FROM: http://zorba.io/modules/queue, TO: http://zorba.io/modules/store/dynamic/collections/ddl">1434<a xlink:title="FROM: http://zorba.io/modules/queue, TO: http://zorba.io/modules/store/dynamic/collections/ddl">
1468<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"/>1435<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"/>
1469<polygon fill="black" stroke="black" points="6121.27,-433.862 6124.19,-423.678 6115.56,-429.819 6121.27,-433.862"/>1436<polygon fill="black" stroke="black" points="6123.27,-433.862 6126.19,-423.678 6117.56,-429.819 6123.27,-433.862"/>
1470</a>1437</a>
1471</g>1438</g>
1472<!-- 53&#45;&gt;29 -->1439<!-- 84&#45;&gt;29 -->
1473<g id="edge233" class="edge"><title>53-&gt;29</title>1440<g id="edge271" class="edge"><title>84-&gt;29</title>
1474<a xlink:title="FROM: http://zorba.io/modules/queue, TO: http://zorba.io/modules/store/dynamic/collections/dml">1441<a xlink:title="FROM: http://zorba.io/modules/queue, TO: http://zorba.io/modules/store/dynamic/collections/dml">
1475<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"/>1442<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"/>
1476<polygon fill="black" stroke="black" points="6110.04,-591.837 6116.8,-583.683 6106.43,-585.838 6110.04,-591.837"/>1443<polygon fill="black" stroke="black" points="6112.04,-591.837 6118.8,-583.683 6108.43,-585.838 6112.04,-591.837"/>
1477</a>1444</a>
1478</g>1445</g>
1479<!-- 51 -->1446<!-- 54 -->
1480<g id="node102" class="node"><title>51</title>1447<g id="node98" class="node"><title>54</title>
1481<a xlink:href="../zorba.io_modules_stack.html" xlink:title="(External module) module uri=http://zorba.io/modules/stack">1448<a xlink:href="../zorba.io_modules_stack.html" xlink:title="(External module) module uri=http://zorba.io/modules/stack">
1482<ellipse fill="white" stroke="white" cx="6032" cy="-701" rx="36.977" ry="18.3848"/>1449<ellipse fill="white" stroke="white" cx="6034" cy="-701" rx="36.977" ry="18.3848"/>
1483<text text-anchor="middle" x="6032" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">stack</text>1450<text text-anchor="middle" x="6034" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">stack</text>
1484</a>1451</a>
1485</g>1452</g>
1486<!-- 51&#45;&gt;28 -->1453<!-- 54&#45;&gt;28 -->
1487<g id="edge227" class="edge"><title>51-&gt;28</title>1454<g id="edge227" class="edge"><title>54-&gt;28</title>
1488<a xlink:title="FROM: http://zorba.io/modules/stack, TO: http://zorba.io/modules/store/dynamic/collections/ddl">1455<a xlink:title="FROM: http://zorba.io/modules/stack, TO: http://zorba.io/modules/store/dynamic/collections/ddl">
1489<path fill="none" stroke="black" d="M6038.51,-682.609C6056.2,-632.579 6105.29,-493.805 6126.28,-434.475"/>1456<path fill="none" stroke="black" d="M6040.51,-682.609C6058.2,-632.579 6107.29,-493.805 6128.28,-434.475"/>
1490<polygon fill="black" stroke="black" points="6129.59,-435.603 6129.63,-425.009 6122.99,-433.269 6129.59,-435.603"/>1457<polygon fill="black" stroke="black" points="6131.59,-435.603 6131.63,-425.009 6124.99,-433.269 6131.59,-435.603"/>
1491</a>1458</a>
1492</g>1459</g>
1493<!-- 51&#45;&gt;29 -->1460<!-- 54&#45;&gt;29 -->
1494<g id="edge229" class="edge"><title>51-&gt;29</title>1461<g id="edge229" class="edge"><title>54-&gt;29</title>
1495<a xlink:title="FROM: http://zorba.io/modules/stack, TO: http://zorba.io/modules/store/dynamic/collections/dml">1462<a xlink:title="FROM: http://zorba.io/modules/stack, TO: http://zorba.io/modules/store/dynamic/collections/dml">
1496<path fill="none" stroke="black" d="M6046.08,-683.737C6064.57,-661.052 6097.17,-621.077 6118.16,-595.331"/>1463<path fill="none" stroke="black" d="M6048.08,-683.737C6066.57,-661.052 6099.17,-621.077 6120.16,-595.331"/>
1497<polygon fill="black" stroke="black" points="6120.93,-597.474 6124.54,-587.512 6115.5,-593.05 6120.93,-597.474"/>1464<polygon fill="black" stroke="black" points="6122.93,-597.474 6126.54,-587.512 6117.5,-593.05 6122.93,-597.474"/>
1498</a>1465</a>
1499</g>1466</g>
1500<!-- 26 -->1467<!-- 26 -->
1501<g id="node104" class="node"><title>26</title>1468<g id="node100" class="node"><title>26</title>
1502<a xlink:href="../zorba.io_modules_unordered-maps.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/unordered-maps">1469<a xlink:href="../zorba.io_modules_unordered-maps.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/unordered-maps">
1503<ellipse fill="white" stroke="white" cx="5774" cy="-701" rx="91.2168" ry="18.3848"/>1470<ellipse fill="white" stroke="white" cx="5776" cy="-701" rx="91.2168" ry="18.3848"/>
1504<text text-anchor="middle" x="5774" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">unordered-maps</text>1471<text text-anchor="middle" x="5776" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">unordered-maps</text>
1505</a>1472</a>
1506</g>1473</g>
1507<!-- 27 -->1474<!-- 27 -->
1508<g id="node107" class="node"><title>27</title>1475<g id="node103" class="node"><title>27</title>
1509<a xlink:href="../zorba.io_modules_store_documents.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/documents">1476<a xlink:href="../zorba.io_modules_store_documents.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/store/documents">
1510<ellipse fill="white" stroke="white" cx="5578" cy="-701" rx="65.0538" ry="18.3848"/>1477<ellipse fill="white" stroke="white" cx="5580" cy="-701" rx="65.0538" ry="18.3848"/>
1511<text text-anchor="middle" x="5578" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">documents</text>1478<text text-anchor="middle" x="5580" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">documents</text>
1512</a>1479</a>
1513</g>1480</g>
1514<!-- 34 -->1481<!-- 34 -->
1515<g id="node110" class="node"><title>34</title>1482<g id="node106" class="node"><title>34</title>
1516<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">1483<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">
1517<ellipse fill="white" stroke="white" cx="5397" cy="-701" rx="27" ry="18.3848"/>1484<ellipse fill="white" stroke="white" cx="5399" cy="-701" rx="27" ry="18.3848"/>
1518<text text-anchor="middle" x="5397" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>1485<text text-anchor="middle" x="5399" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
1519</a>1486</a>
1520</g>1487</g>
1521<!-- 35 -->1488<!-- 35 -->
1522<g id="node112" class="node"><title>35</title>1489<g id="node108" class="node"><title>35</title>
1523<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">1490<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">
1524<ellipse fill="white" stroke="white" cx="5212" cy="-701" rx="28.9914" ry="18.3848"/>1491<ellipse fill="white" stroke="white" cx="5214" cy="-701" rx="28.9914" ry="18.3848"/>
1525<text text-anchor="middle" x="5212" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>1492<text text-anchor="middle" x="5214" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
1526</a>1493</a>
1527</g>1494</g>
1528<!-- 36 -->1495<!-- 36 -->
1529<g id="node115" class="node"><title>36</title>1496<g id="node111" class="node"><title>36</title>
1530<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">1497<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">
1531<ellipse fill="white" stroke="white" cx="5010" cy="-701" rx="27" ry="18.3848"/>1498<ellipse fill="white" stroke="white" cx="5012" cy="-701" rx="27" ry="18.3848"/>
1532<text text-anchor="middle" x="5010" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>1499<text text-anchor="middle" x="5012" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">ddl</text>
1533</a>1500</a>
1534</g>1501</g>
1535<!-- 37 -->1502<!-- 37 -->
1536<g id="node117" class="node"><title>37</title>1503<g id="node113" class="node"><title>37</title>
1537<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">1504<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">
1538<ellipse fill="white" stroke="white" cx="4825" cy="-701" rx="28.9914" ry="18.3848"/>1505<ellipse fill="white" stroke="white" cx="4827" cy="-701" rx="28.9914" ry="18.3848"/>
1539<text text-anchor="middle" x="4825" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>1506<text text-anchor="middle" x="4827" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dml</text>
1540</a>1507</a>
1541</g>1508</g>
1542<!-- 50 -->1509<!-- 50 -->
1543<g id="node120" class="node"><title>50</title>1510<g id="node116" class="node"><title>50</title>
1544<a xlink:href="../zorba.io_modules_dbgp-message-handler.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/dbgp-message-handler">1511<a xlink:href="../zorba.io_modules_dbgp-message-handler.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/dbgp-message-handler">
1545<ellipse fill="white" stroke="white" cx="3808" cy="-701" rx="121.122" ry="18.3848"/>1512<ellipse fill="white" stroke="white" cx="3810" cy="-701" rx="121.122" ry="18.3848"/>
1546<text text-anchor="middle" x="3808" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dbgp-message-handler</text>1513<text text-anchor="middle" x="3810" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">dbgp-message-handler</text>
1547</a>1514</a>
1548</g>1515</g>
1549<!-- 50&#45;&gt;3 -->1516<!-- 50&#45;&gt;3 -->
1550<g id="edge225" class="edge"><title>50-&gt;3</title>1517<g id="edge223" class="edge"><title>50-&gt;3</title>
1551<a xlink:title="FROM: http://zorba.io/modules/dbgp-message-handler, TO: http://zorba.io/modules/base64">1518<a xlink:title="FROM: http://zorba.io/modules/dbgp-message-handler, TO: http://zorba.io/modules/base64">
1552<path fill="none" stroke="black" d="M3745.72,-685.124C3642.91,-658.918 3439.82,-607.149 3346.71,-583.416"/>1519<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"/>
1553<polygon fill="black" stroke="black" points="3347.54,-580.015 3336.98,-580.936 3345.81,-586.798 3347.54,-580.015"/>1520<polygon fill="black" stroke="black" points="3493.85,-596.184 3485.69,-589.436 3487.86,-599.805 3493.85,-596.184"/>
1554</a>1521</a>
1555</g>1522</g>
1556<!-- 82 -->1523<!-- 56 -->
1557<g id="node123" class="node"><title>82</title>1524<g id="node119" class="node"><title>56</title>
1558<a xlink:href="../zorba.io_modules_excel_datetime.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/datetime">1525<a xlink:href="../zorba.io_modules_excel_datetime.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/datetime">
1559<ellipse fill="white" stroke="white" cx="4636" cy="-701" rx="55.1543" ry="18.3848"/>1526<ellipse fill="white" stroke="white" cx="4638" cy="-701" rx="55.1543" ry="18.3848"/>
1560<text text-anchor="middle" x="4636" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">datetime</text>1527<text text-anchor="middle" x="4638" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">datetime</text>
1561</a>1528</a>
1562</g>1529</g>
1563<!-- 91 -->1530<!-- 65 -->
1564<g id="node141" class="node"><title>91</title>1531<g id="node137" class="node"><title>65</title>
1565<a xlink:href="../zorba.io_modules_excel_text.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/text">1532<a xlink:href="../zorba.io_modules_excel_text.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/text">
1566<ellipse fill="white" stroke="white" cx="4659" cy="-571" rx="31.8198" ry="18.3848"/>1533<ellipse fill="white" stroke="white" cx="4661" cy="-571" rx="31.8198" ry="18.3848"/>
1567<text text-anchor="middle" x="4659" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">text</text>1534<text text-anchor="middle" x="4661" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">text</text>
1568</a>1535</a>
1569</g>1536</g>
1570<!-- 82&#45;&gt;91 -->1537<!-- 56&#45;&gt;65 -->
1571<g id="edge279" class="edge"><title>82-&gt;91</title>1538<g id="edge231" class="edge"><title>56-&gt;65</title>
1572<a xlink:title="FROM: http://zorba.io/modules/excel/datetime, TO: http://zorba.io/modules/excel/text">1539<a xlink:title="FROM: http://zorba.io/modules/excel/datetime, TO: http://zorba.io/modules/excel/text">
1573<path fill="none" stroke="black" d="M4639.3,-682.374C4643.12,-660.75 4649.47,-624.839 4653.93,-599.655"/>1540<path fill="none" stroke="black" d="M4641.3,-682.374C4645.12,-660.75 4651.47,-624.839 4655.93,-599.655"/>
1574<polygon fill="black" stroke="black" points="4657.41,-600.048 4655.71,-589.591 4650.52,-598.829 4657.41,-600.048"/>1541<polygon fill="black" stroke="black" points="4659.41,-600.048 4657.71,-589.591 4652.52,-598.829 4659.41,-600.048"/>
1575</a>1542</a>
1576</g>1543</g>
1577<!-- 83 -->1544<!-- 57 -->
1578<g id="node125" class="node"><title>83</title>1545<g id="node121" class="node"><title>57</title>
1579<a xlink:href="../zorba.io_modules_excel_engineering.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/engineering">1546<a xlink:href="../zorba.io_modules_excel_engineering.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/engineering">
1580<ellipse fill="white" stroke="white" cx="4488" cy="-701" rx="68.7979" ry="18.3848"/>1547<ellipse fill="white" stroke="white" cx="4490" cy="-701" rx="68.7979" ry="18.3848"/>
1581<text text-anchor="middle" x="4488" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">engineering</text>1548<text text-anchor="middle" x="4490" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">engineering</text>
1582</a>1549</a>
1583</g>1550</g>
1584<!-- 88 -->1551<!-- 62 -->
1585<g id="node133" class="node"><title>88</title>1552<g id="node129" class="node"><title>62</title>
1586<a xlink:href="../zorba.io_modules_excel_math.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/math">1553<a xlink:href="../zorba.io_modules_excel_math.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/math">
1587<ellipse fill="white" stroke="white" cx="4385" cy="-407" rx="36.977" ry="18.3848"/>1554<ellipse fill="white" stroke="white" cx="4387" cy="-407" rx="36.977" ry="18.3848"/>
1588<text text-anchor="middle" x="4385" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math</text>1555<text text-anchor="middle" x="4387" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math</text>
1589</a>1556</a>
1590</g>1557</g>
1591<!-- 83&#45;&gt;88 -->1558<!-- 57&#45;&gt;62 -->
1592<g id="edge283" class="edge"><title>83-&gt;88</title>1559<g id="edge235" class="edge"><title>57-&gt;62</title>
1593<a xlink:title="FROM: http://zorba.io/modules/excel/engineering, TO: http://zorba.io/modules/excel/math">1560<a xlink:title="FROM: http://zorba.io/modules/excel/engineering, TO: http://zorba.io/modules/excel/math">
1594<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"/>1561<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"/>
1595<polygon fill="black" stroke="black" points="4428.64,-415.132 4418.05,-415.528 4426.57,-421.821 4428.64,-415.132"/>1562<polygon fill="black" stroke="black" points="4430.64,-415.132 4420.05,-415.528 4428.57,-421.821 4430.64,-415.132"/>
1596</a>1563</a>
1597</g>1564</g>
1598<!-- 83&#45;&gt;91 -->1565<!-- 57&#45;&gt;65 -->
1599<g id="edge281" class="edge"><title>83-&gt;91</title>1566<g id="edge233" class="edge"><title>57-&gt;65</title>
1600<a xlink:title="FROM: http://zorba.io/modules/excel/engineering, TO: http://zorba.io/modules/excel/text">1567<a xlink:title="FROM: http://zorba.io/modules/excel/engineering, TO: http://zorba.io/modules/excel/text">
1601<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"/>1568<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"/>
1602<polygon fill="black" stroke="black" points="4654.68,-600.076 4654.43,-589.484 4648.02,-597.924 4654.68,-600.076"/>1569<polygon fill="black" stroke="black" points="4656.68,-600.076 4656.43,-589.484 4650.02,-597.924 4656.68,-600.076"/>
1603</a>1570</a>
1604</g>1571</g>
1605<!-- 84 -->1572<!-- 58 -->
1606<g id="node127" class="node"><title>84</title>1573<g id="node123" class="node"><title>58</title>
1607<a xlink:href="../zorba.io_modules_excel_information.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/information">1574<a xlink:href="../zorba.io_modules_excel_information.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/information">
1608<ellipse fill="white" stroke="white" cx="4521" cy="-571" rx="67.8823" ry="18.3848"/>1575<ellipse fill="white" stroke="white" cx="4523" cy="-571" rx="67.8823" ry="18.3848"/>
1609<text text-anchor="middle" x="4521" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">information</text>1576<text text-anchor="middle" x="4523" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">information</text>
1610</a>1577</a>
1611</g>1578</g>
1612<!-- 84&#45;&gt;88 -->1579<!-- 58&#45;&gt;62 -->
1613<g id="edge285" class="edge"><title>84-&gt;88</title>1580<g id="edge237" class="edge"><title>58-&gt;62</title>
1614<a xlink:title="FROM: http://zorba.io/modules/excel/information, TO: http://zorba.io/modules/excel/math">1581<a xlink:title="FROM: http://zorba.io/modules/excel/information, TO: http://zorba.io/modules/excel/math">
1615<path fill="none" stroke="black" d="M4505.93,-552.823C4481.57,-523.454 4433.51,-465.5 4405.88,-432.176"/>1582<path fill="none" stroke="black" d="M4507.93,-552.823C4483.57,-523.454 4435.51,-465.5 4407.88,-432.176"/>
1616<polygon fill="black" stroke="black" points="4408.4,-429.731 4399.32,-424.267 4403.01,-434.199 4408.4,-429.731"/>1583<polygon fill="black" stroke="black" points="4410.4,-429.731 4401.32,-424.267 4405.01,-434.199 4410.4,-429.731"/>
1617</a>1584</a>
1618</g>1585</g>
1619<!-- 85 -->1586<!-- 59 -->
1620<g id="node129" class="node"><title>85</title>1587<g id="node125" class="node"><title>59</title>
1621<a xlink:href="../zorba.io_modules_excel_logical.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/logical">1588<a xlink:href="../zorba.io_modules_excel_logical.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/logical">
1622<ellipse fill="white" stroke="white" cx="4284" cy="-701" rx="41.2167" ry="18.3848"/>1589<ellipse fill="white" stroke="white" cx="4286" cy="-701" rx="41.2167" ry="18.3848"/>
1623<text text-anchor="middle" x="4284" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">logical</text>1590<text text-anchor="middle" x="4286" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">logical</text>
1624</a>1591</a>
1625</g>1592</g>
1626<!-- 86 -->1593<!-- 60 -->
1627<g id="node131" class="node"><title>86</title>1594<g id="node127" class="node"><title>60</title>
1628<a xlink:href="../zorba.io_modules_excel_lookup.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/lookup">1595<a xlink:href="../zorba.io_modules_excel_lookup.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/lookup">
1629<ellipse fill="white" stroke="white" cx="4385" cy="-571" rx="43.8406" ry="18.3848"/>1596<ellipse fill="white" stroke="white" cx="4387" cy="-571" rx="43.8406" ry="18.3848"/>
1630<text text-anchor="middle" x="4385" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">lookup</text>1597<text text-anchor="middle" x="4387" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">lookup</text>
1631</a>1598</a>
1632</g>1599</g>
1633<!-- 86&#45;&gt;88 -->1600<!-- 60&#45;&gt;62 -->
1634<g id="edge287" class="edge"><title>86-&gt;88</title>1601<g id="edge239" class="edge"><title>60-&gt;62</title>
1635<a xlink:title="FROM: http://zorba.io/modules/excel/lookup, TO: http://zorba.io/modules/excel/math">1602<a xlink:title="FROM: http://zorba.io/modules/excel/lookup, TO: http://zorba.io/modules/excel/math">
1636<path fill="none" stroke="black" d="M4385,-552.187C4385,-523.641 4385,-469.174 4385,-435.674"/>1603<path fill="none" stroke="black" d="M4387,-552.187C4387,-523.641 4387,-469.174 4387,-435.674"/>
1637<polygon fill="black" stroke="black" points="4388.5,-435.593 4385,-425.593 4381.5,-435.594 4388.5,-435.593"/>1604<polygon fill="black" stroke="black" points="4390.5,-435.593 4387,-425.593 4383.5,-435.594 4390.5,-435.593"/>
1638</a>1605</a>
1639</g>1606</g>
1640<!-- 87 -->1607<!-- 61 -->
1641<g id="node135" class="node"><title>87</title>1608<g id="node131" class="node"><title>61</title>
1642<a xlink:href="../zorba.io_modules_excel_math-sumproduct.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/math-sumproduct">1609<a xlink:href="../zorba.io_modules_excel_math-sumproduct.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/math-sumproduct">
1643<ellipse fill="white" stroke="white" cx="4219" cy="-571" rx="97.7889" ry="18.3848"/>1610<ellipse fill="white" stroke="white" cx="4221" cy="-571" rx="97.7889" ry="18.3848"/>
1644<text text-anchor="middle" x="4219" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math-sumproduct</text>1611<text text-anchor="middle" x="4221" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">math-sumproduct</text>
1645</a>1612</a>
1646</g>1613</g>
1647<!-- 87&#45;&gt;88 -->1614<!-- 61&#45;&gt;62 -->
1648<g id="edge289" class="edge"><title>87-&gt;88</title>1615<g id="edge241" class="edge"><title>61-&gt;62</title>
1649<a xlink:title="FROM: http://zorba.io/modules/excel/math-sumproduct, TO: http://zorba.io/modules/excel/math">1616<a xlink:title="FROM: http://zorba.io/modules/excel/math-sumproduct, TO: http://zorba.io/modules/excel/math">
1650<path fill="none" stroke="black" d="M4237.4,-552.823C4267.54,-523.05 4327.41,-463.9 4360.89,-430.816"/>1617<path fill="none" stroke="black" d="M4239.4,-552.823C4269.54,-523.05 4329.41,-463.9 4362.89,-430.816"/>
1651<polygon fill="black" stroke="black" points="4363.36,-433.298 4368.02,-423.78 4358.44,-428.318 4363.36,-433.298"/>1618<polygon fill="black" stroke="black" points="4365.36,-433.298 4370.02,-423.78 4360.44,-428.318 4365.36,-433.298"/>
1652</a>1619</a>
1653</g>1620</g>
1654<!-- 90 -->1621<!-- 64 -->
1655<g id="node137" class="node"><title>90</title>1622<g id="node133" class="node"><title>64</title>
1656<a xlink:href="../zorba.io_modules_excel_statistical.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/statistical">1623<a xlink:href="../zorba.io_modules_excel_statistical.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/statistical">
1657<ellipse fill="white" stroke="white" cx="4039" cy="-571" rx="58.1882" ry="18.3848"/>1624<ellipse fill="white" stroke="white" cx="4041" cy="-571" rx="58.1882" ry="18.3848"/>
1658<text text-anchor="middle" x="4039" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical</text>1625<text text-anchor="middle" x="4041" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical</text>
1659</a>1626</a>
1660</g>1627</g>
1661<!-- 90&#45;&gt;88 -->1628<!-- 64&#45;&gt;62 -->
1662<g id="edge295" class="edge"><title>90-&gt;88</title>1629<g id="edge247" class="edge"><title>64-&gt;62</title>
1663<a xlink:title="FROM: http://zorba.io/modules/excel/statistical, TO: http://zorba.io/modules/excel/math">1630<a xlink:title="FROM: http://zorba.io/modules/excel/statistical, TO: http://zorba.io/modules/excel/math">
1664<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"/>1631<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"/>
1665<polygon fill="black" stroke="black" points="4349.83,-426.927 4357.46,-419.578 4346.92,-420.564 4349.83,-426.927"/>1632<polygon fill="black" stroke="black" points="4351.83,-426.927 4359.46,-419.578 4348.92,-420.564 4351.83,-426.927"/>
1666</a>1633</a>
1667</g>1634</g>
1668<!-- 89 -->1635<!-- 63 -->
1669<g id="node139" class="node"><title>89</title>1636<g id="node135" class="node"><title>63</title>
1670<a xlink:href="../zorba.io_modules_excel_statistical-zorba.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/statistical-zorba">1637<a xlink:href="../zorba.io_modules_excel_statistical-zorba.html" xlink:title="(External module) module uri=http://zorba.io/modules/excel/statistical-zorba">
1671<ellipse fill="white" stroke="white" cx="4059" cy="-701" rx="89.8026" ry="18.3848"/>1638<ellipse fill="white" stroke="white" cx="4061" cy="-701" rx="89.8026" ry="18.3848"/>
1672<text text-anchor="middle" x="4059" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical-zorba</text>1639<text text-anchor="middle" x="4061" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">statistical-zorba</text>
1673</a>1640</a>
1674</g>1641</g>
1675<!-- 89&#45;&gt;88 -->1642<!-- 63&#45;&gt;62 -->
1676<g id="edge291" class="edge"><title>89-&gt;88</title>1643<g id="edge243" class="edge"><title>63-&gt;62</title>
1677<a xlink:title="FROM: http://zorba.io/modules/excel/statistical-zorba, TO: http://zorba.io/modules/excel/math">1644<a xlink:title="FROM: http://zorba.io/modules/excel/statistical-zorba, TO: http://zorba.io/modules/excel/math">
1678<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"/>1645<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"/>
1679<polygon fill="black" stroke="black" points="4340.26,-417.657 4349.55,-412.554 4339.11,-410.753 4340.26,-417.657"/>1646<polygon fill="black" stroke="black" points="4342.26,-417.657 4351.55,-412.554 4341.11,-410.753 4342.26,-417.657"/>
1680</a>1647</a>
1681</g>1648</g>
1682<!-- 89&#45;&gt;90 -->1649<!-- 63&#45;&gt;64 -->
1683<g id="edge293" class="edge"><title>89-&gt;90</title>1650<g id="edge245" class="edge"><title>63-&gt;64</title>
1684<a xlink:title="FROM: http://zorba.io/modules/excel/statistical-zorba, TO: http://zorba.io/modules/excel/statistical">1651<a xlink:title="FROM: http://zorba.io/modules/excel/statistical-zorba, TO: http://zorba.io/modules/excel/statistical">
1685<path fill="none" stroke="black" d="M4056.13,-682.374C4052.81,-660.75 4047.28,-624.839 4043.41,-599.655"/>1652<path fill="none" stroke="black" d="M4058.13,-682.374C4054.81,-660.75 4049.28,-624.839 4045.41,-599.655"/>
1686<polygon fill="black" stroke="black" points="4046.84,-598.943 4041.86,-589.591 4039.92,-600.007 4046.84,-598.943"/>1653<polygon fill="black" stroke="black" points="4048.84,-598.943 4043.86,-589.591 4041.92,-600.007 4048.84,-598.943"/>
1687</a>1654</a>
1688</g>1655</g>
1689<!-- 91&#45;&gt;88 -->1656<!-- 65&#45;&gt;62 -->
1690<g id="edge297" class="edge"><title>91-&gt;88</title>1657<g id="edge249" class="edge"><title>65-&gt;62</title>
1691<a xlink:title="FROM: http://zorba.io/modules/excel/text, TO: http://zorba.io/modules/excel/math">1658<a xlink:title="FROM: http://zorba.io/modules/excel/text, TO: http://zorba.io/modules/excel/math">
1692<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"/>1659<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"/>
1693<polygon fill="black" stroke="black" points="4421.46,-421.717 4410.97,-420.22 4418.24,-427.931 4421.46,-421.717"/>1660<polygon fill="black" stroke="black" points="4423.46,-421.717 4412.97,-420.22 4420.24,-427.931 4423.46,-421.717"/>
1694</a>1661</a>
1695</g>1662</g>
1696<!-- 8 -->1663<!-- 8 -->
1697<g id="node144" class="node"><title>8</title>1664<g id="node140" class="node"><title>8</title>
1698<a xlink:href="../zorba.io_modules_full-text.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/full-text">1665<a xlink:href="../zorba.io_modules_full-text.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/full-text">
1699<ellipse fill="white" stroke="white" cx="3324" cy="-701" rx="50.2046" ry="18.3848"/>1666<ellipse fill="white" stroke="white" cx="3326" cy="-701" rx="50.2046" ry="18.3848"/>
1700<text text-anchor="middle" x="3324" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">full-text</text>1667<text text-anchor="middle" x="3326" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">full-text</text>
1701</a>1668</a>
1702</g>1669</g>
1703<!-- 69 -->1670<!-- 82 -->
1704<g id="node147" class="node"><title>69</title>1671<g id="node143" class="node"><title>82</title>
1705<a xlink:href="../zorba.io_modules_geoproj.html" xlink:title="(External module) module uri=http://zorba.io/modules/geoproj">1672<a xlink:href="../zorba.io_modules_geoproj.html" xlink:title="(External module) module uri=http://zorba.io/modules/geoproj">
1706<ellipse fill="white" stroke="white" cx="2663" cy="-571" rx="48.0833" ry="18.3848"/>1673<ellipse fill="white" stroke="white" cx="3610" cy="-571" rx="48.0833" ry="18.3848"/>
1707<text text-anchor="middle" x="2663" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geoproj</text>1674<text text-anchor="middle" x="3610" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">geoproj</text>
1708</a>1675</a>
1709</g>1676</g>
1710<!-- 69&#45;&gt;23 -->1677<!-- 82&#45;&gt;23 -->
1711<g id="edge265" class="edge"><title>69-&gt;23</title>1678<g id="edge265" class="edge"><title>82-&gt;23</title>
1712<a xlink:title="FROM: http://zorba.io/modules/geoproj, TO: http://zorba.io/modules/schema">1679<a xlink:title="FROM: http://zorba.io/modules/geoproj, TO: http://zorba.io/modules/schema">
1713<path fill="none" stroke="black" d="M2663,-552.187C2663,-523.641 2663,-469.174 2663,-435.674"/>1680<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"/>
1714<polygon fill="black" stroke="black" points="2666.5,-435.593 2663,-425.593 2659.5,-435.594 2666.5,-435.593"/>1681<polygon fill="black" stroke="black" points="2813.68,-434.788 2808.09,-425.793 2806.85,-436.316 2813.68,-434.788"/>
1715</a>1682</a>
1716</g>1683</g>
1717<!-- 73 -->1684<!-- 76 -->
1718<g id="node150" class="node"><title>73</title>1685<g id="node146" class="node"><title>76</title>
1719<a xlink:href="../zorba.io_modules_image_animation.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/animation">1686<a xlink:href="../zorba.io_modules_image_animation.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/animation">
1720<ellipse fill="white" stroke="white" cx="3079" cy="-701" rx="60.8112" ry="18.3848"/>1687<ellipse fill="white" stroke="white" cx="2677" cy="-701" rx="60.8112" ry="18.3848"/>
1721<text text-anchor="middle" x="3079" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">animation</text>1688<text text-anchor="middle" x="2677" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">animation</text>
1722</a>1689</a>
1723</g>1690</g>
1724<!-- Magick -->1691<!-- Magick -->
1725<g id="node237" class="node"><title>Magick</title>1692<g id="node233" class="node"><title>Magick</title>
1726<a xlink:href="http://www.imagemagick.org/Magick++/" xlink:title="Magick++ C++ Library">1693<a xlink:href="http://www.imagemagick.org/Magick++/" xlink:title="Magick++ C++ Library">
1727<polygon fill="none" stroke="red" points="332,-321 272,-321 268,-317 268,-285 328,-285 332,-289 332,-321"/>1694<polygon fill="none" stroke="red" points="824,-321 764,-321 760,-317 760,-285 820,-285 824,-289 824,-321"/>
1728<polyline fill="none" stroke="red" points="328,-317 268,-317 "/>1695<polyline fill="none" stroke="red" points="820,-317 760,-317 "/>
1729<polyline fill="none" stroke="red" points="328,-317 328,-285 "/>1696<polyline fill="none" stroke="red" points="820,-317 820,-285 "/>
1730<polyline fill="none" stroke="red" points="328,-317 332,-321 "/>1697<polyline fill="none" stroke="red" points="820,-317 824,-321 "/>
1731<text text-anchor="middle" x="300" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Magick</text>1698<text text-anchor="middle" x="792" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Magick</text>
1732</a>1699</a>
1733</g>1700</g>
1734<!-- 73&#45;&gt;Magick -->1701<!-- 76&#45;&gt;Magick -->
1735<g id="edge159" class="edge"><title>73-&gt;Magick</title>1702<g id="edge157" class="edge"><title>76-&gt;Magick</title>
1736<a xlink:title="FROM: http://zorba.io/modules/image/animation, TO: Magick">1703<a xlink:title="FROM: http://zorba.io/modules/image/animation, TO: Magick">
1737<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"/>1704<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"/>
1738<polygon fill="red" stroke="red" points="320.027,-327.292 311.383,-321.166 314.32,-331.346 320.027,-327.292"/>1705<polygon fill="red" stroke="red" points="780.616,-331.468 782.976,-321.139 774.69,-327.742 780.616,-331.468"/>
1739</a>1706</a>
1740</g>1707</g>
1741<!-- 70 -->1708<!-- 73 -->
1742<g id="node152" class="node"><title>70</title>1709<g id="node148" class="node"><title>73</title>
1743<a xlink:href="../zorba.io_modules_image_basic.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/basic">1710<a xlink:href="../zorba.io_modules_image_basic.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/basic">
1744<ellipse fill="white" stroke="white" cx="3199" cy="-701" rx="34.8574" ry="18.3848"/>1711<ellipse fill="white" stroke="white" cx="2797" cy="-701" rx="34.8574" ry="18.3848"/>
1745<text text-anchor="middle" x="3199" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">basic</text>1712<text text-anchor="middle" x="2797" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">basic</text>
1746</a>1713</a>
1747</g>1714</g>
1748<!-- 70&#45;&gt;Magick -->1715<!-- 73&#45;&gt;Magick -->
1749<g id="edge153" class="edge"><title>70-&gt;Magick</title>1716<g id="edge151" class="edge"><title>73-&gt;Magick</title>
1750<a xlink:title="FROM: http://zorba.io/modules/image/basic, TO: Magick">1717<a xlink:title="FROM: http://zorba.io/modules/image/basic, TO: Magick">
1751<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"/>1718<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"/>
1752<polygon fill="red" stroke="red" points="317.597,-327.787 309.266,-321.242 311.697,-331.554 317.597,-327.787"/>1719<polygon fill="red" stroke="red" points="773.974,-331.375 776.883,-321.188 768.255,-327.338 773.974,-331.375"/>
1753</a>1720</a>
1754</g>1721</g>
1755<!-- 100 -->1722<!-- 55 -->
1756<g id="node154" class="node"><title>100</title>1723<g id="node150" class="node"><title>55</title>
1757<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">1724<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">
1758<ellipse fill="white" stroke="white" cx="2668" cy="-701" rx="53.9477" ry="18.3848"/>1725<ellipse fill="white" stroke="white" cx="2910" cy="-701" rx="53.9477" ry="18.3848"/>
1759<text text-anchor="middle" x="2668" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">graphviz</text>1726<text text-anchor="middle" x="2910" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">graphviz</text>
1760</a>1727</a>
1761</g>1728</g>
1762<!-- Graphviz -->1729<!-- Graphviz -->
1763<g id="node243" class="node"><title>Graphviz</title>1730<g id="node239" class="node"><title>Graphviz</title>
1764<a xlink:href="http://www.graphviz.org/" xlink:title="Graphviz - Graph Visualization Software">1731<a xlink:href="http://www.graphviz.org/" xlink:title="Graphviz - Graph Visualization Software">
1765<polygon fill="none" stroke="red" points="250,-321 174,-321 170,-317 170,-285 246,-285 250,-289 250,-321"/>1732<polygon fill="none" stroke="red" points="742,-321 666,-321 662,-317 662,-285 738,-285 742,-289 742,-321"/>
1766<polyline fill="none" stroke="red" points="246,-317 170,-317 "/>1733<polyline fill="none" stroke="red" points="738,-317 662,-317 "/>
1767<polyline fill="none" stroke="red" points="246,-317 246,-285 "/>1734<polyline fill="none" stroke="red" points="738,-317 738,-285 "/>
1768<polyline fill="none" stroke="red" points="246,-317 250,-321 "/>1735<polyline fill="none" stroke="red" points="738,-317 742,-321 "/>
1769<text text-anchor="middle" x="210" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>1736<text text-anchor="middle" x="702" y="-299.4" font-family="Times Roman,serif" font-size="14.00">Graphviz</text>
1770</a>1737</a>
1771</g>1738</g>
1772<!-- 100&#45;&gt;Graphviz -->1739<!-- 55&#45;&gt;Graphviz -->
1773<g id="edge175" class="edge"><title>100-&gt;Graphviz</title>1740<g id="edge141" class="edge"><title>55-&gt;Graphviz</title>
1774<a xlink:title="FROM: http://www.zorba-xquery.com/modules/image/graphviz, TO: Graphviz">1741<a xlink:title="FROM: http://www.zorba-xquery.com/modules/image/graphviz, TO: Graphviz">
1775<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"/>1742<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"/>
1776<polygon fill="red" stroke="red" points="211.506,-331.177 208.548,-321.003 204.516,-330.801 211.506,-331.177"/>1743<polygon fill="red" stroke="red" points="699.079,-331.565 697.7,-321.06 692.227,-330.132 699.079,-331.565"/>
1777</a>1744</a>
1778</g>1745</g>
1779<!-- 71 -->1746<!-- 74 -->
1780<g id="node156" class="node"><title>71</title>1747<g id="node152" class="node"><title>74</title>
1781<a xlink:href="../zorba.io_modules_image_manipulation.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/manipulation">1748<a xlink:href="../zorba.io_modules_image_manipulation.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/manipulation">
1782<ellipse fill="white" stroke="white" cx="2821" cy="-701" rx="75.1594" ry="18.3848"/>1749<ellipse fill="white" stroke="white" cx="3063" cy="-701" rx="75.1594" ry="18.3848"/>
1783<text text-anchor="middle" x="2821" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">manipulation</text>1750<text text-anchor="middle" x="3063" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">manipulation</text>
1784</a>1751</a>
1785</g>1752</g>
1786<!-- 71&#45;&gt;Magick -->1753<!-- 74&#45;&gt;Magick -->
1787<g id="edge155" class="edge"><title>71-&gt;Magick</title>1754<g id="edge153" class="edge"><title>74-&gt;Magick</title>
1788<a xlink:title="FROM: http://zorba.io/modules/image/manipulation, TO: Magick">1755<a xlink:title="FROM: http://zorba.io/modules/image/manipulation, TO: Magick">
1789<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"/>1756<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"/>
1790<polygon fill="red" stroke="red" points="299.309,-331.621 297.124,-321.254 292.367,-330.722 299.309,-331.621"/>1757<polygon fill="red" stroke="red" points="783.996,-331.987 784.321,-321.397 777.463,-329.473 783.996,-331.987"/>
1791</a>1758</a>
1792</g>1759</g>
1793<!-- 72 -->1760<!-- 75 -->
1794<g id="node158" class="node"><title>72</title>1761<g id="node154" class="node"><title>75</title>
1795<a xlink:href="../zorba.io_modules_image_paint.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/paint">1762<a xlink:href="../zorba.io_modules_image_paint.html" xlink:title="(External module) module uri=http://zorba.io/modules/image/paint">
1796<ellipse fill="white" stroke="white" cx="2957" cy="-701" rx="36.7696" ry="18.3848"/>1763<ellipse fill="white" stroke="white" cx="3199" cy="-701" rx="36.7696" ry="18.3848"/>
1797<text text-anchor="middle" x="2957" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">paint</text>1764<text text-anchor="middle" x="3199" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">paint</text>
1798</a>1765</a>
1799</g>1766</g>
1800<!-- 72&#45;&gt;Magick -->1767<!-- 75&#45;&gt;Magick -->
1801<g id="edge157" class="edge"><title>72-&gt;Magick</title>1768<g id="edge155" class="edge"><title>75-&gt;Magick</title>
1802<a xlink:title="FROM: http://zorba.io/modules/image/paint, TO: Magick">1769<a xlink:title="FROM: http://zorba.io/modules/image/paint, TO: Magick">
1803<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"/>1770<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"/>
1804<polygon fill="red" stroke="red" points="310.755,-330.084 304.804,-321.319 303.99,-331.882 310.755,-330.084"/>1771<polygon fill="red" stroke="red" points="793.957,-331.311 790.947,-321.153 786.966,-330.971 793.957,-331.311"/>
1805</a>1772</a>
1806</g>1773</g>
1807<!-- 42 -->1774<!-- 42 -->
1808<g id="node161" class="node"><title>42</title>1775<g id="node157" class="node"><title>42</title>
1809<a xlink:href="../zorba.io_modules_fetch.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/fetch">1776<a xlink:href="../zorba.io_modules_fetch.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/fetch">
1810<ellipse fill="white" stroke="white" cx="8258" cy="-407" rx="36.0624" ry="18.3848"/>1777<ellipse fill="white" stroke="white" cx="2026" cy="-407" rx="36.0624" ry="18.3848"/>
1811<text text-anchor="middle" x="8258" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">fetch</text>1778<text text-anchor="middle" x="2026" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">fetch</text>
1812</a>1779</a>
1813</g>1780</g>
1814<!-- 12&#45;&gt;22 -->1781<!-- 12&#45;&gt;22 -->
1815<g id="edge193" class="edge"><title>12-&gt;22</title>1782<g id="edge191" class="edge"><title>12-&gt;22</title>
1816<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://jsoniq.org/function-library">1783<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://jsoniq.org/function-library">
1817<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"/>1784<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"/>
1818<polygon fill="black" stroke="black" points="8662.33,-200.885 8666.88,-191.315 8657.35,-195.962 8662.33,-200.885"/>1785<polygon fill="black" stroke="black" points="7746.23,-199.04 7752.83,-190.751 7742.5,-193.115 7746.23,-199.04"/>
1819</a>1786</a>
1820</g>1787</g>
1821<!-- 12&#45;&gt;11 -->1788<!-- 12&#45;&gt;11 -->
1822<g id="edge187" class="edge"><title>12-&gt;11</title>1789<g id="edge185" class="edge"><title>12-&gt;11</title>
1823<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://expath.org/ns/error">1790<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://expath.org/ns/error">
1824<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"/>1791<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"/>
1825<polygon fill="black" stroke="black" points="8631.88,-330.015 8636.08,-320.286 8626.73,-325.274 8631.88,-330.015"/>1792<polygon fill="black" stroke="black" points="467.664,-325.761 458.504,-320.436 462.344,-330.311 467.664,-325.761"/>
1826</a>1793</a>
1827</g>1794</g>
1828<!-- 13 -->1795<!-- 13 -->
1829<g id="node164" class="node"><title>13</title>1796<g id="node160" class="node"><title>13</title>
1830<a xlink:href="../zorba.io_modules_http-client.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/http-client">1797<a xlink:href="../zorba.io_modules_http-client.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/http-client">
1831<ellipse fill="white" stroke="white" cx="8381" cy="-173" rx="62.9325" ry="18.3848"/>1798<ellipse fill="white" stroke="white" cx="2225" cy="-173" rx="62.9325" ry="18.3848"/>
1832<text text-anchor="middle" x="8381" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>1799<text text-anchor="middle" x="2225" y="-169.4" font-family="Times Roman,serif" font-size="14.00" fill="red">http-client</text>
1833</a>1800</a>
1834</g>1801</g>
1835<!-- 12&#45;&gt;13 -->1802<!-- 12&#45;&gt;13 -->
1836<g id="edge189" class="edge"><title>12-&gt;13</title>1803<g id="edge187" class="edge"><title>12-&gt;13</title>
1837<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://zorba.io/modules/http-client">1804<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://zorba.io/modules/http-client">
1838<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"/>1805<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"/>
1839<polygon fill="black" stroke="black" points="8364.73,-201.347 8367.45,-191.107 8358.94,-197.417 8364.73,-201.347"/>1806<polygon fill="black" stroke="black" points="2257.72,-194.37 2247.87,-190.46 2253.13,-199.657 2257.72,-194.37"/>
1840</a>1807</a>
1841</g>1808</g>
1842<!-- 12&#45;&gt;14 -->1809<!-- 12&#45;&gt;14 -->
1843<g id="edge191" class="edge"><title>12-&gt;14</title>1810<g id="edge189" class="edge"><title>12-&gt;14</title>
1844<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://zorba.io/modules/http-client-wrapper">1811<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: http://zorba.io/modules/http-client-wrapper">
1845<path fill="none" stroke="black" d="M8392.44,-388.407C8402.41,-372.213 8416.99,-348.523 8428.26,-330.198"/>1812<path fill="none" stroke="black" d="M2245.56,-388.407C2235.59,-372.213 2221.01,-348.523 2209.74,-330.198"/>
1846<polygon fill="black" stroke="black" points="8431.4,-331.783 8433.66,-321.432 8425.44,-328.114 8431.4,-331.783"/>1813<polygon fill="black" stroke="black" points="2212.56,-328.114 2204.34,-321.432 2206.6,-331.783 2212.56,-328.114"/>
1847</a>1814</a>
1848</g>1815</g>
1849<!-- 12&#45;&gt;cURL -->1816<!-- 12&#45;&gt;cURL -->
1850<g id="edge135" class="edge"><title>12-&gt;cURL</title>1817<g id="edge133" class="edge"><title>12-&gt;cURL</title>
1851<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: cURL">1818<a xlink:title="FROM: http://www.zorba-xquery.com/modules/http-client, TO: cURL">
1852<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"/>1819<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"/>
1853<polygon fill="red" stroke="red" points="894.216,-299.877 884.181,-303.276 894.145,-306.877 894.216,-299.877"/>1820<polygon fill="red" stroke="red" points="1139.75,-328.498 1132.02,-321.258 1133.55,-331.741 1139.75,-328.498"/>
1854</a>1821</a>
1855</g>1822</g>
1856<!-- 13&#45;&gt;22 -->1823<!-- 13&#45;&gt;22 -->
1857<g id="edge195" class="edge"><title>13-&gt;22</title>1824<g id="edge193" class="edge"><title>13-&gt;22</title>
1858<a xlink:title="FROM: http://zorba.io/modules/http-client, TO: http://jsoniq.org/function-library">1825<a xlink:title="FROM: http://zorba.io/modules/http-client, TO: http://jsoniq.org/function-library">
1859<path fill="none" stroke="black" d="M8444.14,-173C8492.61,-173 8541.07,-173 8589.54,-173"/>1826<path fill="none" stroke="black" d="M2288.06,-173C4086.58,-173 5885.1,-173 7683.63,-173"/>
1860<polygon fill="black" stroke="black" points="8589.56,-176.5 8599.56,-173 8589.56,-169.5 8589.56,-176.5"/>1827<polygon fill="black" stroke="black" points="7683.85,-176.5 7693.85,-173 7683.85,-169.5 7683.85,-176.5"/>
1861</a>1828</a>
1862</g>1829</g>
1863<!-- 13&#45;&gt;cURL -->1830<!-- 13&#45;&gt;cURL -->
1864<g id="edge137" class="edge"><title>13-&gt;cURL</title>1831<g id="edge135" class="edge"><title>13-&gt;cURL</title>
1865<a xlink:title="FROM: http://zorba.io/modules/http-client, TO: cURL">1832<a xlink:title="FROM: http://zorba.io/modules/http-client, TO: cURL">
1866<path fill="none" stroke="red" d="M8317.95,-174.089C7624.56,-186.07 1434.73,-293.018 894.591,-302.351"/>1833<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"/>
1867<polygon fill="red" stroke="red" points="894.182,-298.857 884.244,-302.529 894.303,-305.856 894.182,-298.857"/>1834<polygon fill="red" stroke="red" points="1144.06,-275.174 1139.29,-284.634 1148.92,-280.213 1144.06,-275.174"/>
1868</a>1835</a>
1869</g>1836</g>
1870<!-- 14&#45;&gt;22 -->1837<!-- 14&#45;&gt;22 -->
1871<g id="edge201" class="edge"><title>14-&gt;22</title>1838<g id="edge199" class="edge"><title>14-&gt;22</title>
1872<a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://jsoniq.org/function-library">1839<a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://jsoniq.org/function-library">
1873<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"/>1840<path fill="none" stroke="black" d="M2299.31,-300.526C3005.54,-284.094 7011.8,-190.875 7684.23,-175.228"/>
1874<polygon fill="black" stroke="black" points="8659.1,-199.949 8664.69,-190.954 8654.71,-194.494 8659.1,-199.949"/>1841<polygon fill="black" stroke="black" points="7684.44,-178.725 7694.36,-174.993 7684.28,-171.726 7684.44,-178.725"/>
1875</a>1842</a>
1876</g>1843</g>
1877<!-- 14&#45;&gt;11 -->1844<!-- 14&#45;&gt;11 -->
1878<g id="edge197" class="edge"><title>14-&gt;11</title>1845<g id="edge195" class="edge"><title>14-&gt;11</title>
1879<a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://expath.org/ns/error">1846<a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://expath.org/ns/error">
1880<path fill="none" stroke="black" d="M8552.3,-303C8569.43,-303 8586.55,-303 8603.67,-303"/>1847<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"/>
1881<polygon fill="black" stroke="black" points="8603.75,-306.5 8613.75,-303 8603.75,-299.5 8603.75,-306.5"/>1848<polygon fill="black" stroke="black" points="467.014,-326.162 457.965,-320.651 461.603,-330.602 467.014,-326.162"/>
1882</a>1849</a>
1883</g>1850</g>
1884<!-- 14&#45;&gt;13 -->1851<!-- 14&#45;&gt;13 -->
1885<g id="edge199" class="edge"><title>14-&gt;13</title>1852<g id="edge197" class="edge"><title>14-&gt;13</title>
1886<a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://zorba.io/modules/http-client">1853<a xlink:title="FROM: http://zorba.io/modules/http-client-wrapper, TO: http://zorba.io/modules/http-client">
1887<path fill="none" stroke="black" d="M8435.83,-284.374C8425.04,-262.461 8407.03,-225.874 8394.61,-200.649"/>1854<path fill="none" stroke="black" d="M2197.58,-284.374C2202.93,-262.654 2211.83,-226.518 2218.03,-201.318"/>
1888<polygon fill="black" stroke="black" points="8397.71,-199.017 8390.15,-191.591 8391.43,-202.109 8397.71,-199.017"/>1855<polygon fill="black" stroke="black" points="2221.43,-202.138 2220.42,-191.591 2214.63,-200.465 2221.43,-202.138"/>
1889</a>1856</a>
1890</g>1857</g>
1891<!-- 57 -->1858<!-- 78 -->
1892<g id="node167" class="node"><title>57</title>1859<g id="node163" class="node"><title>78</title>
1893<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">1860<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">
1894<ellipse fill="white" stroke="white" cx="8163" cy="-407" rx="34.8574" ry="18.3848"/>1861<ellipse fill="white" stroke="white" cx="1931" cy="-407" rx="34.8574" ry="18.3848"/>
1895<text text-anchor="middle" x="8163" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">imap</text>1862<text text-anchor="middle" x="1931" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">imap</text>
1896</a>1863</a>
1897</g>1864</g>
1898<!-- cclient -->1865<!-- cclient -->
1899<g id="node236" class="node"><title>cclient</title>1866<g id="node232" class="node"><title>cclient</title>
1900<a xlink:href="http://www.washington.edu/imap/" xlink:title="c-client library part of UW IMAP toolkit">1867<a xlink:href="http://www.washington.edu/imap/" xlink:title="c-client library part of UW IMAP toolkit">
1901<polygon fill="none" stroke="red" points="738,-321 682,-321 678,-317 678,-285 734,-285 738,-289 738,-321"/>1868<polygon fill="none" stroke="red" points="1382,-321 1326,-321 1322,-317 1322,-285 1378,-285 1382,-289 1382,-321"/>
1902<polyline fill="none" stroke="red" points="734,-317 678,-317 "/>1869<polyline fill="none" stroke="red" points="1378,-317 1322,-317 "/>
1903<polyline fill="none" stroke="red" points="734,-317 734,-285 "/>1870<polyline fill="none" stroke="red" points="1378,-317 1378,-285 "/>
1904<polyline fill="none" stroke="red" points="734,-317 738,-321 "/>1871<polyline fill="none" stroke="red" points="1378,-317 1382,-321 "/>
1905<text text-anchor="middle" x="708" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cclient</text>1872<text text-anchor="middle" x="1352" y="-299.4" font-family="Times Roman,serif" font-size="14.00">cclient</text>
1906</a>1873</a>
1907</g>1874</g>
1908<!-- 57&#45;&gt;cclient -->1875<!-- 78&#45;&gt;cclient -->
1909<g id="edge145" class="edge"><title>57-&gt;cclient</title>1876<g id="edge161" class="edge"><title>78-&gt;cclient</title>
1910<a xlink:title="FROM: http://www.zorba-xquery.com/modules/email/imap, TO: cclient">1877<a xlink:title="FROM: http://www.zorba-xquery.com/modules/email/imap, TO: cclient">
1911<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"/>1878<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"/>
1912<polygon fill="red" stroke="red" points="723.838,-328.019 715.84,-321.071 717.76,-331.491 723.838,-328.019"/>1879<polygon fill="red" stroke="red" points="1392.38,-300.921 1382.26,-304.03 1392.11,-307.916 1392.38,-300.921"/>
1913</a>1880</a>
1914</g>1881</g>
1915<!-- 77 -->1882<!-- 70 -->
1916<g id="node169" class="node"><title>77</title>1883<g id="node165" class="node"><title>70</title>
1917<a xlink:href="../www.zorba-xquery.com_modules_process.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/process">1884<a xlink:href="../www.zorba-xquery.com_modules_process.html" xlink:title="(External module) module uri=http://www.zorba-xquery.com/modules/process">
1918<ellipse fill="white" stroke="white" cx="8056" cy="-407" rx="48.0833" ry="18.3848"/>1885<ellipse fill="white" stroke="white" cx="1824" cy="-407" rx="48.0833" ry="18.3848"/>
1919<text text-anchor="middle" x="8056" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>1886<text text-anchor="middle" x="1824" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>
1920</a>1887</a>
1921</g>1888</g>
1922<!-- 76 -->1889<!-- 69 -->
1923<g id="node170" class="node"><title>76</title>1890<g id="node166" class="node"><title>69</title>
1924<a xlink:href="../zorba.io_modules_process.html" xlink:title="(External module) module uri=http://zorba.io/modules/process">1891<a xlink:href="../zorba.io_modules_process.html" xlink:title="(External module) module uri=http://zorba.io/modules/process">
1925<ellipse fill="white" stroke="white" cx="7942" cy="-407" rx="48.0833" ry="18.3848"/>1892<ellipse fill="white" stroke="white" cx="1710" cy="-407" rx="48.0833" ry="18.3848"/>
1926<text text-anchor="middle" x="7942" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>1893<text text-anchor="middle" x="1710" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">process</text>
1927</a>1894</a>
1928</g>1895</g>
1929<!-- 56 -->1896<!-- 77 -->
1930<g id="node172" class="node"><title>56</title>1897<g id="node168" class="node"><title>77</title>
1931<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">1898<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">
1932<ellipse fill="white" stroke="white" cx="7835" cy="-407" rx="34.8574" ry="18.3848"/>1899<ellipse fill="white" stroke="white" cx="1603" cy="-407" rx="34.8574" ry="18.3848"/>
1933<text text-anchor="middle" x="7835" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">smtp</text>1900<text text-anchor="middle" x="1603" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">smtp</text>
1934</a>1901</a>
1935</g>1902</g>
1936<!-- 56&#45;&gt;cclient -->1903<!-- 77&#45;&gt;cclient -->
1937<g id="edge143" class="edge"><title>56-&gt;cclient</title>1904<g id="edge159" class="edge"><title>77-&gt;cclient</title>
1938<a xlink:title="FROM: http://www.zorba-xquery.com/modules/email/smtp, TO: cclient">1905<a xlink:title="FROM: http://www.zorba-xquery.com/modules/email/smtp, TO: cclient">
1939<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"/>1906<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"/>
1940<polygon fill="red" stroke="red" points="723.838,-328.019 715.84,-321.071 717.76,-331.49 723.838,-328.019"/>1907<polygon fill="red" stroke="red" points="1392.5,-305.983 1382.03,-307.623 1391.23,-312.868 1392.5,-305.983"/>
1941</a>1908</a>
1942</g>1909</g>
1943<!-- 97 -->1910<!-- 90 -->
1944<g id="node174" class="node"><title>97</title>1911<g id="node170" class="node"><title>90</title>
1945<a xlink:href="../zorba.io_modules_system.html" xlink:title="(External module) module uri=http://zorba.io/modules/system">1912<a xlink:href="../zorba.io_modules_system.html" xlink:title="(External module) module uri=http://zorba.io/modules/system">
1946<ellipse fill="white" stroke="white" cx="7730" cy="-407" rx="45.9619" ry="18.3848"/>1913<ellipse fill="white" stroke="white" cx="1498" cy="-407" rx="45.9619" ry="18.3848"/>
1947<text text-anchor="middle" x="7730" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">system</text>1914<text text-anchor="middle" x="1498" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="green">system</text>
1948</a>1915</a>
1949</g>1916</g>
1950<!-- 24 -->1917<!-- 24 -->
1951<g id="node177" class="node"><title>24</title>1918<g id="node173" class="node"><title>24</title>
1952<a xlink:href="../zorba.io_modules_sctx.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/sctx">1919<a xlink:href="../zorba.io_modules_sctx.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/sctx">
1953<ellipse fill="white" stroke="white" cx="2524" cy="-701" rx="31.1127" ry="18.3848"/>1920<ellipse fill="white" stroke="white" cx="2526" cy="-701" rx="31.1127" ry="18.3848"/>
1954<text text-anchor="middle" x="2524" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sctx</text>1921<text text-anchor="middle" x="2526" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sctx</text>
1955</a>1922</a>
1956</g>1923</g>
1957<!-- 74&#45;&gt;JDK -->1924<!-- 51&#45;&gt;JDK -->
1958<g id="edge161" class="edge"><title>74-&gt;JDK</title>1925<g id="edge137" class="edge"><title>51-&gt;JDK</title>
1959<a xlink:title="FROM: http://www.zorba-xquery.com/modules/util-jvm, TO: JDK">1926<a xlink:title="FROM: http://www.zorba-xquery.com/modules/util-jvm, TO: JDK">
1960<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"/>1927<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"/>
1961<polygon fill="red" stroke="red" points="575.606,-328.268 567.89,-321.008 569.394,-331.496 575.606,-328.268"/>1928<polygon fill="red" stroke="red" points="984.288,-328.124 976.437,-321.01 978.137,-331.467 984.288,-328.124"/>
1962</a>1929</a>
1963</g>1930</g>
1964<!-- 80 -->1931<!-- 87 -->
1965<g id="node183" class="node"><title>80</title>1932<g id="node179" class="node"><title>87</title>
1966<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">1933<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">
1967<ellipse fill="white" stroke="white" cx="1551" cy="-701" rx="38.1838" ry="18.3848"/>1934<ellipse fill="white" stroke="white" cx="2398" cy="-701" rx="38.1838" ry="18.3848"/>
1968<text text-anchor="middle" x="1551" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">client</text>1935<text text-anchor="middle" x="2398" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">client</text>
1969</a>1936</a>
1970</g>1937</g>
1971<!-- 80&#45;&gt;67 -->1938<!-- 87&#45;&gt;67 -->
1972<g id="edge273" class="edge"><title>80-&gt;67</title>1939<g id="edge277" class="edge"><title>87-&gt;67</title>
1973<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://expath.org/ns/http-client">1940<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://expath.org/ns/http-client">
1974<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"/>1941<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"/>
1975<polygon fill="black" stroke="black" points="8842.74,-435.847 8839.24,-425.849 8835.74,-435.85 8842.74,-435.847"/>1942<polygon fill="black" stroke="black" points="435.926,-432.81 428.168,-425.595 429.733,-436.074 435.926,-432.81"/>
1976</a>1943</a>
1977</g>1944</g>
1978<!-- 80&#45;&gt;78 -->1945<!-- 87&#45;&gt;85 -->
1979<g id="edge271" class="edge"><title>80-&gt;78</title>1946<g id="edge275" class="edge"><title>87-&gt;85</title>
1980<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/hmac">1947<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/hmac">
1981<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"/>1948<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"/>
1982<polygon fill="black" stroke="black" points="1754.16,-600.107 1754.39,-589.514 1747.6,-597.65 1754.16,-600.107"/>1949<polygon fill="black" stroke="black" points="3840.77,-600.128 3840.51,-589.537 3834.11,-597.981 3840.77,-600.128"/>
1983</a>1950</a>
1984</g>1951</g>
1985<!-- 80&#45;&gt;3 -->1952<!-- 87&#45;&gt;3 -->
1986<g id="edge275" class="edge"><title>80-&gt;3</title>1953<g id="edge279" class="edge"><title>87-&gt;3</title>
1987<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/base64">1954<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/base64">
1988<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"/>1955<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"/>
1989<polygon fill="black" stroke="black" points="3291.01,-600.204 3291.66,-589.629 3284.56,-597.49 3291.01,-600.204"/>1956<polygon fill="black" stroke="black" points="3469.01,-600.207 3469.66,-589.632 3462.56,-597.494 3469.01,-600.207"/>
1990</a>1957</a>
1991</g>1958</g>
1992<!-- 81 -->1959<!-- 88 -->
1993<g id="node185" class="node"><title>81</title>1960<g id="node181" class="node"><title>88</title>
1994<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">1961<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">
1995<ellipse fill="white" stroke="white" cx="1553" cy="-571" rx="36.0624" ry="18.3848"/>1962<ellipse fill="white" stroke="white" cx="2398" cy="-571" rx="36.0624" ry="18.3848"/>
1996<text text-anchor="middle" x="1553" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">error</text>1963<text text-anchor="middle" x="2398" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="green">error</text>
1997</a>1964</a>
1998</g>1965</g>
1999<!-- 80&#45;&gt;81 -->1966<!-- 87&#45;&gt;88 -->
2000<g id="edge277" class="edge"><title>80-&gt;81</title>1967<g id="edge281" class="edge"><title>87-&gt;88</title>
2001<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://www.zorba-xquery.com/modules/oauth/error">1968<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://www.zorba-xquery.com/modules/oauth/error">
2002<path fill="none" stroke="black" d="M1551.29,-682.374C1551.62,-660.75 1552.17,-624.839 1552.56,-599.655"/>1969<path fill="none" stroke="black" d="M2398,-682.374C2398,-660.75 2398,-624.839 2398,-599.655"/>
2003<polygon fill="black" stroke="black" points="1556.06,-599.644 1552.71,-589.591 1549.06,-599.536 1556.06,-599.644"/>1970<polygon fill="black" stroke="black" points="2401.5,-599.591 2398,-589.591 2394.5,-599.591 2401.5,-599.591"/>
2004</a>1971</a>
2005</g>1972</g>
2006<!-- 2 -->1973<!-- 2 -->
2007<g id="node201" class="node"><title>2</title>1974<g id="node197" class="node"><title>2</title>
2008<a xlink:href="../zorba.io_modules_random.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/random">1975<a xlink:href="../zorba.io_modules_random.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/random">
2009<ellipse fill="white" stroke="white" cx="3500" cy="-407" rx="48.7904" ry="18.3848"/>1976<ellipse fill="white" stroke="white" cx="3642" cy="-407" rx="48.7904" ry="18.3848"/>
2010<text text-anchor="middle" x="3500" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">random</text>1977<text text-anchor="middle" x="3642" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">random</text>
2011</a>1978</a>
2012</g>1979</g>
2013<!-- 80&#45;&gt;2 -->1980<!-- 87&#45;&gt;2 -->
2014<g id="edge269" class="edge"><title>80-&gt;2</title>1981<g id="edge273" class="edge"><title>87-&gt;2</title>
2015<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/random">1982<a xlink:title="FROM: http://www.zorba-xquery.com/modules/oauth/client, TO: http://zorba.io/modules/random">
2016<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"/>1983<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"/>
2017<polygon fill="black" stroke="black" points="3497.95,-436.37 3496.78,-425.84 3491.13,-434.799 3497.95,-436.37"/>1984<polygon fill="black" stroke="black" points="3654.53,-434.076 3648.17,-425.601 3647.86,-436.191 3654.53,-434.076"/>
2018</a>1985</a>
2019</g>1986</g>
2020<!-- 55 -->1987<!-- 71 -->
2021<g id="node188" class="node"><title>55</title>1988<g id="node184" class="node"><title>71</title>
2022<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">1989<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">
2023<ellipse fill="white" stroke="white" cx="1444" cy="-701" rx="28.9914" ry="18.3848"/>1990<ellipse fill="white" stroke="white" cx="1972" cy="-701" rx="28.9914" ry="18.3848"/>
2024<text text-anchor="middle" x="1444" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xslt</text>1991<text text-anchor="middle" x="1972" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="green">xslt</text>
2025</a>1992</a>
2026</g>1993</g>
2027<!-- libxslt -->1994<!-- libxslt -->
2028<g id="node244" class="node"><title>libxslt</title>1995<g id="node240" class="node"><title>libxslt</title>
2029<a xlink:href="http://xmlsoft.org/XSLT/" xlink:title="libxslt Library">1996<a xlink:href="http://xmlsoft.org/XSLT/" xlink:title="libxslt Library">
2030<polygon fill="none" stroke="red" points="152,-321 100,-321 96,-317 96,-285 148,-285 152,-289 152,-321"/>1997<polygon fill="none" stroke="red" points="644,-321 592,-321 588,-317 588,-285 640,-285 644,-289 644,-321"/>
2031<polyline fill="none" stroke="red" points="148,-317 96,-317 "/>1998<polyline fill="none" stroke="red" points="640,-317 588,-317 "/>
2032<polyline fill="none" stroke="red" points="148,-317 148,-285 "/>1999<polyline fill="none" stroke="red" points="640,-317 640,-285 "/>
2033<polyline fill="none" stroke="red" points="148,-317 152,-321 "/>2000<polyline fill="none" stroke="red" points="640,-317 644,-321 "/>
2034<text text-anchor="middle" x="124" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libxslt</text>2001<text text-anchor="middle" x="616" y="-299.4" font-family="Times Roman,serif" font-size="14.00">libxslt</text>
2035</a>2002</a>
2036</g>2003</g>
2037<!-- 55&#45;&gt;libxslt -->2004<!-- 71&#45;&gt;libxslt -->
2038<g id="edge141" class="edge"><title>55-&gt;libxslt</title>2005<g id="edge149" class="edge"><title>71-&gt;libxslt</title>
2039<a xlink:title="FROM: http://www.zorba-xquery.com/modules/languages/xslt, TO: libxslt">2006<a xlink:title="FROM: http://www.zorba-xquery.com/modules/languages/xslt, TO: libxslt">
2040<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"/>2007<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"/>
2041<polygon fill="red" stroke="red" points="126.279,-331.132 123.043,-321.044 119.281,-330.948 126.279,-331.132"/>2008<polygon fill="red" stroke="red" points="610.417,-331.802 609.95,-321.218 603.715,-329.783 610.417,-331.802"/>
2042</a>2009</a>
2043</g>2010</g>
2044<!-- 48 -->2011<!-- 48 -->
2045<g id="node190" class="node"><title>48</title>2012<g id="node186" class="node"><title>48</title>
2046<a xlink:href="../zorba.io_modules_zorba-query.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/zorba-query">2013<a xlink:href="../zorba.io_modules_zorba-query.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/zorba-query">
2047<ellipse fill="white" stroke="white" cx="1320" cy="-701" rx="70.9184" ry="18.3848"/>2014<ellipse fill="white" stroke="white" cx="1848" cy="-701" rx="70.9184" ry="18.3848"/>
2048<text text-anchor="middle" x="1320" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">zorba-query</text>2015<text text-anchor="middle" x="1848" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">zorba-query</text>
2049</a>2016</a>
2050</g>2017</g>
2051<!-- 10 -->2018<!-- 10 -->
2052<g id="node197" class="node"><title>10</title>2019<g id="node193" class="node"><title>10</title>
2053<a xlink:href="../zorba.io_modules_datetime.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/datetime">2020<a xlink:href="../zorba.io_modules_datetime.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/datetime">
2054<ellipse fill="white" stroke="white" cx="3726" cy="-407" rx="55.1543" ry="18.3848"/>2021<ellipse fill="white" stroke="white" cx="3868" cy="-407" rx="55.1543" ry="18.3848"/>
2055<text text-anchor="middle" x="3726" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">datetime</text>2022<text text-anchor="middle" x="3868" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">datetime</text>
2056</a>2023</a>
2057</g>2024</g>
2058<!-- 1 -->2025<!-- 1 -->
2059<g id="node199" class="node"><title>1</title>2026<g id="node195" class="node"><title>1</title>
2060<a xlink:href="../zorba.io_modules_math.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/math">2027<a xlink:href="../zorba.io_modules_math.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/math">
2061<ellipse fill="white" stroke="white" cx="3610" cy="-407" rx="36.977" ry="18.3848"/>2028<ellipse fill="white" stroke="white" cx="3752" cy="-407" rx="36.977" ry="18.3848"/>
2062<text text-anchor="middle" x="3610" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>2029<text text-anchor="middle" x="3752" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">math</text>
2063</a>2030</a>
2064</g>2031</g>
2065<!-- 4 -->2032<!-- 4 -->
2066<g id="node203" class="node"><title>4</title>2033<g id="node199" class="node"><title>4</title>
2067<a xlink:href="../zorba.io_modules_string.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/string">2034<a xlink:href="../zorba.io_modules_string.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/string">
2068<ellipse fill="white" stroke="white" cx="3388" cy="-407" rx="39.0967" ry="18.3848"/>2035<ellipse fill="white" stroke="white" cx="3530" cy="-407" rx="39.0967" ry="18.3848"/>
2069<text text-anchor="middle" x="3388" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">string</text>2036<text text-anchor="middle" x="3530" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">string</text>
2070</a>2037</a>
2071</g>2038</g>
2072<!-- 41 -->2039<!-- 41 -->
2073<g id="node205" class="node"><title>41</title>2040<g id="node201" class="node"><title>41</title>
2074<a xlink:href="../zorba.io_modules_uri.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/uri">2041<a xlink:href="../zorba.io_modules_uri.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/uri">
2075<ellipse fill="white" stroke="white" cx="3298" cy="-407" rx="27" ry="18.3848"/>2042<ellipse fill="white" stroke="white" cx="3440" cy="-407" rx="27" ry="18.3848"/>
2076<text text-anchor="middle" x="3298" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">uri</text>2043<text text-anchor="middle" x="3440" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">uri</text>
2077</a>2044</a>
2078</g>2045</g>
2079<!-- 15 -->2046<!-- 15 -->
2080<g id="node208" class="node"><title>15</title>2047<g id="node204" class="node"><title>15</title>
2081<a xlink:href="../zorba.io_modules_item.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/item">2048<a xlink:href="../zorba.io_modules_item.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/item">
2082<ellipse fill="white" stroke="white" cx="3198" cy="-407" rx="33.234" ry="18.3848"/>2049<ellipse fill="white" stroke="white" cx="3340" cy="-407" rx="33.234" ry="18.3848"/>
2083<text text-anchor="middle" x="3198" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">item</text>2050<text text-anchor="middle" x="3340" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">item</text>
2084</a>2051</a>
2085</g>2052</g>
2086<!-- 40 -->2053<!-- 40 -->
2087<g id="node211" class="node"><title>40</title>2054<g id="node207" class="node"><title>40</title>
2088<a xlink:href="../zorba.io_modules_node.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/node">2055<a xlink:href="../zorba.io_modules_node.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/node">
2089<ellipse fill="white" stroke="white" cx="3090" cy="-407" rx="34.8574" ry="18.3848"/>2056<ellipse fill="white" stroke="white" cx="3232" cy="-407" rx="34.8574" ry="18.3848"/>
2090<text text-anchor="middle" x="3090" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node</text>2057<text text-anchor="middle" x="3232" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node</text>
2091</a>2058</a>
2092</g>2059</g>
2093<!-- 38 -->2060<!-- 38 -->
2094<g id="node213" class="node"><title>38</title>2061<g id="node209" class="node"><title>38</title>
2095<a xlink:href="../zorba.io_modules_node-position.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/node-position">2062<a xlink:href="../zorba.io_modules_node-position.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/node-position">
2096<ellipse fill="white" stroke="white" cx="2953" cy="-407" rx="77.7817" ry="18.3848"/>2063<ellipse fill="white" stroke="white" cx="3095" cy="-407" rx="77.7817" ry="18.3848"/>
2097<text text-anchor="middle" x="2953" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node-position</text>2064<text text-anchor="middle" x="3095" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">node-position</text>
2098</a>2065</a>
2099</g>2066</g>
2100<!-- 39 -->2067<!-- 39 -->
2101<g id="node215" class="node"><title>39</title>2068<g id="node211" class="node"><title>39</title>
2102<a xlink:href="../zorba.io_modules_reference.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/reference">2069<a xlink:href="../zorba.io_modules_reference.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/reference">
2103<ellipse fill="white" stroke="white" cx="2793" cy="-407" rx="57.9828" ry="18.3848"/>2070<ellipse fill="white" stroke="white" cx="2935" cy="-407" rx="57.9828" ry="18.3848"/>
2104<text text-anchor="middle" x="2793" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reference</text>2071<text text-anchor="middle" x="2935" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">reference</text>
2105</a>2072</a>
2106</g>2073</g>
2107<!-- 25 -->2074<!-- 25 -->
2108<g id="node220" class="node"><title>25</title>2075<g id="node216" class="node"><title>25</title>
2109<a xlink:href="../zorba.io_modules_sequence.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/sequence">2076<a xlink:href="../zorba.io_modules_sequence.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/sequence">
2110<ellipse fill="white" stroke="white" cx="2518" cy="-407" rx="56.7776" ry="18.3848"/>2077<ellipse fill="white" stroke="white" cx="2660" cy="-407" rx="56.7776" ry="18.3848"/>
2111<text text-anchor="middle" x="2518" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sequence</text>2078<text text-anchor="middle" x="2660" y="-403.4" font-family="Times Roman,serif" font-size="14.00" fill="red">sequence</text>
2112</a>2079</a>
2113</g>2080</g>
2114<!-- 5 -->2081<!-- 5 -->
2115<g id="node223" class="node"><title>5</title>2082<g id="node219" class="node"><title>5</title>
2116<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">2083<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">
2117<ellipse fill="white" stroke="white" cx="2395" cy="-701" rx="38.8909" ry="18.3848"/>2084<ellipse fill="white" stroke="white" cx="2080" cy="-701" rx="38.8909" ry="18.3848"/>
2118<text text-anchor="middle" x="2395" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">batch</text>2085<text text-anchor="middle" x="2080" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">batch</text>
2119</a>2086</a>
2120</g>2087</g>
2121<!-- 5&#45;&gt;9 -->2088<!-- 5&#45;&gt;9 -->
2122<g id="edge177" class="edge"><title>5-&gt;9</title>2089<g id="edge175" class="edge"><title>5-&gt;9</title>
2123<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.functx.com">2090<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.functx.com">
2124<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"/>2091<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"/>
2125<polygon fill="black" stroke="black" points="8600.36,-583.704 8609.99,-579.276 8599.7,-576.736 8600.36,-583.704"/>2092<polygon fill="black" stroke="black" points="1270.14,-594.904 1261.02,-589.513 1264.79,-599.415 1270.14,-594.904"/>
2126</a>2093</a>
2127</g>2094</g>
2128<!-- 5&#45;&gt;20 -->2095<!-- 5&#45;&gt;20 -->
2129<g id="edge179" class="edge"><title>5-&gt;20</title>2096<g id="edge177" class="edge"><title>5-&gt;20</title>
2130<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://expath.org/ns/file">2097<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://expath.org/ns/file">
2131<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"/>2098<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"/>
2132<polygon fill="black" stroke="black" points="8962.44,-436.141 8961.56,-425.582 8955.66,-434.382 8962.44,-436.141"/>2099<polygon fill="black" stroke="black" points="298.231,-435.071 293.46,-425.611 291.29,-435.981 298.231,-435.071"/>
2133</a>2100</a>
2134</g>2101</g>
2135<!-- 6 -->2102<!-- 6 -->
2136<g id="node225" class="node"><title>6</title>2103<g id="node221" class="node"><title>6</title>
2137<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">2104<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">
2138<ellipse fill="white" stroke="white" cx="2189" cy="-571" rx="33.9411" ry="18.3848"/>2105<ellipse fill="white" stroke="white" cx="2075" cy="-571" rx="33.9411" ry="18.3848"/>
2139<text text-anchor="middle" x="2189" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">html</text>2106<text text-anchor="middle" x="2075" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">html</text>
2140</a>2107</a>
2141</g>2108</g>
2142<!-- 5&#45;&gt;6 -->2109<!-- 5&#45;&gt;6 -->
2143<g id="edge185" class="edge"><title>5-&gt;6</title>2110<g id="edge183" class="edge"><title>5-&gt;6</title>
2144<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.zorba-xquery.com/modules/xqdoc/html">2111<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.zorba-xquery.com/modules/xqdoc/html">
2145<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"/>2112<path fill="none" stroke="black" d="M2079.28,-682.374C2078.45,-660.75 2077.07,-624.839 2076.1,-599.655"/>
2146<polygon fill="black" stroke="black" points="2200.48,-597.84 2193.95,-589.499 2193.86,-600.093 2200.48,-597.84"/>2113<polygon fill="black" stroke="black" points="2079.6,-599.449 2075.72,-589.591 2072.6,-599.718 2079.6,-599.449"/>
2147</a>2114</a>
2148</g>2115</g>
2149<!-- 7 -->2116<!-- 7 -->
2150<g id="node227" class="node"><title>7</title>2117<g id="node223" class="node"><title>7</title>
2151<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">2118<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">
2152<ellipse fill="white" stroke="white" cx="2286" cy="-571" rx="39.0967" ry="18.3848"/>2119<ellipse fill="white" stroke="white" cx="2172" cy="-571" rx="39.0967" ry="18.3848"/>
2153<text text-anchor="middle" x="2286" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">menu</text>2120<text text-anchor="middle" x="2172" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">menu</text>
2154</a>2121</a>
2155</g>2122</g>
2156<!-- 5&#45;&gt;7 -->2123<!-- 5&#45;&gt;7 -->
2157<g id="edge183" class="edge"><title>5-&gt;7</title>2124<g id="edge181" class="edge"><title>5-&gt;7</title>
2158<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.zorba-xquery.com/modules/xqdoc/menu">2125<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://www.zorba-xquery.com/modules/xqdoc/menu">
2159<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"/>2126<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"/>
2160<polygon fill="black" stroke="black" points="2301.6,-596.848 2294.08,-589.384 2295.3,-599.908 2301.6,-596.848"/>2127<polygon fill="black" stroke="black" points="2161.41,-599.568 2162.98,-589.09 2155.21,-596.301 2161.41,-599.568"/>
2161</a>2128</a>
2162</g>2129</g>
2163<!-- 47 -->2130<!-- 47 -->
2164<g id="node229" class="node"><title>47</title>2131<g id="node225" class="node"><title>47</title>
2165<a xlink:href="../zorba.io_modules_xqdoc.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/xqdoc">2132<a xlink:href="../zorba.io_modules_xqdoc.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/xqdoc">
2166<ellipse fill="white" stroke="white" cx="2395" cy="-571" rx="39.0967" ry="18.3848"/>2133<ellipse fill="white" stroke="white" cx="2274" cy="-571" rx="39.0967" ry="18.3848"/>
2167<text text-anchor="middle" x="2395" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqdoc</text>2134<text text-anchor="middle" x="2274" y="-567.4" font-family="Times Roman,serif" font-size="14.00" fill="red">xqdoc</text>
2168</a>2135</a>
2169</g>2136</g>
2170<!-- 5&#45;&gt;47 -->2137<!-- 5&#45;&gt;47 -->
2171<g id="edge181" class="edge"><title>5-&gt;47</title>2138<g id="edge179" class="edge"><title>5-&gt;47</title>
2172<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://zorba.io/modules/xqdoc">2139<a xlink:title="FROM: http://www.zorba-xquery.com/modules/xqdoc/batch, TO: http://zorba.io/modules/xqdoc">
2173<path fill="none" stroke="black" d="M2395,-682.374C2395,-660.75 2395,-624.839 2395,-599.655"/>2140<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"/>
2174<polygon fill="black" stroke="black" points="2398.5,-599.591 2395,-589.591 2391.5,-599.591 2398.5,-599.591"/>2141<polygon fill="black" stroke="black" points="2267.36,-599.978 2267.86,-589.395 2260.87,-597.356 2267.36,-599.978"/>
2175</a>2142</a>
2176</g>2143</g>
2177<!-- 47&#45;&gt;42 -->2144<!-- 47&#45;&gt;42 -->
2178<g id="edge221" class="edge"><title>47-&gt;42</title>2145<g id="edge219" class="edge"><title>47-&gt;42</title>
2179<a xlink:title="FROM: http://zorba.io/modules/xqdoc, TO: http://zorba.io/modules/fetch">2146<a xlink:title="FROM: http://zorba.io/modules/xqdoc, TO: http://zorba.io/modules/fetch">
2180<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"/>2147<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"/>
2181<polygon fill="black" stroke="black" points="8259.05,-436.043 8256.81,-425.688 8252.11,-435.18 8259.05,-436.043"/>2148<polygon fill="black" stroke="black" points="2032.19,-435.368 2027.39,-425.922 2025.25,-436.299 2032.19,-435.368"/>
2182</a>2149</a>
2183</g>2150</g>
2184<!-- 47&#45;&gt;23 -->2151<!-- 47&#45;&gt;23 -->
2185<g id="edge223" class="edge"><title>47-&gt;23</title>2152<g id="edge221" class="edge"><title>47-&gt;23</title>
2186<a xlink:title="FROM: http://zorba.io/modules/xqdoc, TO: http://zorba.io/modules/schema">2153<a xlink:title="FROM: http://zorba.io/modules/xqdoc, TO: http://zorba.io/modules/schema">
2187<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"/>2154<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"/>
2188<polygon fill="black" stroke="black" points="2657.25,-436.292 2657.35,-425.697 2650.66,-433.919 2657.25,-436.292"/>2155<polygon fill="black" stroke="black" points="2799.62,-436.041 2799.62,-425.446 2793.01,-433.729 2799.62,-436.041"/>
2189</a>2156</a>
2190</g>2157</g>
2191<!-- 101 -->2158<!-- 99 -->
2192<g id="node231" class="node"><title>101</title>2159<g id="node227" class="node"><title>99</title>
2193<a xlink:href="../zorba.io_errors.html" xlink:title="(Zorba-core) module uri=http://zorba.io/errors">2160<a xlink:href="../zorba.io_errors.html" xlink:title="(Zorba-core) module uri=http://zorba.io/errors">
2194<ellipse fill="white" stroke="white" cx="1153" cy="-701" rx="41.0122" ry="18.3848"/>2161<ellipse fill="white" stroke="white" cx="1681" cy="-701" rx="41.0122" ry="18.3848"/>
2195<text text-anchor="middle" x="1153" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>2162<text text-anchor="middle" x="1681" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">errors</text>
2196</a>2163</a>
2197</g>2164</g>
2198<!-- 102 -->2165<!-- 100 -->
2199<g id="node233" class="node"><title>102</title>2166<g id="node229" class="node"><title>100</title>
2200<a xlink:href="../zorba.io_warnings.html" xlink:title="(Zorba-core) module uri=http://zorba.io/warnings">2167<a xlink:href="../zorba.io_warnings.html" xlink:title="(Zorba-core) module uri=http://zorba.io/warnings">
2201<ellipse fill="white" stroke="white" cx="991" cy="-701" rx="56.0679" ry="18.3848"/>2168<ellipse fill="white" stroke="white" cx="1519" cy="-701" rx="56.0679" ry="18.3848"/>
2202<text text-anchor="middle" x="991" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">warnings</text>2169<text text-anchor="middle" x="1519" y="-697.4" font-family="Times Roman,serif" font-size="14.00" fill="red">warnings</text>
2203</a>2170</a>
2204</g>2171</g>
2205<!-- 18 -->2172<!-- 18 -->
2206<g id="node280" class="node"><title>18</title>2173<g id="node276" class="node"><title>18</title>
2207<ellipse fill="none" stroke="black" cx="9123" cy="-571" rx="27" ry="18.3848"/>2174<ellipse fill="none" stroke="black" cx="1393" cy="-571" rx="27" ry="18.3848"/>
2208<text text-anchor="middle" x="9123" y="-567.4" font-family="Times Roman,serif" font-size="14.00">18</text>2175<text text-anchor="middle" x="1393" y="-567.4" font-family="Times Roman,serif" font-size="14.00">18</text>
2209</g>2176</g>
2210<!-- 18&#45;&gt;21 -->2177<!-- 18&#45;&gt;21 -->
2211<g id="edge203" class="edge"><title>18-&gt;21</title>2178<g id="edge201" class="edge"><title>18-&gt;21</title>
2212<a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://jsoniq.org/functions">2179<a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://jsoniq.org/functions">
2213<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"/>2180<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"/>
2214<polygon fill="black" stroke="black" points="8746.21,-76.3632 8735.7,-77.6935 8744.75,-83.2083 8746.21,-76.3632"/>2181<polygon fill="black" stroke="black" points="7683.75,-72.5639 7693.75,-69.0531 7683.74,-65.564 7683.75,-72.5639"/>
2215</a>2182</a>
2216</g>2183</g>
2217<!-- 18&#45;&gt;42 -->2184<!-- 18&#45;&gt;42 -->
2218<g id="edge207" class="edge"><title>18-&gt;42</title>2185<g id="edge205" class="edge"><title>18-&gt;42</title>
2219<a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://zorba.io/modules/fetch">2186<a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://zorba.io/modules/fetch">
2220<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"/>2187<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"/>
2221<polygon fill="black" stroke="black" points="8263.96,-435.107 8259.23,-425.625 8257.01,-435.985 8263.96,-435.107"/>2188<polygon fill="black" stroke="black" points="2026.65,-436.221 2024.54,-425.838 2019.72,-435.269 2026.65,-436.221"/>
2222</a>2189</a>
2223</g>2190</g>
2224<!-- 19 -->2191<!-- 19 -->
2225<g id="node283" class="node"><title>19</title>2192<g id="node279" class="node"><title>19</title>
2226<ellipse fill="none" stroke="black" cx="9123" cy="-407" rx="27" ry="18.3848"/>2193<ellipse fill="none" stroke="black" cx="937" cy="-407" rx="27" ry="18.3848"/>
2227<text text-anchor="middle" x="9123" y="-403.4" font-family="Times Roman,serif" font-size="14.00">19</text>2194<text text-anchor="middle" x="937" y="-403.4" font-family="Times Roman,serif" font-size="14.00">19</text>
2228</g>2195</g>
2229<!-- 18&#45;&gt;19 -->2196<!-- 18&#45;&gt;19 -->
2230<g id="edge205" class="edge"><title>18-&gt;19</title>2197<g id="edge203" class="edge"><title>18-&gt;19</title>
2231<a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://jsound.io/modules/validate/map">2198<a xlink:title="FROM: http://jsound.io/modules/validate, TO: http://jsound.io/modules/validate/map">
2232<path fill="none" stroke="black" d="M9123,-552.187C9123,-523.641 9123,-469.174 9123,-435.674"/>2199<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"/>
2233<polygon fill="black" stroke="black" points="9126.5,-435.593 9123,-425.593 9119.5,-435.594 9126.5,-435.593"/>2200<polygon fill="black" stroke="black" points="941.31,-435.241 937.137,-425.503 934.326,-435.718 941.31,-435.241"/>
2234</a>2201</a>
2235</g>2202</g>
2236</g>2203</g>
22372204
=== modified file 'modules/atomic/string.xq'
--- modules/atomic/string.xq 2013-09-26 21:44:08 +0000
+++ modules/atomic/string.xq 2013-12-05 10:17:33 +0000
@@ -126,9 +126,6 @@
126 : @return a materialized string of its input or the input if the input126 : @return a materialized string of its input or the input if the input
127 : item was not a streamable string.127 : item was not a streamable string.
128 :128 :
129 : @see <a href="www.zorba-xquery.com_modules_string.html#is-streamable-1">string:is-streamable</a>
130 : @see <a href="expath.org_ns_file.html#read-text-1">file:read-text#1</a>
131 : @see <a href="expath.org_ns_file.html#read-text-2">file:read-text#2</a>
132 :)129 :)
133declare function string:materialize($s as string) as string external;130declare function string:materialize($s as string) as string external;
134131
135132
=== modified file 'modules/full-text/full-text.xq'
--- modules/full-text/full-text.xq 2013-09-26 23:15:11 +0000
+++ modules/full-text/full-text.xq 2013-12-05 10:17:33 +0000
@@ -23,7 +23,7 @@
23 : For general information about this implementation of the23 : For general information about this implementation of the
24 : <a href="http://www.w3.org/TR/xpath-full-text-10/">XQuery and XPath Full Text 1.0 specification</a>24 : <a href="http://www.w3.org/TR/xpath-full-text-10/">XQuery and XPath Full Text 1.0 specification</a>
25 : as well as instructions for building an installing a thesaurus,25 : as well as instructions for building an installing a thesaurus,
26 : see the <a href="../zorba/ft_thesaurus.html">Full Text Thesaurus documentation</a>.26 : see the <a href="http://zorba.io/documentation/latest/zorba/architecture/ft_intro">Full Text Thesaurus documentation</a>.
27 : <h2>Notes on languages</h2>27 : <h2>Notes on languages</h2>
28 : To refer to particular human languages,28 : To refer to particular human languages,
29 : uses either the29 : uses either the
@@ -328,7 +328,7 @@
328 : <h2>Notes on tokenization</h2>328 : <h2>Notes on tokenization</h2>
329 : For general information about the implementation of tokenization,329 : For general information about the implementation of tokenization,
330 : including what constitutes a token,330 : including what constitutes a token,
331 : see the <a href="../zorba/ft_tokenizer.html">Full Text Tokenizer</a> documentation.331 : see the <a href="http://zorba.io/pages/3.0/zorba/ft_tokenizer">Full Text Tokenizer</a> documentation.
332 : @author Paul J. Lucas332 : @author Paul J. Lucas
333 : @project Zorba/Full-Text/Full-Text333 : @project Zorba/Full-Text/Full-Text
334 :)334 :)
335335
=== modified file 'modules/http-client/xml/http-client.xq'
--- modules/http-client/xml/http-client.xq 2013-09-26 23:15:11 +0000
+++ modules/http-client/xml/http-client.xq 2013-12-05 10:17:33 +0000
@@ -79,7 +79,7 @@
79 : HTML to XHTML. The HTML module is supported by the Zorba team, but it is79 : HTML to XHTML. The HTML module is supported by the Zorba team, but it is
80 : not a "core module", meaning that it is not shipped with every Zorba80 : not a "core module", meaning that it is not shipped with every Zorba
81 : installation and may not be available. See81 : installation and may not be available. See
82 : <a href="http://www.zorba-xquery.com/site2/html/downloads.html">the Zorba downloads82 : <a href="http://zorba.io/download">the Zorba downloads
83 : page</a> for information about obtaining this module if you do not83 : page</a> for information about obtaining this module if you do not
84 : have it.</p>84 : have it.</p>
85 : 85 :
@@ -152,7 +152,7 @@
152 : <p>The full schema of this &lt;http-schema:response&gt; element is152 : <p>The full schema of this &lt;http-schema:response&gt; element is
153 : part of the <a href="http://expath.org/modules/http-client/">EXPath153 : part of the <a href="http://expath.org/modules/http-client/">EXPath
154 : HTTP Client module</a>. You can see the schema154 : HTTP Client module</a>. You can see the schema
155 : <a href="schemas/expath.org_ns_http-client.html">here</a>.</p>155 : <a href="http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/modules/http-client/xml/http-client.xsd" target="_blank">here</a>.</p>
156 : 156 :
157 : <p>Any items in function return values after the initial157 : <p>Any items in function return values after the initial
158 : &lt;http-schema:response&gt; element are the body/bodies of the HTTP158 : &lt;http-schema:response&gt; element are the body/bodies of the HTTP
159159
=== modified file 'modules/store/documents.xq'
--- modules/store/documents.xq 2013-10-30 19:03:26 +0000
+++ modules/store/documents.xq 2013-12-05 10:17:33 +0000
@@ -21,12 +21,13 @@
21 : are persisted in the store. Specifically, it contains functions21 : are persisted in the store. Specifically, it contains functions
22 : to put, remove, list, or retrieve documents.22 : to put, remove, list, or retrieve documents.
23 : <p/>23 : <p/>
24 : Please refer to <a href="../zorba/data_lifecycle.html">our documentation</a>24 : Please refer to
25 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">our documentation</a>
25 : for more information about the lifecycle management and manipulation of26 : for more information about the lifecycle management and manipulation of
26 : documents.27 : documents.
27 :28 :
28 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>29 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
29 : @see http://zorba.io/errors30 : @see http://zorba.io/modules/latest/zorba.io/errors
30 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis31 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
31 : @project Zorba/Data Store/Documents/Documents32 : @project Zorba/Data Store/Documents/Documents
32 :)33 :)
3334
=== modified file 'modules/store/dynamic/collections/ddl.xq'
--- modules/store/dynamic/collections/ddl.xq 2013-10-10 04:25:12 +0000
+++ modules/store/dynamic/collections/ddl.xq 2013-12-05 10:17:33 +0000
@@ -21,12 +21,12 @@
21 : and updatable collections.21 : and updatable collections.
22 : <p/>22 : <p/>
23 : Please refer to our documentation for23 : Please refer to our documentation for
24 : <a href="../zorba/data_lifecycle.html">more information</a>24 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">more information</a>
25 : about the lifecycle management and the manipulation of such collections.25 : about the lifecycle management and the manipulation of such collections.
26 :26 :
27 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>27 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
28 : @see http://zorba.io/modules/store/dynamic/collections/dml28 : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/dml
29 : @see http://zorba.io/errors29 : @see http://zorba.io/modules/latest/zorba.io/errors
30 :30 :
31 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis31 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
32 : @project Zorba/Data Store/Collections/Dynamic Data Definition32 : @project Zorba/Data Store/Collections/Dynamic Data Definition
3333
=== modified file 'modules/store/dynamic/collections/dml.xq'
--- modules/store/dynamic/collections/dml.xq 2013-10-10 00:05:44 +0000
+++ modules/store/dynamic/collections/dml.xq 2013-12-05 10:17:33 +0000
@@ -21,12 +21,12 @@
21 : and retrieve the items contained in a particular collection.21 : and retrieve the items contained in a particular collection.
22 : <p/>22 : <p/>
23 : Please refer to our documentation for23 : Please refer to our documentation for
24 : <a href="../zorba/data_lifecycle.html">more information</a>24 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">more information</a>
25 : about the lifecycle management and the manipulation of such collections.25 : about the lifecycle management and the manipulation of such collections.
26 : 26 :
27 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>27 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
28 : @see http://zorba.io/modules/store/dynamic/collections/ddl28 : @see http://zorba.io/modules/zorba.io/modules/store/dynamic/collections/ddl
29 : @see http://zorba.io/errors29 : @see http://zorba.io/modules/zorba.io/errors
30 :30 :
31 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis31 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
32 : @project Zorba/Data Store/Collections/Dynamic Data Manipulation32 : @project Zorba/Data Store/Collections/Dynamic Data Manipulation
3333
=== modified file 'modules/store/dynamic/collections/w3c/ddl.xq'
--- modules/store/dynamic/collections/w3c/ddl.xq 2013-10-10 00:05:44 +0000
+++ modules/store/dynamic/collections/w3c/ddl.xq 2013-12-05 10:17:33 +0000
@@ -25,15 +25,15 @@
25 : However, please note that we do not advise users to use collections25 : However, please note that we do not advise users to use collections
26 : identified by URIs.26 : identified by URIs.
27 : Instead, we refer to the27 : Instead, we refer to the
28 : <a href="../zorba/data_lifecycle.html">data lifecycle documentation</a>.28 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">data lifecycle documentation</a>.
29 : It gives an overview of several ways to work with collections, documents,29 : It gives an overview of several ways to work with collections, documents,
30 : and other data-structures.30 : and other data-structures.
31 :31 :
32 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>32 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
33 : @see http://zorba.io/modules/store/dynamic/collections/w3c/dml33 : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/w3c/dml
34 : @see http://zorba.io/modules/store/dynamic/collections/ddl34 : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/ddl
35 : @see http://zorba.io/modules/store/dynamic/collections/dml35 : @see http://zorba.io/modules/latest/zorba.io/modules/store/dynamic/collections/dml
36 : @see http://zorba.io/errors36 : @see http://zorba.io/modules/latest/zorba.io/errors
37 :37 :
38 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis38 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
39 : @project Zorba/Data Store/Collections/W3C Data Definition39 : @project Zorba/Data Store/Collections/W3C Data Definition
4040
=== modified file 'modules/store/static/collections/ddl.xq'
--- modules/store/static/collections/ddl.xq 2013-10-10 02:19:44 +0000
+++ modules/store/static/collections/ddl.xq 2013-12-05 10:17:33 +0000
@@ -22,20 +22,21 @@
22 : For example, it provides functions to create, delete, or introspect22 : For example, it provides functions to create, delete, or introspect
23 : collections.23 : collections.
24 : <p/>24 : <p/>
25 : This module is part of <a href="../zorba/xqddf.html">Zorba's XQuery Data25 : This module is part of
26 : Definition Facility</a>. All the collections managed by this module26 : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
27 : All the collections managed by this module
27 : have to be pre-declared in the prolog of a module. Please refer to the28 : have to be pre-declared in the prolog of a module. Please refer to the
28 : <a href="../zorba/data_lifecycle.html">general documentation</a>29 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
29 : for more information and examples.30 : for more information and examples.
30 :31 :
31 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>32 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
32 : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>33 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
33 : @see http://zorba.io/modules/store/static/collections/dml34 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
34 : @see http://zorba.io/modules/store/static/indexes/ddl35 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
35 : @see http://zorba.io/modules/store/static/indexes/dml36 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
36 : @see http://zorba.io/modules/store/static/integrity-constraints/ddl37 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
37 : @see http://zorba.io/modules/store/static/integrity-constraints/dml38 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
38 : @see http://zorba.io/errors39 : @see http://zorba.io/modules/latest/zorba.io/errors
39 :40 :
40 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis41 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
41 : @project Zorba/Data Store/Collections/Static Data Definition42 : @project Zorba/Data Store/Collections/Static Data Definition
4243
=== modified file 'modules/store/static/collections/dml.xq'
--- modules/store/static/collections/dml.xq 2013-10-17 00:54:35 +0000
+++ modules/store/static/collections/dml.xq 2013-12-05 10:17:33 +0000
@@ -21,21 +21,21 @@
21 : and retrieve the items contained in a particular collection.21 : and retrieve the items contained in a particular collection.
22 : <p/>22 : <p/>
23 : This module is part of23 : This module is part of
24 : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.24 : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
25 : All the collections managed by this module have to be pre-declared in the25 : All the collections managed by this module have to be pre-declared in the
26 : prolog of a module.26 : prolog of a module.
27 : Please refer to the27 : Please refer to the
28 : <a href="../zorba/data_lifecycle.html">general documentation</a>28 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
29 : for more information and examples.29 : for more information and examples.
30 :30 :
31 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>31 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
32 : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>32 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
33 : @see http://zorba.io/modules/store/static/collections/ddl33 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
34 : @see http://zorba.io/modules/store/static/indexes/ddl34 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
35 : @see http://zorba.io/modules/store/static/indexes/dml35 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
36 : @see http://zorba.io/modules/store/static/integrity-constraints/ddl36 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/ddl
37 : @see http://zorba.io/modules/store/static/integrity-constraints/dml37 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
38 : @see http://zorba.io/errors38 : @see http://zorba.io/modules/latest/zorba.io/errors
39 :39 :
40 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis40 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
41 : @project Zorba/Data Store/Collections/Static Data Manipulation41 : @project Zorba/Data Store/Collections/Static Data Manipulation
4242
=== modified file 'modules/store/static/indexes/ddl.xq'
--- modules/store/static/indexes/ddl.xq 2013-10-10 02:19:44 +0000
+++ modules/store/static/indexes/ddl.xq 2013-12-05 10:17:33 +0000
@@ -21,21 +21,21 @@
21 : declared in the prolog of a module.21 : declared in the prolog of a module.
22 : <p/>22 : <p/>
23 : This module is part of23 : This module is part of
24 : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.24 : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
25 : All the indexes managed by this module have to be pre-declared in the prolog25 : All the indexes managed by this module have to be pre-declared in the prolog
26 : of a module.26 : of a module.
27 : Please refer to the27 : Please refer to the
28 : <a href="../zorba/data_lifecycle.html">general documentation</a>28 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
29 : for more information and examples.29 : for more information and examples.
30 :30 :
31 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>31 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
32 : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>32 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
33 : @see http://zorba.io/modules/store/static/indexes/dml33 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
34 : @see http://zorba.io/modules/store/static/collections/dml34 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
35 : @see http://zorba.io/modules/store/static/collections/ddl35 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
36 : @see http://zorba.io/modules/store/static/integrity-constraints/ddl36 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/ddl
37 : @see http://zorba.io/modules/store/static/integrity-constraints/dml37 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
38 : @see http://zorba.io/errors38 : @see http://zorba.io/modules/latest/zorba.io/errors
39 :39 :
40 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis40 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
41 : @project Zorba/Data Store/Indexes/Static Data Definition41 : @project Zorba/Data Store/Indexes/Static Data Definition
4242
=== modified file 'modules/store/static/indexes/dml.xq'
--- modules/store/static/indexes/dml.xq 2013-10-10 02:19:44 +0000
+++ modules/store/static/indexes/dml.xq 2013-12-05 10:17:33 +0000
@@ -21,21 +21,21 @@
21 : declared in the prolog of a module.21 : declared in the prolog of a module.
22 : <p/>22 : <p/>
23 : This module is part of23 : This module is part of
24 : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.24 : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
25 : All the indexes managed by this module have to be pre-declared in the prolog25 : All the indexes managed by this module have to be pre-declared in the prolog
26 : of a library module.26 : of a library module.
27 : Please refer to the27 : Please refer to the
28 : <a href="../zorba/data_lifecycle.html">general documentation</a>28 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
29 : for more information and examples.29 : for more information and examples.
30 :30 :
31 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>31 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
32 : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>32 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
33 : @see http://zorba.io/modules/store/static/indexes/ddl33 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
34 : @see http://zorba.io/modules/store/static/collections/dml34 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
35 : @see http://zorba.io/modules/store/static/collections/ddl35 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
36 : @see http://zorba.io/modules/store/static/integrity-constraints/ddl36 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/ddl
37 : @see http://zorba.io/modules/store/static/integrity-constraints/dml37 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
38 : @see http://zorba.io/errors38 : @see http://zorba.io/modules/latest/zorba.io/errors
39 :39 :
40 : @author Zorba Team40 : @author Zorba Team
41 : @project Zorba/Data Store/Indexes/Static Data Manipulation41 : @project Zorba/Data Store/Indexes/Static Data Manipulation
4242
=== modified file 'modules/store/static/integrity-constraints/ddl.xq'
--- modules/store/static/integrity-constraints/ddl.xq 2013-10-10 02:19:44 +0000
+++ modules/store/static/integrity-constraints/ddl.xq 2013-12-05 10:17:33 +0000
@@ -23,21 +23,21 @@
23 : constraints.23 : constraints.
24 : <p/>24 : <p/>
25 : This module is part of25 : This module is part of
26 : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.26 : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
27 : All the integrity constraints managed by this module have to be pre-declared27 : All the integrity constraints managed by this module have to be pre-declared
28 : in the prolog of a module.28 : in the prolog of a module.
29 : Please refer to the29 : Please refer to the
30 : <a href="../zorba/data_lifecycle.html">general documentation</a>30 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
31 : for more information and examples.31 : for more information and examples.
32 :32 :
33 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>33 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
34 : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>34 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
35 : @see http://zorba.io/modules/store/static/collections/dml35 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
36 : @see http://zorba.io/modules/store/static/collections/ddl36 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
37 : @see http://zorba.io/modules/store/static/indexes/ddl37 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
38 : @see http://zorba.io/modules/store/static/indexes/dml38 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
39 : @see http://zorba.io/modules/store/static/integrity-constraints/dml39 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
40 : @see http://zorba.io/errors40 : @see http://zorba.io/modules/latest/zorba.io/errors
41 :41 :
42 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis42 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
43 : @project Zorba/Data Store/Integrity Constraints/Static Data Definition43 : @project Zorba/Data Store/Integrity Constraints/Static Data Definition
4444
=== modified file 'modules/store/static/integrity-constraints/dml.xq'
--- modules/store/static/integrity-constraints/dml.xq 2013-10-10 02:19:44 +0000
+++ modules/store/static/integrity-constraints/dml.xq 2013-12-05 10:17:33 +0000
@@ -22,21 +22,21 @@
22 : The integrity constraint needs to be declared in the prolog of a module.22 : The integrity constraint needs to be declared in the prolog of a module.
23 : <p/>23 : <p/>
24 : This module is part of24 : This module is part of
25 : <a href="../zorba/xqddf.html">Zorba's XQuery Data Definition Facility</a>.25 : <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">Zorba's XQuery Data Definition Facility</a>.
26 : All the integrity constraints managed by this module have to be pre-declared26 : All the integrity constraints managed by this module have to be pre-declared
27 : in the prolog of a module.27 : in the prolog of a module.
28 : Please refer to the28 : Please refer to the
29 : <a href="../zorba/data_lifecycle.html">general documentation</a>29 : <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">general documentation</a>
30 : for more information and examples.30 : for more information and examples.
31 :31 :
32 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>32 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
33 : @see <a href="../zorba/xqddf.html">XQuery Data Definition Facility</a>33 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/xqddf">XQuery Data Definition Facility</a>
34 : @see http://zorba.io/modules/store/static/integrity-constraints/dml34 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/integrity-constraints/dml
35 : @see http://zorba.io/modules/store/static/collections/dml35 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/dml
36 : @see http://zorba.io/modules/store/static/collections/ddl36 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/collections/ddl
37 : @see http://zorba.io/modules/store/static/indexes/ddl37 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/ddl
38 : @see http://zorba.io/modules/store/static/indexes/dml38 : @see http://zorba.io/modules/latest/zorba.io/modules/store/static/indexes/dml
39 : @see http://zorba.io/errors39 : @see http://zorba.io/modules/latest/zorba.io/errors
40 :40 :
41 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis41 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
42 : @project Zorba/Data Store/Integrity Constraints/Static Data Manipulation42 : @project Zorba/Data Store/Integrity Constraints/Static Data Manipulation
4343
=== modified file 'modules/structured-items/reference.xq'
--- modules/structured-items/reference.xq 2013-09-26 23:15:11 +0000
+++ modules/structured-items/reference.xq 2013-12-05 10:17:33 +0000
@@ -27,10 +27,10 @@
27 : identifier. A item, at any time during its lifetime, can be retrieved by its 27 : identifier. A item, at any time during its lifetime, can be retrieved by its
28 : identifier.28 : identifier.
29 :29 :
30 : <p>Please see the <a href="../zorba/data_lifecycle.html">data lifecycle30 : <p>Please see the <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">data lifecycle
31 : documentation</a> about details on storing items.</p>31 : documentation</a> about details on storing items.</p>
32 : 32 :
33 : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>33 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/data_lifecycle">Data Lifecycle</a>
34 :34 :
35 : @author Matthias Brantner35 : @author Matthias Brantner
36 : @project Zorba/XML and JSON Data Model/Node/Reference36 : @project Zorba/XML and JSON Data Model/Node/Reference
3737
=== modified file 'modules/uri/fetch.xq'
--- modules/uri/fetch.xq 2013-10-16 22:00:25 +0000
+++ modules/uri/fetch.xq 2013-12-05 10:17:33 +0000
@@ -22,7 +22,7 @@
22 :22 :
23 : <p>In order to retrieve such content, the functions use the23 : <p>In order to retrieve such content, the functions use the
24 : URI resolution and URL resolver process as documented at24 : URI resolution and URL resolver process as documented at
25 : <a href="../zorba/uriresolvers.html">25 : <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">
26 : URI Resolvers</a>.</p>26 : URI Resolvers</a>.</p>
27 :27 :
28 : @author Matthias Brantner28 : @author Matthias Brantner
@@ -52,8 +52,8 @@
52 : @error uri:URI_UNRESOLVED_OR_NOSTREAM if the URI could not be resolved52 : @error uri:URI_UNRESOLVED_OR_NOSTREAM if the URI could not be resolved
53 : or did not resolve to a <tt>StreamResource</tt>.53 : or did not resolve to a <tt>StreamResource</tt>.
54 :54 :
55 : @see <a href="../zorba/uriresolvers.html">URI Resolvers</a>.55 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">URI Resolvers</a>.
56 : @see <a href="../zorba/options_and_annotations.html">Documentation of Zorba's annotations</a>.56 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/options_and_annotations">Documentation of Zorba's annotations</a>.
57 :)57 :)
58declare %an:streamable function fetch:content($uri as xs:string) as xs:string58declare %an:streamable function fetch:content($uri as xs:string) as xs:string
59{59{
@@ -75,8 +75,8 @@
75 : @error uri:URI_NOT_RESOLVED_OR_NOSTREAM if the URI could not be resolved75 : @error uri:URI_NOT_RESOLVED_OR_NOSTREAM if the URI could not be resolved
76 : or did not resolve to a <tt>StreamResource</tt>.76 : or did not resolve to a <tt>StreamResource</tt>.
77 :77 :
78 : @see <a href="../zorba/uriresolvers.html">URI Resolvers</a>.78 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">URI Resolvers</a>.
79 : @see <a href="../zorba/options_and_annotations.html">Documentation of Zorba's annotations</a>.79 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/options_and_annotations">Documentation of Zorba's annotations</a>.
80 :)80 :)
81declare %an:streamable function fetch:content($uri as xs:string, $entity-kind as xs:string)81declare %an:streamable function fetch:content($uri as xs:string, $entity-kind as xs:string)
82as xs:string82as xs:string
@@ -99,8 +99,8 @@
99 : or did not resolve to a <tt>StreamResource</tt>.99 : or did not resolve to a <tt>StreamResource</tt>.
100 : @error uri:CHARSET_UNKNOWN if the given encoding is invalid or not supported.100 : @error uri:CHARSET_UNKNOWN if the given encoding is invalid or not supported.
101 :101 :
102 : @see <a href="../zorba/uriresolvers.html">URI Resolvers</a>.102 : @see <a href="http://zorba.io/documentation/latest/zorba/architecture/uriresolvers">URI Resolvers</a>.
103 : @see <a href="../zorba/options_and_annotations.html">Documentation of Zorba's annotations</a>.103 : @see <a href="http://zorba.io/documentation/latest/zorba/specifications/options_and_annotations">Documentation of Zorba's annotations</a>.
104 :)104 :)
105declare %an:streamable function fetch:content(105declare %an:streamable function fetch:content(
106 $uri as xs:string,106 $uri as xs:string,
107107
=== modified file 'modules/xqdoc/xqdoc.xq'
--- modules/xqdoc/xqdoc.xq 2013-10-16 21:47:22 +0000
+++ modules/xqdoc/xqdoc.xq 2013-12-05 10:17:33 +0000
@@ -54,7 +54,6 @@
54 : </p>54 : </p>
55 :55 :
56 : @see <a href="http://xqdoc.org/" target="_blank">xqDoc specification</a>56 : @see <a href="http://xqdoc.org/" target="_blank">xqDoc specification</a>
57 : @see <a href="http://www.zorba-xquery.com/tutorials/xqdoc.html" target="_blank">xqDoc tutorial with Zorba</a>
58 : @author Gabriel Petrovay57 : @author Gabriel Petrovay
59 : @project Zorba/XQDoc/XQDoc Core58 : @project Zorba/XQDoc/XQDoc Core
60 :59 :

Subscribers

People subscribed via source and target branches