Merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

Proposed by Chris Hillery
Status: Merged
Merged at revision: 11592
Proposed branch: lp:~zorba-coders/zorba/bug-1210410
Merge into: lp:zorba
Diff against target: 7115 lines (+697/-698)
486 files modified
CMakeCPackOptions.cmake.in (+2/-2)
ChangeLog (+6/-1)
NOTICE.xml (+1/-1)
README.txt (+1/-1)
bin/CMakeLists.txt (+1/-4)
bin/test/option.xq (+1/-1)
bin/zorbacmdproperties.txt (+1/-1)
bin/zorbacmdproperties_base.h (+2/-2)
cmake_modules/ZorbaModule.cmake (+1/-1)
config/fedora/zorba.spec.in (+1/-1)
doc/c/examples/ccontext.c (+11/-11)
doc/c/examples/csequences.c (+1/-1)
doc/c/manual/indexpage.dox (+1/-1)
doc/code/headers_svg/zorba_headers_dependencies.xqi (+2/-2)
doc/cxx/examples/context.cpp (+12/-12)
doc/cxx/examples/datamanager.cpp (+2/-2)
doc/cxx/examples/errors.cpp (+2/-2)
doc/cxx/examples/external_functions.cpp (+4/-4)
doc/cxx/examples/sax2.cpp (+1/-1)
doc/cxx/examples/simple.cpp (+1/-1)
doc/cxx/examples/uri_resolvers.cpp (+6/-6)
doc/python/examples/test0.xq (+1/-1)
doc/python/examples/test1.xq (+1/-1)
doc/python/examples/test4.xq (+1/-1)
doc/python/examples/test6.xq (+1/-1)
doc/xqj/examples/Test_Zorba.java (+1/-1)
doc/zorba/commandline.dox (+1/-1)
doc/zorba/data_lifecycle.dox (+1/-1)
doc/zorba/errors_warnings.dox (+1/-1)
doc/zorba/ft_thesaurus.dox (+1/-1)
doc/zorba/impl_dep_features.dox (+2/-2)
doc/zorba/link_crawler2.dox (+3/-3)
doc/zorba/modules_authoring.dox (+6/-6)
doc/zorba/modules_authoring_2.dox (+11/-11)
doc/zorba/options.dox (+17/-17)
doc/zorba/scripting.dox (+1/-1)
doc/zorba/scripting_spec.html (+1/-1)
doc/zorba/web_crawler.dox (+2/-2)
doc/zorba/xqddf.dox (+2/-2)
doc/zorba/xqdoc/src/xqdoc-html.xq (+1/-1)
doc/zorba/xqdoc/src/xqdoc-html.xqy (+1/-1)
doc/zorba/xqdoc/src/zorba_module_dependencies.xqy (+3/-3)
include/zorba/static_context.h (+2/-2)
modules/atomic/base64.xq (+1/-1)
modules/atomic/math.xq (+1/-1)
modules/atomic/random.xq (+2/-2)
modules/atomic/string.xq (+1/-1)
modules/com/zorba-xquery/www/modules/datetime.xq (+2/-2)
modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq (+1/-1)
modules/com/zorba-xquery/www/modules/fetch.xq (+2/-2)
modules/com/zorba-xquery/www/modules/introspection/sctx.xq (+1/-1)
modules/com/zorba-xquery/www/modules/item.xq (+1/-1)
modules/com/zorba-xquery/www/modules/node.xq (+1/-1)
modules/com/zorba-xquery/www/modules/reflection.xq (+2/-2)
modules/com/zorba-xquery/www/modules/schema.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq (+1/-1)
modules/com/zorba-xquery/www/modules/uri.xq (+1/-1)
modules/com/zorba-xquery/www/modules/xqdoc.xq (+2/-2)
modules/com/zorba-xquery/www/modules/xqdoc/batch.xq (+4/-4)
modules/com/zorba-xquery/www/modules/xqdoc/html.xq (+5/-5)
modules/com/zorba-xquery/www/modules/xqdoc/menu.xq (+1/-1)
modules/full-text/full-text.xq (+1/-1)
modules/functx/CMakeLists.txt (+1/-1)
modules/functx/functx.xq (+1/-1)
modules/http-client/conv/http-client-wrapper.xq (+2/-2)
modules/http-client/json/http-client.xq (+2/-2)
modules/http-client/xml/http-client.xq (+2/-2)
modules/json/json-xml.xq (+1/-1)
modules/org/expath/ns/file.xq (+2/-2)
modules/org/jsoniq/www/function-library.xq (+1/-1)
modules/org/jsoniq/www/functions.xq (+1/-1)
modules/structured-items/node-position.xq (+1/-1)
modules/structured-items/reference.xq (+1/-1)
modules/xml/xml.xq (+1/-1)
modules/xqxq/xqxq.xq (+4/-4)
scripts/check_apache_license.xq (+4/-4)
scripts/notice-generator.xq.in (+2/-2)
scripts/sanity_checks/conformance_xqftts.xqi (+2/-2)
scripts/sanity_checks/conformance_xqts.xqi (+2/-2)
scripts/sanity_checks/conformance_xquts.xqi (+2/-2)
src/context/default_uri_mappers.cpp (+7/-1)
src/context/root_static_context.cpp (+1/-1)
src/context/static_context.cpp (+14/-20)
src/functions/func_var_decl.cpp (+1/-1)
src/functions/pregenerated/func_booleans.cpp (+3/-3)
src/functions/pregenerated/func_fn_hof_functions.cpp (+1/-1)
src/functions/pregenerated/func_jsoniq_functions.cpp (+11/-11)
src/functions/pregenerated/func_other_diagnostics.cpp (+2/-2)
src/functions/pregenerated/func_qnames.cpp (+1/-1)
src/functions/pregenerated/func_random.cpp (+1/-1)
src/functions/pregenerated/func_sequences.cpp (+13/-13)
src/functions/pregenerated/func_strings.cpp (+2/-2)
src/runtime/spec/mappings.xml (+9/-9)
src/runtime/spec/plan_iter_visitor_h.xq (+1/-1)
src/runtime/spec/printer_visitor_cpp.xq (+1/-1)
src/runtime/spec/printer_visitor_h.xq (+1/-1)
src/zorbamisc/ns_consts.h (+7/-10)
src/zorbatypes/collation_manager.h (+2/-2)
swig/StaticContext.h (+2/-2)
swig/xqj/managers/module2.xq (+1/-1)
swig/xqj/managers/module3.xq (+1/-1)
test/driver/testdriver.cpp (+2/-2)
test/driver/testdriver_common.cpp (+1/-1)
test/driver/testdriver_mt.cpp (+1/-1)
test/driver/updtestdriver.cpp (+2/-2)
test/extern/nondeterm-1.xq (+1/-1)
test/extern/nondeterm-2.xq (+1/-1)
test/extern/nondeterm-3.xq (+1/-1)
test/extern/nondeterm-4.xq (+1/-1)
test/extern/nondeterm-5.xq (+1/-1)
test/extern/nondeterm-6.xq (+1/-1)
test/extern/nondeterm-7.xq (+1/-1)
test/extern/nondeterm-8.xq (+1/-1)
test/extern/nondeterm-9.xq (+1/-1)
test/fots_driver/environment.xq (+1/-1)
test/fots_driver/evaluate.xq (+1/-1)
test/fots_driver/execute.xq (+5/-5)
test/fots_driver/feedback.xq (+1/-1)
test/fots_driver/fots-driver.xq (+2/-2)
test/fots_driver/reporting.xq (+2/-2)
test/fots_driver/tools/process.xq (+1/-1)
test/fots_driver/util.xq (+3/-3)
test/rbkt/ExpQueryResults/zorba/fetch/fetch_module1.xml.res (+1/-1)
test/rbkt/ExpQueryResults/zorba/fetch/fetch_module2.xml.res (+1/-1)
test/rbkt/ExpQueryResults/zorba/xqdoc/collindex.xml.res (+2/-2)
test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res (+1/-1)
test/rbkt/ExpQueryResults/zorba/xqdoc/no_global_var.xml.res (+1/-1)
test/rbkt/Queries/zorba/HigherOrder/hof-020.xq (+1/-1)
test/rbkt/Queries/zorba/HigherOrder/hof-022.xq (+2/-2)
test/rbkt/Queries/zorba/HigherOrder/hof-101.xq (+1/-1)
test/rbkt/Queries/zorba/HigherOrder/hof-102.xq (+1/-1)
test/rbkt/Queries/zorba/HigherOrder/hof-103.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-05.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-06.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-07.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-10.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-11.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-12.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-13.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-14.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-err-22.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-literals-01.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-literals-02.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-literals-03.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-literals-04.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-unknown-02.xq (+2/-2)
test/rbkt/Queries/zorba/annotations/annot-unknown-03.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-unknown-04.xq (+2/-2)
test/rbkt/Queries/zorba/annotations/annot-unknown-05.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-var-assignable-01.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-var-assignable-02.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.xq (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.xq (+1/-1)
test/rbkt/Queries/zorba/block/block_and_type.xq (+1/-1)
test/rbkt/Queries/zorba/block/declare_variable.xq (+1/-1)
test/rbkt/Queries/zorba/block/local_var1.xq (+1/-1)
test/rbkt/Queries/zorba/block/local_var2.xq (+1/-1)
test/rbkt/Queries/zorba/block/local_var3.xq (+1/-1)
test/rbkt/Queries/zorba/block/local_var4.xq (+1/-1)
test/rbkt/Queries/zorba/block/local_var5.xq (+1/-1)
test/rbkt/Queries/zorba/block/no_hoisting_of_seq_return.xq (+1/-1)
test/rbkt/Queries/zorba/block/seq_func1.xq (+1/-1)
test/rbkt/Queries/zorba/block/seq_func2.xq (+1/-1)
test/rbkt/Queries/zorba/block/set2.xq (+1/-1)
test/rbkt/Queries/zorba/block/set3.xq (+1/-1)
test/rbkt/Queries/zorba/collections/availability.xq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_001/q1.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_001/q2.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_001/q3.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_002/q1.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_002/q2.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_003/q1.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_003/q2.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_004/q1.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_004/q2.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_005/q1.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_010/q1.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_010/q2.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q1.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q2.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.cxq (+1/-1)
test/rbkt/Queries/zorba/collections/collection_001.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/collection_available_check.xq (+1/-1)
test/rbkt/Queries/zorba/collections/collection_known_check.xq (+1/-1)
test/rbkt/Queries/zorba/collections/collections.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/create_collection.xq (+1/-1)
test/rbkt/Queries/zorba/collections/create_collision.xq (+1/-1)
test/rbkt/Queries/zorba/collections/delete_collection.xq (+1/-1)
test/rbkt/Queries/zorba/collections/edit/collection_with_index.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/edit/collection_with_type.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/inconsistency_1.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/inconsistency_2.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/inconsistency_3.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/index_of_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/index_of_3.xq (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_at_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_at_4.xq (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first.xq (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last.xq (+1/-1)
test/rbkt/Queries/zorba/collections/modifier_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/modifier_1.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/modifier_2.xq (+1/-1)
test/rbkt/Queries/zorba/collections/modifier_3.xq (+1/-1)
test/rbkt/Queries/zorba/collections/modifier_3.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/no_copy_01.xq (+1/-1)
test/rbkt/Queries/zorba/collections/node_type.xq (+1/-1)
test/rbkt/Queries/zorba/collections/node_type.xqdata (+1/-1)
test/rbkt/Queries/zorba/collections/paging_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/paging_2.xq (+1/-1)
test/rbkt/Queries/zorba/collections/paging_3.xq (+1/-1)
test/rbkt/Queries/zorba/collections/paging_4.xq (+1/-1)
test/rbkt/Queries/zorba/collections/paging_5.xq (+1/-1)
test/rbkt/Queries/zorba/collections/q1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/q12.xq (+1/-1)
test/rbkt/Queries/zorba/collections/remove_node_at_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/remove_node_at_border.xq (+1/-1)
test/rbkt/Queries/zorba/collections/remove_nodes_1.xq (+1/-1)
test/rbkt/Queries/zorba/file/common.xqlib (+1/-1)
test/rbkt/Queries/zorba/file/copy.xqlib (+1/-1)
test/rbkt/Queries/zorba/file/createWriteReadDeleteSeries.xq (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-1.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-10.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-2.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-3.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-4.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-5.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-6.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-7.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-8.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-9.xqlib (+1/-1)
test/rbkt/Queries/zorba/functx/functx-x-call.xq (+1/-1)
test/rbkt/Queries/zorba/functx/substring-before-last.xq (+1/-1)
test/rbkt/Queries/zorba/groupby/collation01.xq (+2/-2)
test/rbkt/Queries/zorba/groupby/groupby31.xq (+1/-1)
test/rbkt/Queries/zorba/index/auctions_module1.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/auto_idx_01.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/available.xq (+1/-1)
test/rbkt/Queries/zorba/index/count.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/declare_index/declare_01.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/declare_index/declare_02.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/declare_index/declare_03.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/declare_index/declare_04.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/declare_index/declare_05.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/declared.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/delete_from_collection_01.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/error_module1.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/error_module2.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/error_module3.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/index_does_not_exist.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/keys_mod.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_01.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_02.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_03.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_04.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_05.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_06.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_07.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_08.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_09.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_10.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_veq_11.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_01.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_02.xq (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_02.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_02a.xq (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_02b.xq (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_03.xq (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_03.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_04.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_05.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/match_vrange_06.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/multi_key_01.xq (+1/-1)
test/rbkt/Queries/zorba/index/multi_key_01.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/multi_key_02.xq (+1/-1)
test/rbkt/Queries/zorba/index/multi_key_02.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/numbers.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/paging.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/remove_collection_with_index.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/undo2.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/undo4.xqlib (+1/-1)
test/rbkt/Queries/zorba/index/unique.xqlib (+1/-1)
test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-no-index.xqlib (+1/-1)
test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index-and-xml.xqlib (+1/-1)
test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index.xqlib (+1/-1)
test/rbkt/Queries/zorba/jsoniq/dataguide.xq (+1/-1)
test/rbkt/Queries/zorba/jsoniq/dataguide1.jq (+1/-1)
test/rbkt/Queries/zorba/misc/guestbook.xqlib (+1/-1)
test/rbkt/Queries/zorba/modules/schema1-lib1.xqlib (+1/-1)
test/rbkt/Queries/zorba/modules/schema1-lib2.xqlib (+1/-1)
test/rbkt/Queries/zorba/no-copy/baseuri.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/dataguide-c.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/dataguide-nc.xq (+2/-2)
test/rbkt/Queries/zorba/no-copy/dataguide2-c.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/dataguide2-nc.xq (+4/-4)
test/rbkt/Queries/zorba/no-copy/dblp-q0.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/eval12.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/eval15.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-9065.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-9198.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-9199.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-9212.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-9389.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-9390.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-9392.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-gary1.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-idx1.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-idx4.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/hashjoin-q8.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/node-copy-01.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/node-copy-02.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/node-copy-03.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/path17.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q1.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q10.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q11.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q12.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q13.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q14.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q15.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q16.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q17.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q18.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q19.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q2.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q20.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q21.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q3.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q4.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q5.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q6.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q7.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q8.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/q9.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/recursive_01.xq (+4/-4)
test/rbkt/Queries/zorba/no-copy/ser_01.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/ser_02.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/ser_03.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/test2.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/test4.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/test5.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/test6.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/udfs1.xq (+1/-1)
test/rbkt/Queries/zorba/no-copy/udfs2.xq (+1/-1)
test/rbkt/Queries/zorba/nondeterministic/datetime.xq (+1/-1)
test/rbkt/Queries/zorba/options/unknown_1.xq (+1/-1)
test/rbkt/Queries/zorba/parser/syntax-errors/missing-comma-02.xq (+1/-1)
test/rbkt/Queries/zorba/parser/syntax-errors/missing-semicolon-05.xq (+1/-1)
test/rbkt/Queries/zorba/reference/collections.xqdata (+1/-1)
test/rbkt/Queries/zorba/reference/json-reference_3.xq (+1/-1)
test/rbkt/Queries/zorba/reference/json-reference_4.xq (+1/-1)
test/rbkt/Queries/zorba/reference/json-reference_5.xq (+1/-1)
test/rbkt/Queries/zorba/reference/reference_coll_1.xq (+1/-1)
test/rbkt/Queries/zorba/reference/reference_coll_2.xq (+1/-1)
test/rbkt/Queries/zorba/reference/reference_coll_3.xq (+1/-1)
test/rbkt/Queries/zorba/reference/reference_coll_4.xq (+1/-1)
test/rbkt/Queries/zorba/reference/reference_coll_5.xq (+1/-1)
test/rbkt/Queries/zorba/schemas/is-validated.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/disable_scripting.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/exit1.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/exit5.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/exit6.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/exit7.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor1.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor12.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor15.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor2.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor3.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor4.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor5.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor6.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/gflwor1.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/gflwor2.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/local_vars3.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/nonsequential1.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/nonsequential2.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/nonsequential3.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/q1.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/q2.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/q3.xq (+1/-1)
test/rbkt/Queries/zorba/scripting/udf1.xq (+1/-1)
test/rbkt/Queries/zorba/sequences/seq66.xq (+1/-1)
test/rbkt/Queries/zorba/sequences/seq68.xq (+1/-1)
test/rbkt/Queries/zorba/spec/xquery_1_0.xq (+1/-1)
test/rbkt/Queries/zorba/spec/xquery_3_0.xq (+1/-1)
test/rbkt/Queries/zorba/spec/xquery_spec.xqi (+1/-1)
test/rbkt/Queries/zorba/store/documents.xq (+1/-1)
test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm (+3/-3)
test/rbkt/Queries/zorba/string/ContainsFunc/ContainsFunc4.xq (+1/-1)
test/rbkt/Queries/zorba/string/Regex/regex_a10.xq (+1/-1)
test/rbkt/Queries/zorba/string/Regex/regex_a11.xq (+1/-1)
test/rbkt/Queries/zorba/trycatch/trycatch14.xq (+1/-1)
test/rbkt/Queries/zorba/trycatch/trycatch15.xq (+1/-1)
test/rbkt/Queries/zorba/udf/cache_01.xq (+1/-1)
test/rbkt/Queries/zorba/updates/flwor1.xq (+1/-1)
test/rbkt/Queries/zorba/updates/upd14.xq (+1/-1)
test/rbkt/Queries/zorba/uris/disable-http-2.spec (+1/-1)
test/rbkt/Queries/zorba/uris/disable-http-3.spec (+1/-1)
test/rbkt/Queries/zorba/uris/disable-http-5.xq (+1/-1)
test/rbkt/Queries/zorba/uris/disable-http.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version1.xq (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version2.xq (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version3.xq (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version4.xq (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version5.xq (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version6.xq (+1/-1)
test/rbkt/Queries/zorba/xqddf/admin.xq (+1/-1)
test/rbkt/Queries/zorba/xqddf/daniel/xqddf_prolog.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/default.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/error_01.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/error_02.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/error_03.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/news-data.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/test1_mod2.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/test2.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/test3.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/test4.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqddf/test5.xqlib (+2/-2)
test/rbkt/Queries/zorba/xqdoc/basic.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/basic_options.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/collindex.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/collindex.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqdoc/content.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/content_options.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/content_with_error.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/local.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/local.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq (+4/-4)
test/rbkt/Queries/zorba/xqdoc/no_global_var.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/no_global_var.xqlib (+1/-1)
test/rbkt/Queries/zorba/xqdoc/testSchemaTypes.xq (+1/-1)
test/rbkt/Queries/zorba/xqdoc/unorderedAnnotations.xq (+1/-1)
test/rbkt/Queries/zorba/xqxq/error-in-query.xq (+2/-2)
test/rbkt/Queries/zorba/xqxq/evaluate-sequential.xq (+1/-1)
test/rbkt/Queries/zorba/xqxq/evaluate-updating2.xq (+1/-1)
test/rbkt/Queries/zorba/xqxq/evaluate3.xq (+1/-1)
test/rbkt/Queries/zorba/xqxq/is-sequential.xq (+1/-1)
test/rbkt/Queries/zorba/xqxq/is-updating.xq (+1/-1)
test/rbkt/Queries/zorba/xqxq/query-plan2.xq (+3/-3)
test/rbkt/Queries/zorba/xqxq/query-plan3.xq (+2/-2)
test/rbkt/Queries/zorba/xqxq/query-plan4.xq (+2/-2)
test/rbkt/Queries/zorba/xqxq/uri-mapper.xq (+2/-2)
test/rbkt/Queries/zorba/xqxq/uri-mapper2.xq (+2/-2)
test/rbkt/Queries/zorba/xqxq/url-module-resolver.xq (+3/-3)
test/rbkt/Queries/zorba/xqxq/url-schema-resolver.xq (+2/-2)
test/rbkt/Queries/zorba/xqxq/url-schema-resolver2.xq (+2/-2)
test/rbkt/Queries/zorba/xqxq/url-schema-resolver3.xq (+2/-2)
test/rbkt/modules/CMakeLists.txt (+1/-1)
test/rbkt/modules/bad-ver.xq (+1/-1)
test/rbkt/modules/check_manifest.xq (+1/-1)
test/rbkt/modules/ext.xq (+1/-1)
test/rbkt/modules/ext2.xq (+1/-1)
test/rbkt/modules/link.xq (+1/-1)
test/rbkt/modules/manifest.xsd (+2/-2)
test/rbkt/modules/module-A.xq (+1/-1)
test/rbkt/modules/module-B.xq (+1/-1)
test/rbkt/modules/schema.xq (+1/-1)
test/rbkt/modules/ver.xq (+1/-1)
test/rbkt/modules/ver2.xq (+1/-1)
test/unit/collection1.xq (+1/-1)
test/unit/collection1.xqlib (+1/-1)
test/unit/collection2.xq (+1/-1)
test/unit/collection2.xqlib (+1/-1)
test/unit/cxx_api_ch1.xq (+1/-1)
test/unit/guestbook.xq (+1/-1)
test/unit/main_sequential.xqlib (+1/-1)
test/unit/mini_audit.xq (+1/-1)
test/unit/mini_http.xq (+1/-1)
test/unit/module2.xq (+1/-1)
test/unit/module3.xq (+1/-1)
test/unit/module6.xq (+1/-1)
test/update/Queries/zorba/store/sc1_ex1.xqlib (+1/-1)
test/zperf/src/start.xq (+1/-1)
test/zperf/src/timings.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1210410
Reviewer Review Type Date Requested Status
Sorin Marian Nasoi Approve
Chris Hillery Approve
Review via email: mp+179358@code.launchpad.net

Commit message

Change most non-module Zorba namespace URIs from www.zorba-xquery.com to zorba.io. Also replace functx module URI with correct version (no trailing slash).

Description of the change

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
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/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179366
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179375
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

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/bug-1210410/+merge/179358

Stage "ZorbaVQ" failed.

Check console output at http://jenkins.lambda.nu/job/ZorbaVQ/257/console 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/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

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/bug-1210410/+merge/179358

Stage "ZorbaVQ" failed.

Check console output at http://jenkins.lambda.nu/job/ZorbaVQ/258/console 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/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

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/bug-1210410/+merge/179358

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

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

lp:~zorba-coders/zorba/bug-1210410 updated
11598. By Chris Hillery

Slightly more specific check for empty paths.

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/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

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

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

Voting criteria failed for the following merge proposals:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394 :
Votes: {'Approve': 1}

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

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358

Stage "CommitZorba" failed.

Check console output at http://jenkins.lambda.nu/job/CommitZorba/113/console to view the results.

Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
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/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

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

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

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeCPackOptions.cmake.in'
2--- CMakeCPackOptions.cmake.in 2013-04-12 22:47:51 +0000
3+++ CMakeCPackOptions.cmake.in 2013-08-09 11:00:15 +0000
4@@ -23,8 +23,8 @@
5 # for Windows Null Soft Installer System ...
6 if(CPACK_GENERATOR MATCHES "NSIS")
7 SET(CPACK_NSIS_DISPLAY_NAME "Zorba XQuery Processor ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
8- SET(CPACK_NSIS_HELP_LINK "http:\\\\http://www.zorba-xquery.org/")
9- SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\http://www.zorba-xquery.org/")
10+ SET(CPACK_NSIS_HELP_LINK "http:\\\\http://www.zorba.io/")
11+ SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\http://www.zorba.io/")
12 SET(CPACK_NSIS_CONTACT "info@flworfound.org")
13
14 SET(CPACK_NSIS_CREATE_ICONS_EXTRA "
15
16=== modified file 'ChangeLog'
17--- ChangeLog 2013-08-02 17:36:56 +0000
18+++ ChangeLog 2013-08-09 11:00:15 +0000
19@@ -3,10 +3,15 @@
20
21 version 3.0
22
23+New Naming:
24+ * All modules, annotations, options, collations, pragmas, and other
25+ namespace URIs changed from http://www.zorba-xquery.com/
26+ to http://zorba.io/ .
27+
28 New Features:
29 * The grouping variable in a group by clause is now optional
30 * New syntax for array lookup: expr1[[expr2]]
31-
32+
33 Optimizations:
34 * Implemented hoisting optimization for general FLWOR.
35 * Implemented flwor-merge optimization for general FLWOR.
36
37=== modified file 'NOTICE.xml'
38--- NOTICE.xml 2013-02-07 17:24:36 +0000
39+++ NOTICE.xml 2013-08-09 11:00:15 +0000
40@@ -1,5 +1,5 @@
41 <?xml version="1.0" encoding="utf-8"?>
42-<notice xmlns="http://www.zorba-xquery.com/notice">
43+<notice xmlns="http://zorba.io/notice">
44 <master-license>
45 <license>Apache 2</license>
46 <text>
47
48=== modified file 'README.txt'
49--- README.txt 2013-02-07 17:24:36 +0000
50+++ README.txt 2013-08-09 11:00:15 +0000
51@@ -5,7 +5,7 @@
52 The Latest Version
53 ------------------
54
55- The latest version can be found at http://www.zorba-xquery.org/.
56+ The latest version can be found at http://www.zorba.io/.
57
58 Documentation
59 -------------
60
61=== modified file 'bin/CMakeLists.txt'
62--- bin/CMakeLists.txt 2013-05-24 00:27:45 +0000
63+++ bin/CMakeLists.txt 2013-08-09 11:00:15 +0000
64@@ -61,9 +61,6 @@
65 ZORBA_ADD_TEST(bin/zorba_f1 zorbacmd blub.xq)
66 ZORBA_SET_TEST_PROPERTY(bin/zorba_f1 PASS_REGULAR_EXPRESSION ".*file {blub.xq} not found or not readable.*")
67
68-ZORBA_ADD_TEST(bin/zorba_f2 zorbacmd "${CMAKE_CURRENT_SOURCE_DIR}/test/option.xq" --option "{http://www.zorba-xquery.com}option=highly_unique")
69-ZORBA_SET_TEST_PROPERTY(bin/zorba_f2 PASS_REGULAR_EXPRESSION "highly_unique")
70-
71 ZORBA_ADD_TEST(bin/zorba1 zorbacmd --omit-xml-declaration -q "1+1")
72 ZORBA_SET_TEST_PROPERTY(bin/zorba1 PASS_REGULAR_EXPRESSION "2")
73
74@@ -99,7 +96,7 @@
75 ZORBA_SET_TEST_PROPERTY(bin/zorba_compilechk3 PASS_REGULAR_EXPRESSION ".*XQST0046.*mymod2.xq.*line-begin=['\"]17['\"] column-begin=['\"]1['\"] line-end=['\"]17['\"] column-end=['\"]26['\"].*")
76
77 # test the --option option to set an option in the static context
78-ZORBA_ADD_TEST(bin/zorba_option zorbacmd -q "${CMAKE_CURRENT_SOURCE_DIR}/test/option.xq" -f --option "{http://www.zorba-xquery.com}option=value")
79+ZORBA_ADD_TEST(bin/zorba_option zorbacmd -q "${CMAKE_CURRENT_SOURCE_DIR}/test/option.xq" -f --option "{http://zorba.io/}option=value")
80 ZORBA_SET_TEST_PROPERTY(bin/zorba_option PASS_REGULAR_EXPRESSION "value")
81
82 # test the --uri-path, --lib-path, and --module-path args.
83
84=== modified file 'bin/test/option.xq'
85--- bin/test/option.xq 2013-02-07 17:24:36 +0000
86+++ bin/test/option.xq 2013-08-09 11:00:15 +0000
87@@ -16,4 +16,4 @@
88
89 import module namespace i = "http://www.zorba-xquery.com/modules/introspection/sctx";
90
91-i:option(fn:QName("http://www.zorba-xquery.com", "option"))
92+i:option(fn:QName("http://zorba.io/", "option"))
93
94=== modified file 'bin/zorbacmdproperties.txt'
95--- bin/zorbacmdproperties.txt 2013-02-07 17:24:36 +0000
96+++ bin/zorbacmdproperties.txt 2013-08-09 11:00:15 +0000
97@@ -32,7 +32,7 @@
98 ("lib-path", po::value<std::string>(), "Library path (list of directories) where Zorba will look for dynamic libraries (e.g., module external function implementations.")
99 ("module-path", po::value<std::string>(), "Path (list of directories) to add to both the URI and Library paths.")
100 ("classpath", po::value<std::string>(), "JVM classpath to be used by modules using Java implementations")
101-("option", po::value<std::vector<std::string> >(), "Set an XQuery option in the static context. The QName of the option is passed as a string in the notation by James Clark (i.e. {namespace}localname). For example, --option {http://www.zorba-xquery.com}option=value").
102+("option", po::value<std::vector<std::string> >(), "Set an XQuery option in the static context. The QName of the option is passed as a string in the notation by James Clark (i.e. {namespace}localname). For example, --option {http://zorba.io/}option=value").
103 ("trailing-nl", "Output a trailing newline after the result of the query.")
104 ("stop-words", po::value<std::vector<std::string> >(), "Mapping specifying a stop-words URI to another.")
105 ("thesaurus", po::value<std::vector<std::string> >(), "Mapping specifying a thesaurus URI to another.")
106
107=== modified file 'bin/zorbacmdproperties_base.h'
108--- bin/zorbacmdproperties_base.h 2013-05-14 01:56:17 +0000
109+++ bin/zorbacmdproperties_base.h 2013-08-09 11:00:15 +0000
110@@ -455,7 +455,7 @@
111 }
112 else if (strcmp (*argv, "--disable-http-resolution") == 0)
113 {
114- init_val ("{http://www.zorba-xquery.com/options/features}disable=http-uri-resolution",
115+ init_val ("{http://zorba.io/options/features}disable=http-uri-resolution",
116 theOption, 0);
117 }
118 else if (strcmp (*argv, "--") == 0)
119@@ -515,7 +515,7 @@
120 "--lib-path\nLibrary path (list of directories) where Zorba will look for dynamic libraries (e.g., module external function implementations.\n\n"
121 "--module-path\nPath (list of directories) to add to both the URI and Library paths.\n\n"
122 "--classpath\nJVM classpath to be used by modules using Java implementations\n\n"
123- "--option\nSet an XQuery option in the static context. The QName of the option is passed as a string in the notation by James Clark (i.e. {namespace}localname). For example, --option {http://www.zorba-xquery.com}option=value\n\n"
124+ "--option\nSet an XQuery option in the static context. The QName of the option is passed as a string in the notation by James Clark (i.e. {namespace}localname). For example, --option {http://zorba.io/}option=value\n\n"
125 "--trailing-nl\nOutput a trailing newline after the result of the query.\n\n"
126 "--stop-words\nMapping specifying a stop-words URI to another.\n\n"
127 "--thesaurus\nMapping specifying a thesaurus URI to another.\n\n"
128
129=== modified file 'cmake_modules/ZorbaModule.cmake'
130--- cmake_modules/ZorbaModule.cmake 2013-06-15 16:20:18 +0000
131+++ cmake_modules/ZorbaModule.cmake 2013-08-09 11:00:15 +0000
132@@ -748,7 +748,7 @@
133 IF (NOT is_init)
134 file (WRITE "${expected_failures_file}" "")
135 file (WRITE "${zorba_manifest_file}"
136- "<z:manifest xmlns:z=\"http://www.zorba-xquery.com/manifest\">\n")
137+ "<z:manifest xmlns:z=\"http://zorba.io/manifest\">\n")
138 SET_PROPERTY (GLOBAL PROPERTY ZorbaModule_initialized 1)
139 ENDIF (NOT is_init)
140
141
142=== modified file 'config/fedora/zorba.spec.in'
143--- config/fedora/zorba.spec.in 2013-02-07 17:24:36 +0000
144+++ config/fedora/zorba.spec.in 2013-08-09 11:00:15 +0000
145@@ -8,7 +8,7 @@
146
147 Group: System Environment/Libraries
148 License: ASL 2.0
149-URL: http://www.zorba-xquery.com/
150+URL: http://www.zorba.io/
151 Source0: ftp://ftp.heanet.ie/pub/download.sourceforge/z/zo/zorba/%{name}-%{version}.tar.gz
152
153 %{!?ruby_sitelib: %define ruby_sitelib %( ruby -r rbconfig -e "print Config::CONFIG['sitearchdir']")}
154
155=== modified file 'doc/c/examples/ccontext.c'
156--- doc/c/examples/ccontext.c 2013-02-07 17:24:36 +0000
157+++ doc/c/examples/ccontext.c 2013-08-09 11:00:15 +0000
158@@ -121,14 +121,14 @@
159
160 /* impl->create_context(impl, &lContext); */
161
162-/* lContext->set_base_uri(lContext, "http://www.zorba-xquery.com/"); */
163-/* lContext->add_collation(lContext, "http://www.zorba-xquery.com/collations/PRIMARY/de/DE"); */
164+/* lContext->set_base_uri(lContext, "http://zorba.io/"); */
165+/* lContext->add_collation(lContext, "http://zorba.io/collations/PRIMARY/de/DE"); */
166
167 /* lContext->get_base_uri(lContext, &lStringValue); */
168-/* if ( strcmp (lStringValue, "http://www.zorba-xquery.com/") != 0) return 0; */
169+/* if ( strcmp (lStringValue, "http://zorba.io/") != 0) return 0; */
170
171 /* impl->prepare(impl, */
172-/* "fn:compare('Strasse', 'Straße', 'http://www.zorba-xquery.com/collations/PRIMARY/de/DE')", */
173+/* "fn:compare('Strasse', 'Straße', 'http://zorba.io/collations/PRIMARY/de/DE')", */
174 /* lContext, &lExpr); */
175
176 /* lExpr->execute(lExpr, NULL, lOutFile); */
177@@ -243,7 +243,7 @@
178 if (check_error("create_string_sequence", lError)) return 0;
179
180 lError = impl->prepare(impl,
181- "declare namespace ns=\"http://www.zorba-xquery.com/\";\n"
182+ "declare namespace ns=\"http://zorba.io/\";\n"
183 "declare variable $ns:foo as xs:string external;\n"
184 "($ns:foo, $ns:foo, $ns:foo)", NULL, &lExpr);
185 if (check_error("prepare", lError)) return 0;
186@@ -251,7 +251,7 @@
187 // get the dynamic context and set the variable
188 lError = lExpr->create_context(lExpr, &lContext);
189 if (check_error("create_context", lError)) return 0;
190- lError = lContext->set_variable(lContext, "http://www.zorba-xquery.com/",
191+ lError = lContext->set_variable(lContext, "http://zorba.io/",
192 "foo", lSeq);
193 if (check_error("set_variable", lError)) return 0;
194
195@@ -293,7 +293,7 @@
196 impl->create_string_sequence(impl, lOther, 1, &lSeq2);
197
198 lError = impl->prepare(impl,
199- "declare namespace ns=\"http://www.zorba-xquery.com/\";\n"
200+ "declare namespace ns=\"http://zorba.io/\";\n"
201 "declare variable $ns:foo as xs:string external;\n"
202 "($ns:foo, $ns:foo, $ns:foo)", NULL, &lExpr);
203 if (check_error("prepare", lError)) return 0;
204@@ -301,20 +301,20 @@
205 // get two dynamic context and bind $ns:foo on each to different values
206 lError = lExpr->create_context(lExpr, &lContext1);
207 if (check_error("create_context 1", lError)) return 0;
208- lError = lContext1->set_variable(lContext1, "http://www.zorba-xquery.com/",
209+ lError = lContext1->set_variable(lContext1, "http://zorba.io/",
210 "foo", lSeq1);
211 if (check_error("set_variable 1", lError)) return 0;
212 lError = lExpr->create_context(lExpr, &lContext2);
213 if (check_error("create_context 2", lError)) return 0;
214- lError = lContext2->set_variable(lContext2, "http://www.zorba-xquery.com/",
215+ lError = lContext2->set_variable(lContext2, "http://zorba.io/",
216 "foo", lSeq2);
217 if (check_error("set_variable 2", lError)) return 0;
218
219 // Check the variable binding on both contexts
220- lError = lContext1->get_variable(lContext1, "http://www.zorba-xquery.com/",
221+ lError = lContext1->get_variable(lContext1, "http://zorba.io/",
222 "foo", &lVariable1);
223 if (check_error("get_variable 1", lError)) return 0;
224- lError = lContext2->get_variable(lContext2, "http://www.zorba-xquery.com/",
225+ lError = lContext2->get_variable(lContext2, "http://zorba.io/",
226 "foo", &lVariable2);
227 if (check_error("get_variable 2", lError)) return 0;
228 if (check_sequence(lVariable1, lZorba[0], 1)) return 0;
229
230=== modified file 'doc/c/examples/csequences.c'
231--- doc/c/examples/csequences.c 2013-02-07 17:24:36 +0000
232+++ doc/c/examples/csequences.c 2013-08-09 11:00:15 +0000
233@@ -207,7 +207,7 @@
234 {
235 int lI = 0;
236 lI += cr_sngl_test(impl, XQC_ANY_URI_TYPE, "anyURI",
237- "http://www.zorba-xquery.com/");
238+ "http://zorba.io/");
239 lI += cr_sngl_test(impl, XQC_DATE_TYPE, "date", "2010-01-13");
240 lI += cr_sngl_test(impl, XQC_FLOAT_TYPE, "float", "8.25");
241 lI += cr_sngl_test(impl, XQC_DOUBLE_TYPE, "double", "8.25123532152");
242
243=== modified file 'doc/c/manual/indexpage.dox'
244--- doc/c/manual/indexpage.dox 2013-02-07 17:24:36 +0000
245+++ doc/c/manual/indexpage.dox 2013-08-09 11:00:15 +0000
246@@ -6,7 +6,7 @@
247 interface for the XQuery Data Model (XDM).
248 The project is available under the BSD License and is hosted on <a href="http://www.sourceforge.net">http://www.sourceforge.net</a>.
249 It is a joint effort between <a href="http://xqilla.sourceforge.net/">XQilla</a> and the
250- <a href="http://www.zorba-xquery.org/">FLWOR Foundation's Zorba Group</a> with the goal to make these two
251+ <a href="http://www.zorba.io/">FLWOR Foundation's Zorba Group</a> with the goal to make these two
252 XQuery processor easily exchangable.
253 However, XQC is still in it's early stages. Zorba implements most of the things
254 that are specified in XQC but also deviates from and enhances the XQC specification to some degree.
255
256=== modified file 'doc/code/headers_svg/zorba_headers_dependencies.xqi'
257--- doc/code/headers_svg/zorba_headers_dependencies.xqi 2013-02-07 17:24:36 +0000
258+++ doc/code/headers_svg/zorba_headers_dependencies.xqi 2013-08-09 11:00:15 +0000
259@@ -22,9 +22,9 @@
260 import module namespace file = "http://expath.org/ns/file";
261 import module namespace dot = "http://www.zorba-xquery.com/modules/image/graphviz";
262 import module namespace html = "http://www.zorba-xquery.com/modules/converters/html";
263-import module namespace functx = "http://www.functx.com/";
264+import module namespace functx = "http://www.functx.com";
265
266-declare namespace an = "http://www.zorba-xquery.com/annotations";
267+declare namespace an = "http://zorba.io/annotations";
268
269 declare variable $z:headersCollector := <headers/>;
270
271
272=== modified file 'doc/cxx/examples/context.cpp'
273--- doc/cxx/examples/context.cpp 2013-08-05 11:24:53 +0000
274+++ doc/cxx/examples/context.cpp 2013-08-09 11:00:15 +0000
275@@ -211,15 +211,15 @@
276 StaticContext_t lStaticContext = aZorba->createStaticContext();
277
278 /* Add the German collation to the context */
279- lStaticContext->addCollation("http://www.zorba-xquery.com/collations/PRIMARY/de/DE");
280-
281- lStaticContext->setBaseURI("http://www.zorba-xquery.com/");
282-
283- if ( lStaticContext->getBaseURI() != "http://www.zorba-xquery.com/")
284+ lStaticContext->addCollation("http://zorba.io/collations/PRIMARY/de/DE");
285+
286+ lStaticContext->setBaseURI("http://zorba.io/");
287+
288+ if ( lStaticContext->getBaseURI() != "http://zorba.io/")
289 return false;
290
291 /* Use the German collation as the third argument to the fn:compare() XQuery function */
292- XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://www.zorba-xquery.com/collations/PRIMARY/de/DE')",
293+ XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://zorba.io/collations/PRIMARY/de/DE')",
294 lStaticContext);
295
296 try {
297@@ -243,9 +243,9 @@
298 StaticContext_t lStaticContext = aZorba->createStaticContext();
299
300 try {
301- lStaticContext->addCollation("http://www.zorba-xquery.com/zorba/collations/PRIMARY");
302+ lStaticContext->addCollation("http://zorba.io/zorba/collations/PRIMARY");
303
304- XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://www.zorba-xquery.com/zorba/collations/PRIMARY')",
305+ XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://zorba.io/zorba/collations/PRIMARY')",
306 lStaticContext);
307
308 std::cout << lQuery << std::endl;
309@@ -369,14 +369,14 @@
310 EntityData const* aEntityData)
311 {
312 if (aEntityData->getKind() == EntityData::MODULE &&
313- aUrl == "http://www.zorba-xquery.com/mymodule")
314+ aUrl == "http://zorba.io/mymodule")
315 {
316 // we have only one module
317 std::auto_ptr<std::stringstream> lQuery(new std::stringstream());
318 (*lQuery)
319- << "module namespace mymodule = 'http://www.zorba-xquery.com/mymodule';" << std::endl
320+ << "module namespace mymodule = 'http://zorba.io/mymodule';" << std::endl
321 << "import module namespace dml = 'http://www.zorba-xquery.com/modules/store/static/collections/dml';" << std::endl
322- << "declare namespace an = 'http://www.zorba-xquery.com/annotations';" << std::endl
323+ << "declare namespace an = 'http://zorba.io/annotations';" << std::endl
324 << "declare variable $mymodule:var := 'myvar';" << std::endl
325 << "declare collection mymodule:collection;" << std::endl
326 << "declare %an:automatic %an:value-equality index mymodule:index" << std::endl
327@@ -408,7 +408,7 @@
328 try {
329 Zorba_CompilerHints_t hints;
330 std::stringstream lProlog;
331- lProlog << "import module namespace mymodule = 'http://www.zorba-xquery.com/mymodule';" << std::endl
332+ lProlog << "import module namespace mymodule = 'http://zorba.io/mymodule';" << std::endl
333 << "import module namespace ddl = 'http://www.zorba-xquery.com/modules/store/static/collections/ddl';"
334 << std::endl
335 << "declare function local:collections() { " << std::endl
336
337=== modified file 'doc/cxx/examples/datamanager.cpp'
338--- doc/cxx/examples/datamanager.cpp 2013-08-06 09:10:25 +0000
339+++ doc/cxx/examples/datamanager.cpp 2013-08-09 11:00:15 +0000
340@@ -89,7 +89,7 @@
341
342 // name of the collection
343 Item lColName = aZorba->getItemFactory()->createQName(
344- "http://www.zorba-xquery.com/collections", "mybooks");
345+ "http://zorba.io/collections", "mybooks");
346
347 // (1) create the collection
348 lColMgr->createCollection(lColName);
349@@ -135,7 +135,7 @@
350
351 // name of the collection
352 Item lColName = aZorba->getItemFactory()->createQName(
353- "http://www.zorba-xquery.com/collections", "mybooks");
354+ "http://zorba.io/collections", "mybooks");
355
356 // (1) create the collection
357 lColMgr->createCollection(lColName);
358
359=== modified file 'doc/cxx/examples/errors.cpp'
360--- doc/cxx/examples/errors.cpp 2013-02-07 17:24:36 +0000
361+++ doc/cxx/examples/errors.cpp 2013-08-09 11:00:15 +0000
362@@ -134,7 +134,7 @@
363 {
364 try {
365 Item lQName = aZorba->getItemFactory()->createQName(
366- "http://www.zorba-xquery.com/options/warnings", "", "error");
367+ "http://zorba.io/options/warnings", "", "error");
368
369 // make sure that the warning zwarn::ZWST0002 is turned
370 // into an error
371@@ -142,7 +142,7 @@
372 lCtx->declareOption(lQName, "ZWST0003");
373
374 std::ostringstream s;
375- s << "declare namespace z = 'http://www.zorba-xquery.com/annotations';" << std::endl
376+ s << "declare namespace z = 'http://zorba.io/annotations';" << std::endl
377 << "declare %z:sequential function local:foo() { 1 };" << std::endl
378 << "local:foo()" << std::endl;
379 XQuery_t lQuery = aZorba->compileQuery(s.str(), lCtx);
380
381=== modified file 'doc/cxx/examples/external_functions.cpp'
382--- doc/cxx/examples/external_functions.cpp 2013-02-07 17:24:36 +0000
383+++ doc/cxx/examples/external_functions.cpp 2013-08-09 11:00:15 +0000
384@@ -631,12 +631,12 @@
385 EntityData const* aEntityData)
386 {
387 if (aEntityData->getKind() == EntityData::MODULE &&
388- aUrl == "http://www.zorba-xquery.com/mymodule")
389+ aUrl == "http://zorba.io/mymodule")
390 {
391 // we have only one module
392 std::auto_ptr<std::istream> lQuery
393 (new std::istringstream
394- ("module namespace lm = 'http://www.zorba-xquery.com/mymodule'; "
395+ ("module namespace lm = 'http://zorba.io/mymodule'; "
396 "declare function lm:foo() { 'foo' }; "
397 "declare function lm:ext() external;"));
398 return StreamResource::create(lQuery.release(), &releaseStream);
399@@ -664,7 +664,7 @@
400
401 String getURI() const
402 {
403- return "http://www.zorba-xquery.com/mymodule";
404+ return "http://zorba.io/mymodule";
405 }
406
407 void setExternalFunction(MyModuleExternalFunction* f)
408@@ -732,7 +732,7 @@
409 MyModuleExternalFunction lExtFunc(&lExternalModule);
410
411 std::ostringstream queryText;
412- queryText << "import module namespace lm=\"http://www.zorba-xquery.com/mymodule\";"
413+ queryText << "import module namespace lm=\"http://zorba.io/mymodule\";"
414 << "concat(lm:foo(), lm:ext())" << std::endl;
415
416 try
417
418=== modified file 'doc/cxx/examples/sax2.cpp'
419--- doc/cxx/examples/sax2.cpp 2013-02-07 17:24:36 +0000
420+++ doc/cxx/examples/sax2.cpp 2013-08-09 11:00:15 +0000
421@@ -86,7 +86,7 @@
422 try
423 {
424 // compile a query
425- XQuery_t lQuery = lZorba->compileQuery("<a xmlns:f=\"foo\" xmlns=\"http://zorba-xquery.com/defaultns\"> text a text a <b xmlns:ns1=\"http://zorba-xquery.com/usecase1\" attr1=\"value1\" attr2=\"value2\"> text b </b><f:bar>foo</f:bar><foo /><bar /><b><![CDATA[ foo ]]></b></a>");
426+ XQuery_t lQuery = lZorba->compileQuery("<a xmlns:f=\"foo\" xmlns=\"http://zorba.io/defaultns\"> text a text a <b xmlns:ns1=\"http://zorba.io/usecase1\" attr1=\"value1\" attr2=\"value2\"> text b </b><f:bar>foo</f:bar><foo /><bar /><b><![CDATA[ foo ]]></b></a>");
427
428 // register the content handler created above
429 lQuery->registerSAXHandler( &lContentHandler );
430
431=== modified file 'doc/cxx/examples/simple.cpp'
432--- doc/cxx/examples/simple.cpp 2013-08-05 11:24:53 +0000
433+++ doc/cxx/examples/simple.cpp 2013-08-09 11:00:15 +0000
434@@ -245,7 +245,7 @@
435 example_12(Zorba* aZorba)
436 {
437 XQuery_t lQuery = aZorba->compileQuery
438- ("<a xmlns:foo='http://www.zorba-xquery.com/'><b attr='1' xmlns:bar='http://www.zorba-xquery.com/uri2'/><b attr='2'/></a>");
439+ ("<a xmlns:foo='http://zorba.io/'><b attr='1' xmlns:bar='http://zorba.io/uri2'/><b attr='2'/></a>");
440
441 Iterator_t lIterator = lQuery->iterator();
442 lIterator->open();
443
444=== modified file 'doc/cxx/examples/uri_resolvers.cpp'
445--- doc/cxx/examples/uri_resolvers.cpp 2013-06-20 11:05:03 +0000
446+++ doc/cxx/examples/uri_resolvers.cpp 2013-08-09 11:00:15 +0000
447@@ -40,7 +40,7 @@
448 if (aEntityData->getKind() != EntityData::SCHEMA) {
449 return;
450 }
451- if(aUri == "http://www.zorba-xquery.com/helloworld") {
452+ if(aUri == "http://zorba.io/helloworld") {
453 oUris.push_back("http://zorbatest.lambda.nu:8080/tutorial/helloworld.xsd");
454 }
455 }
456@@ -65,12 +65,12 @@
457 EntityData const* aEntityData)
458 {
459 if (aEntityData->getKind() == EntityData::MODULE &&
460- aUrl == "http://www.zorba-xquery.com/mymodule")
461+ aUrl == "http://zorba.io/mymodule")
462 {
463 // we have only one module
464 std::auto_ptr<std::istream> lModule
465 (new std::istringstream
466- ("module namespace lm = 'http://www.zorba-xquery.com/mymodule'; "
467+ ("module namespace lm = 'http://zorba.io/mymodule'; "
468 "declare function lm:foo() { 'foo' };"));
469 return StreamResource::create(lModule.release(), &releaseStream);
470 }
471@@ -102,7 +102,7 @@
472 lContext->registerURLResolver(&lResolver);
473
474 try {
475- XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://www.zorba-xquery.com/mymodule'; lm:foo()", lContext);
476+ XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://zorba.io/mymodule'; lm:foo()", lContext);
477 std::cout << lQuery << std::endl;
478 } catch (ZorbaException& e) {
479 std::cerr << e.what() << std::endl;
480@@ -112,7 +112,7 @@
481 // test if an error is raised if a module uri resolver is not
482 // available using the serialization callback
483 try {
484- XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://www.zorba-xquery.com/mymodule'; lm:foo()", lContext);
485+ XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://zorba.io/mymodule'; lm:foo()", lContext);
486
487 std::stringstream lSerializedQuery;
488 lQuery->saveExecutionPlan(lSerializedQuery);
489@@ -140,7 +140,7 @@
490 try {
491 XQuery_t lQuery = aZorba->compileQuery
492 ("import schema namespace lm="
493- "'http://www.zorba-xquery.com/helloworld'; "
494+ "'http://zorba.io/helloworld'; "
495 "validate{ <p>Hello World!</p> }", lContext);
496 std::cout << lQuery << std::endl;
497 } catch (ZorbaException& e) {
498
499=== modified file 'doc/python/examples/test0.xq'
500--- doc/python/examples/test0.xq 2013-02-07 17:24:36 +0000
501+++ doc/python/examples/test0.xq 2013-08-09 11:00:15 +0000
502@@ -14,7 +14,7 @@
503 : limitations under the License.
504 :)
505
506-declare namespace an = "http://www.zorba-xquery.com/annotations";
507+declare namespace an = "http://zorba.io/annotations";
508
509 declare variable $sequence := (65 to 90);
510 declare variable $var := 1;
511
512=== modified file 'doc/python/examples/test1.xq'
513--- doc/python/examples/test1.xq 2013-02-07 17:24:36 +0000
514+++ doc/python/examples/test1.xq 2013-08-09 11:00:15 +0000
515@@ -14,7 +14,7 @@
516 : limitations under the License.
517 :)
518
519-declare namespace ann = "http://www.zorba-xquery.com/annotations";
520+declare namespace ann = "http://zorba.io/annotations";
521
522 declare function local:magic-trick()
523 {
524
525=== modified file 'doc/python/examples/test4.xq'
526--- doc/python/examples/test4.xq 2013-02-07 17:24:36 +0000
527+++ doc/python/examples/test4.xq 2013-08-09 11:00:15 +0000
528@@ -14,7 +14,7 @@
529 : limitations under the License.
530 :)
531
532-declare namespace ann = "http://www.zorba-xquery.com/annotations";
533+declare namespace ann = "http://zorba.io/annotations";
534
535 declare variable $x := 1;
536
537
538=== modified file 'doc/python/examples/test6.xq'
539--- doc/python/examples/test6.xq 2013-02-07 17:24:36 +0000
540+++ doc/python/examples/test6.xq 2013-08-09 11:00:15 +0000
541@@ -14,7 +14,7 @@
542 : limitations under the License.
543 :)
544
545-declare namespace ann = "http://www.zorba-xquery.com/annotations";
546+declare namespace ann = "http://zorba.io/annotations";
547
548 declare variable $x := 42;
549
550
551=== modified file 'doc/xqj/examples/Test_Zorba.java'
552--- doc/xqj/examples/Test_Zorba.java 2012-05-15 19:57:41 +0000
553+++ doc/xqj/examples/Test_Zorba.java 2013-08-09 11:00:15 +0000
554@@ -225,7 +225,7 @@
555 CollectionManager manager = new CollectionManager(xmlManager.getCollectionManager());
556
557 ItemFactory factory = zorba.getItemFactory();
558- Item name = factory.createQName("http://www.zorba-xquery.com/", "aaa");
559+ Item name = factory.createQName("http://zorba.io/", "aaa");
560 manager.createCollection(name);
561 boolean resultAdding = manager.isAvailableCollection(name);
562 Collection collection = null;
563
564=== modified file 'doc/zorba/commandline.dox'
565--- doc/zorba/commandline.dox 2013-02-07 17:24:36 +0000
566+++ doc/zorba/commandline.dox 2013-08-09 11:00:15 +0000
567@@ -109,7 +109,7 @@
568 Path (list of directories) to add to both the URI and Library paths.
569
570 --option
571-Set an XQuery option in the static context. The QName of the option is passed as a string in the notation by James Clark (i.e. {namespace}localname). For example, --option {http://www.zorba-xquery.com}option=value
572+Set an XQuery option in the static context. The QName of the option is passed as a string in the notation by James Clark (i.e. {namespace}localname). For example, --option {http://zorba.io/}option=value
573
574 --trailing-nl
575 Output a trailing newline after the result of the query.
576
577=== modified file 'doc/zorba/data_lifecycle.dox'
578--- doc/zorba/data_lifecycle.dox 2013-02-07 17:24:36 +0000
579+++ doc/zorba/data_lifecycle.dox 2013-08-09 11:00:15 +0000
580@@ -311,7 +311,7 @@
581 For example, a mobile device store can safely assume that only a single request at a time is processed whereas a store backed by a relational database might provide full-fledged ACID behavior.
582 Analogously, a main memory store does not provide persistence of data across process boundaries.
583
584-The Zorba source distribution as well as the packages provided by <a href="http://www.zorba-xquery.com/">http://www.zorba-xquery.com/</a> come with a main memory based store.
585+The Zorba source distribution as well as the packages provided by <a href="http://www.zorba.io/">http://www.zorba.io/</a> come with a main memory based store.
586 The lifecycle of the data in this store is bounded by the lifetime of the process in which it is running.
587 For example, a document added to the store can be accessed by XQuery programs in the same process.
588 As soon as the process terminates (or even earlier if Zorba is shutdown before the process terminates), the default in-memory store will destroy the XML data it contains.
589
590=== modified file 'doc/zorba/errors_warnings.dox'
591--- doc/zorba/errors_warnings.dox 2013-08-07 05:28:39 +0000
592+++ doc/zorba/errors_warnings.dox 2013-08-09 11:00:15 +0000
593@@ -33,7 +33,7 @@
594 For example, given the following prolog of an XQuery module, all warnings are treated as errors:
595
596 \code
597- declare namespace op = "http://www.zorba-xquery.com/options/warnings";
598+ declare namespace op = "http://zorba.io/options/warnings";
599 declare namespace w = "http://zorba.io/warnings";
600
601 declare option op:error "w:all";
602
603=== modified file 'doc/zorba/ft_thesaurus.dox'
604--- doc/zorba/ft_thesaurus.dox 2013-02-07 17:24:36 +0000
605+++ doc/zorba/ft_thesaurus.dox 2013-08-09 11:00:15 +0000
606@@ -89,7 +89,7 @@
607
608 Alternatively,
609 you can download a precompiled, little-endian (Intel) CPU WordNet database from
610-<a href="http://www.zorba-xquery.com/downloads/WordNet-3.0/wordnet-en.zip">here</a>.
611+<a href="http://www.zorba.io/downloads/WordNet-3.0/wordnet-en.zip">here</a>.
612
613 \section ft_thesaurus_mappings Thesauri Mappings
614
615
616=== modified file 'doc/zorba/impl_dep_features.dox'
617--- doc/zorba/impl_dep_features.dox 2013-08-07 05:28:39 +0000
618+++ doc/zorba/impl_dep_features.dox 2013-08-09 11:00:15 +0000
619@@ -51,7 +51,7 @@
620 <tr bgcolor="lightcyan">
621 <td>W3C XQuery 1.0</td>
622 <td>Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</td>
623- <td>The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –&gt; <a href="http://www.zorba-xquery.com/html/modules/zorba/errors">http://zorba.io/errors</a> 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*</td>
624+ <td>The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –&gt; <a href="http://www.zorba-xquery.com/html/modules/zorba/errors">http://zorba.io/errors</a> 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://zorba.io/, 5. Statically known default collection type: item()*</td>
625 </tr>
626 <tr bgcolor="lightcyan">
627 <td>W3C XQuery 1.0</td>
628@@ -604,7 +604,7 @@
629 <td>W3C XQuery 1.0</td>
630 <td>Base URI</td>
631 <td>static</td>
632- <td>Uses the rules in http://www.w3.org/TR/xquery-30/#id-base-uri-decl, where the implementation-defined default mentioned there is http://www.zorba-xquery.com</td>
633+ <td>Uses the rules in http://www.w3.org/TR/xquery-30/#id-base-uri-decl, where the implementation-defined default mentioned there is http://zorba.io/</td>
634 </tr>
635 <tr bgcolor="lightcyan">
636 <td>W3C XQuery 1.0</td>
637
638=== modified file 'doc/zorba/link_crawler2.dox'
639--- doc/zorba/link_crawler2.dox 2013-02-07 17:24:36 +0000
640+++ doc/zorba/link_crawler2.dox 2013-08-09 11:00:15 +0000
641@@ -23,14 +23,14 @@
642 import module namespace parse-xml = "http://www.zorba-xquery.com/modules/xml";
643 import module namespace file = "http://expath.org/ns/file";
644
645-declare namespace an = "http://www.zorba-xquery.com/annotations";
646+declare namespace an = "http://zorba.io/annotations";
647 declare namespace xhtml="http://www.w3.org/1999/xhtml";
648 declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
649 declare namespace err="http://www.w3.org/2005/xqt-errors";
650 declare namespace httpsch = "http://expath.org/ns/http-client";
651
652-declare variable $top-uri as xs:string := "http://www.zorba-xquery.com/html/index";
653-declare variable $uri-host as xs:string := "http://www.zorba-xquery.com";
654+declare variable $top-uri as xs:string := "http://www.zorba.io/";
655+declare variable $uri-host as xs:string := "http://www.zorba.io";
656
657
658
659
660=== modified file 'doc/zorba/modules_authoring.dox'
661--- doc/zorba/modules_authoring.dox 2013-02-07 17:24:36 +0000
662+++ doc/zorba/modules_authoring.dox 2013-08-09 11:00:15 +0000
663@@ -17,7 +17,7 @@
664 easy reference.
665
666 \code
667-module namespace mymod = "http://www.zorba-xquery.com/mymod";
668+module namespace mymod = "http://zorba.io/mymod";
669 \endcode
670
671 After the module declaration, you may have as many <i>function</i> or
672@@ -29,7 +29,7 @@
673 it a value), as well as two simple functions.
674
675 \code
676-module namespace mymod = "http://www.zorba-xquery.com/mymod";
677+module namespace mymod = "http://zorba.io/mymod";
678
679 declare variable $mymod:value as xs:string := "my string value";
680
681@@ -47,7 +47,7 @@
682 imports the module and uses one of its functions:
683
684 \code
685-import module namespace mymod="http://www.zorba-xquery.com/mymod"
686+import module namespace mymod="http://zorba.io/mymod"
687 at "mymod.xq";
688
689 mymod:hello()
690@@ -97,7 +97,7 @@
691 FIND_PACKAGE (Zorba REQUIRED)
692 INCLUDE ("${Zorba_USE_FILE}")
693
694-DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://www.zorba-xquery.com/mymod")
695+DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://zorba.io/mymod")
696
697 DONE_DECLARING_ZORBA_URIS ()
698 \endcode
699@@ -149,7 +149,7 @@
700 (This "use file" technique is a convention for CMake projects.)
701
702 \code
703-DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://www.zorba-xquery.com/mymod")
704+DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://zorba.io/mymod")
705 \endcode
706
707 <tt>DECLARE_ZORBA_MODULE()</tt> is the centerpiece of the Zorba module
708@@ -260,7 +260,7 @@
709 "..."</tt> clause from our test query which imports this module:
710
711 \code
712-import module namespace "http://www.zorba-xquery.com/mymod";
713+import module namespace "http://zorba.io/mymod";
714
715 mymod:hello()
716 \endcode
717
718=== modified file 'doc/zorba/modules_authoring_2.dox'
719--- doc/zorba/modules_authoring_2.dox 2013-02-07 17:24:36 +0000
720+++ doc/zorba/modules_authoring_2.dox 2013-08-09 11:00:15 +0000
721@@ -32,7 +32,7 @@
722 be anything you like. It does not have to have anything in common with
723 the namespace URI. Conventionally, it will be the final component of
724 your URI with ".xq" appended, as in our example where the filename for
725-the namespace URI <tt>http://www.zorba-xquery.com/mymod</tt> was
726+the namespace URI <tt>http://zorba.io/mymod</tt> was
727 <tt>mymod.xq</tt>. This is a good convention, because once the module
728 is <i>installed</i> into the <tt>URI_PATH</tt> directory or elsewhere,
729 this is the filename it will have. However, it is not required.
730@@ -51,12 +51,12 @@
731 XQuery options are identified by a QName. The specific QName Zorba
732 looks for has the localname <tt>module-version</tt>, and is located in
733 the namespace
734-<tt>http://www.zorba-xquery.com/options/versioning</tt>. Therefore,
735+<tt>http://zorba.io/options/versioning</tt>. Therefore,
736 put the following two lines into your module, after the module
737 declaration:
738
739 \code
740-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
741+declare namespace ver = "http://zorba.io/options/versioning";
742 declare option ver:module-version "1.0";
743 \endcode
744
745@@ -82,7 +82,7 @@
746
747 \code
748 DECLARE_ZORBA_MODULE
749- (FILE mymod.xq URI "http://www.zorba-xquery.com/mymod" VERSION 1.0)
750+ (FILE mymod.xq URI "http://zorba.io/mymod" VERSION 1.0)
751 \endcode
752
753 As with <tt>URI</tt>, version numbers cannot contain space characters,
754@@ -103,11 +103,11 @@
755
756 \code
757 DECLARE_ZORBA_MODULE
758- (FILE mymod-3.xq URI "http://www.zorba-xquery.com/mymod" VERSION 3.1)
759-DECLARE_ZORBA_MODULE
760- (FILE mymod-2.xq URI "http://www.zorba-xquery.com/mymod" VERSION 2.4)
761-DECLARE_ZORBA_MODULE
762- (FILE mymod-1.xq URI "http://www.zorba-xquery.com/mymod" VERSION 1.6)
763+ (FILE mymod-3.xq URI "http://zorba.io/mymod" VERSION 3.1)
764+DECLARE_ZORBA_MODULE
765+ (FILE mymod-2.xq URI "http://zorba.io/mymod" VERSION 2.4)
766+DECLARE_ZORBA_MODULE
767+ (FILE mymod-1.xq URI "http://zorba.io/mymod" VERSION 1.6)
768 \endcode
769
770 If you do this incorrectly (out of order), you will get an error when
771@@ -131,7 +131,7 @@
772
773 \code
774 DECLARE_ZORBA_SCHEMA
775- (URI "http://www.zorba-xquery.com/myschema" FILE "schema.xsd")
776+ (URI "http://zorba.io/myschema" FILE "schema.xsd")
777 \endcode
778
779 The semantics and meanings of the <tt>URI</tt> and <tt>FILE</tt>
780@@ -305,7 +305,7 @@
781 IF (LIBXSLT_FOUND)
782 INCLUDE_DIRECTORIES (${LIBXSLT_INCLUDE_DIR})
783 DECLARE_ZORBA_MODULE (FILE xslt.xq VERSION 1.0
784- URI "http://www.zorba-xquery.com/modules/languages/xslt"
785+ URI "http://zorba.io/modules/xslt"
786 LINK_LIBRARIES "${LIBXSLT_LIBRARIES}")
787 ENDIF (LIBXSLT_FOUND)
788 \endcode
789
790=== modified file 'doc/zorba/options.dox'
791--- doc/zorba/options.dox 2013-08-07 05:28:39 +0000
792+++ doc/zorba/options.dox 2013-08-09 11:00:15 +0000
793@@ -23,7 +23,7 @@
794 For example, the following declaration disables scripting support in the module that contains the option declaration.
795
796 \code
797- declare namespace op = "http://www.zorba-xquery.com/options/features";
798+ declare namespace op = "http://zorba.io/options/features";
799
800 declare option op:disable "scripting";
801 \endcode
802@@ -32,7 +32,7 @@
803 \subsection options_zorba Available Options
804
805 Zorba provides a number of options which can be used to determine the behavior of a module.
806-The namespace for all such options starts with <tt>http://www.zorba-xquery.com/options</tt>.
807+The namespace for all such options starts with <tt>http://zorba.io/options</tt>.
808 An error is raised (zerr:ZXQP0060) if a module declares an option with a namespace that is equal to or starts with this namespace but the local name refers to an option that is not known to Zorba.
809
810 In the following, we describe the set of options available in Zorba.
811@@ -44,7 +44,7 @@
812 extension and the data definition facility are both features not defined by
813 the W3C but available in Zorba. The user can enable or disable any of these
814 extensions using an option declaration, respectively. The URI of the names
815-of these options is <tt>http://www.zorba-xquery.com/options/features</tt>.
816+of these options is <tt>http://zorba.io/options/features</tt>.
817 The local name to enable a feature is <tt>enable</tt> and to disable a feature
818 is <tt>disable</tt>, respectively. As a value, any of these options allows
819 a comma separated list of feature names (QNames).
820@@ -53,14 +53,14 @@
821 the following option declaration may be used:
822
823 \code
824- declare namespace op = "http://www.zorba-xquery.com/options/features";
825- declare namespace f = "http://www.zorba-xquery.com/features";
826+ declare namespace op = "http://zorba.io/options/features";
827+ declare namespace f = "http://zorba.io/features";
828
829 declare option op:disable "f:scripting, f:ddl";
830 \endcode
831
832 If a given feature doesn't specify a prefix, the name is resolved against the
833-default feature namespace <tt>http://www.zorba-xquery.com/features</tt>. All
834+default feature namespace <tt>http://zorba.io/features</tt>. All
835 Zorba specific features presented in the following are declared in this namespace.
836
837 <ul>
838@@ -108,7 +108,7 @@
839
840 Options can also be used to provide the Zorba optimizer with certain "hints".
841 All options used for this purpose have a QName whose namespace URI is
842-<tt>http://www.zorba-xquery.com/options/optimizer</tt>. For some hints, the
843+<tt>http://zorba.io/options/optimizer</tt>. For some hints, the
844 optimizer needs to know only whether the hint should be applied or not; no
845 additional information is required. For such hints, Zorba recognizes two
846 options, whose local name is <tt>enable</tt> and <tt>disable</tt>, respectivaly,
847@@ -129,7 +129,7 @@
848 it constructs each of the new \code <country> \endcode nodes.
849
850 \code
851-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
852+declare namespace opt = "http://zorba.io/options/optimizer";
853
854 declare option opt:enable "for-serialization-only";
855
856@@ -156,7 +156,7 @@
857 For example, given the following prolog, all warnings are treated as errors:
858
859 \code
860- declare namespace op = "http://www.zorba-xquery.com/options/warnings";
861+ declare namespace op = "http://zorba.io/options/warnings";
862 declare namespace w = "http://zorba.io/warnings";
863
864 declare option op:error "w:all";
865@@ -171,7 +171,7 @@
866 annotations) to be suppressed:
867
868 \code
869- declare namespace op = "http://www.zorba-xquery.com/options/warnings";
870+ declare namespace op = "http://zorba.io/options/warnings";
871
872 declare option op:disable "ZWST0002";
873 \endcode
874@@ -192,7 +192,7 @@
875 following option declaration may be used.
876
877 \code
878-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
879+declare namespace ver = "http://zorba.io/options/versioning";
880 declare option ver:module-version "2.5";
881 declare option ver:zorba-version "2.0";
882 \endcode
883@@ -234,7 +234,7 @@
884 zorba::StaticContext_t lContext = zorba->createStaticContext();
885
886 zorba::Item lEnable = zorba->getItemFactory()->createQName(
887- "http://www.zorba-xquery.com/options/features", "", "enable");
888+ "http://zorba.io/options/features", "", "enable");
889
890 lContext->declareOption(lEnable, "hof");
891
892@@ -278,7 +278,7 @@
893
894 Zorba provides a number of annotations that allow the user to define the
895 semantics of functions, variables, collections, and indexes. All these
896-annotations have the namespace <tt>http://www.zorba-xquery.com/annotations</tt>.
897+annotations have the namespace <tt>http://zorba.io/annotations</tt>.
898
899
900 \paragraph deterministic_annotation Deterministic and Nondeterministic Functions
901@@ -299,7 +299,7 @@
902 As an example, the following snippet declares a nondeterministic random function.
903
904 \code
905-declare namespace an = "http://www.zorba-xquery.com/annotations";
906+declare namespace an = "http://zorba.io/annotations";
907
908 declare %an:nondeterministic function random:random() as xs:integer external;
909 \endcode
910@@ -338,7 +338,7 @@
911 For example, preventing a variable from being assigned in scripting mode could be done as follows:
912
913 \code
914-declare namespace an = "http://www.zorba-xquery.com/annotations";
915+declare namespace an = "http://zorba.io/annotations";
916
917 declare %an:nonassignable variable $var := 3;
918 \endcode
919@@ -511,7 +511,7 @@
920 An extension expression consists of one or more pragmas, followed by an expression enclosed in curly braces.
921 A pragma might be used to modify the behavior or semantics of the expression enclosed in curly braces.
922 Pragmas are denoted by the delimiters (# and #), and consists of an identifying EQName.
923-Zorba recognizes pragmas having the namespace <tt>http://www.zorba-xquery.com/extensions</tt>.
924+Zorba recognizes pragmas having the namespace <tt>http://zorba.io/extensions</tt>.
925 Specifically, Zorba recognizes the following pragmas:
926
927 <ul>
928@@ -519,7 +519,7 @@
929 \code
930 import module namespace db = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
931
932-declare namespace ext = "http://www.zorba-xquery.com/extensions";
933+declare namespace ext = "http://zorba.io/extensions";
934
935 let $n := <a/>
936 return (# ext:no-copy #) { $n is db:apply-insert-last(xs:QName("local:bar"), $n) }
937
938=== modified file 'doc/zorba/scripting.dox'
939--- doc/zorba/scripting.dox 2013-02-07 17:24:36 +0000
940+++ doc/zorba/scripting.dox 2013-08-09 11:00:15 +0000
941@@ -352,7 +352,7 @@
942 The following prolog option can be used to disable the scripting feature.
943
944 \code
945- declare namespace op = "http://www.zorba-xquery.com/options/features";
946+ declare namespace op = "http://zorba.io/options/features";
947
948 declare option op:disable "scripting";
949 \endcode
950
951=== modified file 'doc/zorba/scripting_spec.html'
952--- doc/zorba/scripting_spec.html 2013-02-07 17:24:36 +0000
953+++ doc/zorba/scripting_spec.html 2013-08-09 11:00:15 +0000
954@@ -192,7 +192,7 @@
955 </li>
956 </ul>
957
958- <p>This specification makes use of the prefix an for some annotations, bound with the namespace http://www.zorba-xquery.com/annotations</p>
959+ <p>This specification makes use of the prefix an for some annotations, bound with the namespace http://zorba.io/annotations</p>
960
961 <h1><a name="id-extensions-to-processing-model"></a>2. Extensions to the Processing Model
962 </h1>
963
964=== modified file 'doc/zorba/web_crawler.dox'
965--- doc/zorba/web_crawler.dox 2013-02-07 17:24:36 +0000
966+++ doc/zorba/web_crawler.dox 2013-08-09 11:00:15 +0000
967@@ -25,8 +25,8 @@
968 Change this variable to point to your website, or a subdirectory on your website.
969
970 \code
971-declare variable $top-uri as xs:string := "http://www.zorba-xquery.com/html/index/";
972-declare variable $uri-host as xs:string := "http://www.zorba-xquery.com";
973+declare variable $top-uri as xs:string := "http://zorba.io/";
974+declare variable $uri-host as xs:string := "http://zorba.io";
975
976 declare function local:is-internal($x as xs:string) as xs:boolean
977 {
978
979=== modified file 'doc/zorba/xqddf.dox'
980--- doc/zorba/xqddf.dox 2013-08-07 05:28:39 +0000
981+++ doc/zorba/xqddf.dox 2013-08-09 11:00:15 +0000
982@@ -143,7 +143,7 @@
983
984 import schema namespace news-schemas = "http://www.news.org/schemas";
985
986- declare namespace an = "http://www.zorba-xquery.com/annotations";
987+ declare namespace an = "http://zorba.io/annotations";
988
989 declare collection news-data:employees as schema-element(news-schema:employee)*;
990
991@@ -1031,7 +1031,7 @@
992
993 import schema namespace news-schemas = "http://www.news.org/schemas";
994
995- declare namespace an = "http://www.zorba-xquery.com/annotations";
996+ declare namespace an = "http://zorba.io/annotations";
997
998 declare collection news-data:employees as schema-element(news-schema:employee)*;
999
1000
1001=== modified file 'doc/zorba/xqdoc/src/xqdoc-html.xq'
1002--- doc/zorba/xqdoc/src/xqdoc-html.xq 2013-08-06 01:09:07 +0000
1003+++ doc/zorba/xqdoc/src/xqdoc-html.xq 2013-08-09 11:00:15 +0000
1004@@ -20,7 +20,7 @@
1005 import module namespace xqdoc-html = "http://www.zorba-xquery.com/xqdoc-html" at "xqdoc-html.xqy";
1006
1007 declare namespace xqd = "http://www.xqdoc.org/1.0";
1008-declare namespace z = "http://www.zorba-xquery.com/manifest";
1009+declare namespace z = "http://zorba.io/manifest";
1010 declare namespace xs = "http://www.w3.org/2001/XMLSchema";
1011
1012 declare variable $zorbaManifestPath as xs:string external;
1013
1014=== modified file 'doc/zorba/xqdoc/src/xqdoc-html.xqy'
1015--- doc/zorba/xqdoc/src/xqdoc-html.xqy 2013-06-15 16:20:18 +0000
1016+++ doc/zorba/xqdoc/src/xqdoc-html.xqy 2013-08-09 11:00:15 +0000
1017@@ -22,7 +22,7 @@
1018 import module namespace batch = "http://www.zorba-xquery.com/modules/xqdoc/batch";
1019
1020 declare namespace xqd = "http://www.xqdoc.org/1.0";
1021-declare namespace z = "http://www.zorba-xquery.com/manifest";
1022+declare namespace z = "http://zorba.io/manifest";
1023 declare namespace xs = "http://www.w3.org/2001/XMLSchema";
1024
1025 declare function xqdoc-html:id($label as xs:string)
1026
1027=== modified file 'doc/zorba/xqdoc/src/zorba_module_dependencies.xqy'
1028--- doc/zorba/xqdoc/src/zorba_module_dependencies.xqy 2013-06-15 20:57:44 +0000
1029+++ doc/zorba/xqdoc/src/zorba_module_dependencies.xqy 2013-08-09 11:00:15 +0000
1030@@ -20,11 +20,11 @@
1031
1032 module namespace z = "http://www.zorba-xquery.com/module-dependencies";
1033
1034-declare namespace an = "http://www.zorba-xquery.com/annotations";
1035-declare namespace zm = "http://www.zorba-xquery.com/manifest";
1036+declare namespace an = "http://zorba.io/annotations";
1037+declare namespace zm = "http://zorba.io/manifest";
1038
1039 import module namespace file = "http://expath.org/ns/file";
1040-import module namespace functx = "http://www.functx.com/";
1041+import module namespace functx = "http://www.functx.com";
1042
1043 import module namespace dot = "http://www.zorba-xquery.com/modules/image/graphviz";
1044 import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";
1045
1046=== modified file 'include/zorba/static_context.h'
1047--- include/zorba/static_context.h 2013-06-12 04:55:14 +0000
1048+++ include/zorba/static_context.h 2013-08-09 11:00:15 +0000
1049@@ -160,12 +160,12 @@
1050 /** \brief Adds a collation URI.
1051 *
1052 * The URI specifies the locale and collation strength of the collation that is added.
1053- * A valid collation URI must begin with %http://www.zorba-xquery.com/collations/.
1054+ * A valid collation URI must begin with %http://zorba.io/collations/.
1055 * This prefix is followed by a collation strength (i.e. PRIMARY, SECONDARY, TERTIARY,
1056 * QUATTERNARY, or IDENTICAL) followed by a '/'.
1057 * After the strength a lower-case two- or three-letter ISO-639 language code must follow.
1058 * The URI may end with an upper-case two-letter ISO-3166.
1059- * For example, %http://www.zorba-xquery.com/collations/PRIMARY/en/US
1060+ * For example, %http://zorba.io/collations/PRIMARY/en/US
1061 * specifies an english language with US begin the country..
1062 *
1063 * Internally, ICU is used for comparing strings. For detailed description see
1064
1065=== modified file 'modules/atomic/base64.xq'
1066--- modules/atomic/base64.xq 2013-08-07 05:28:39 +0000
1067+++ modules/atomic/base64.xq 2013-08-09 11:00:15 +0000
1068@@ -27,7 +27,7 @@
1069
1070 declare namespace zerr = "http://zorba.io/errors";
1071
1072-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1073+declare namespace ver = "http://zorba.io/options/versioning";
1074 declare option ver:module-version "1.0";
1075
1076 (:~
1077
1078=== modified file 'modules/atomic/math.xq'
1079--- modules/atomic/math.xq 2013-07-17 09:15:53 +0000
1080+++ modules/atomic/math.xq 2013-08-09 11:00:15 +0000
1081@@ -29,7 +29,7 @@
1082 :)
1083 declare namespace W3Cmath = "http://www.w3.org/2005/xpath-functions/math";
1084
1085-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1086+declare namespace ver = "http://zorba.io/options/versioning";
1087 declare option ver:module-version "1.0";
1088
1089 declare %private variable $math:errNS as string := "http://zorba.io/modules/math";
1090
1091=== modified file 'modules/atomic/random.xq'
1092--- modules/atomic/random.xq 2013-08-07 05:28:39 +0000
1093+++ modules/atomic/random.xq 2013-08-09 11:00:15 +0000
1094@@ -26,10 +26,10 @@
1095 :)
1096 module namespace r = "http://zorba.io/modules/random";
1097
1098-declare namespace an = "http://www.zorba-xquery.com/annotations";
1099+declare namespace an = "http://zorba.io/annotations";
1100 declare namespace zerr = "http://zorba.io/errors";
1101
1102-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1103+declare namespace ver = "http://zorba.io/options/versioning";
1104 declare option ver:module-version "1.0";
1105
1106 declare %private variable $r:errNS as string := "http://zorba.io/modules/random";
1107
1108=== modified file 'modules/atomic/string.xq'
1109--- modules/atomic/string.xq 2013-07-26 18:53:36 +0000
1110+++ modules/atomic/string.xq 2013-08-09 11:00:15 +0000
1111@@ -28,7 +28,7 @@
1112 :
1113 :)
1114 module namespace string = "http://zorba.io/modules/string";
1115-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1116+declare namespace ver = "http://zorba.io/options/versioning";
1117 declare option ver:module-version "1.0";
1118
1119 (:~
1120
1121=== modified file 'modules/com/zorba-xquery/www/modules/datetime.xq'
1122--- modules/com/zorba-xquery/www/modules/datetime.xq 2013-08-07 05:28:39 +0000
1123+++ modules/com/zorba-xquery/www/modules/datetime.xq 2013-08-09 11:00:15 +0000
1124@@ -54,10 +54,10 @@
1125 :)
1126 module namespace datetime = "http://www.zorba-xquery.com/modules/datetime";
1127
1128-declare namespace an = "http://www.zorba-xquery.com/annotations";
1129+declare namespace an = "http://zorba.io/annotations";
1130 declare namespace zerr = "http://zorba.io/errors";
1131
1132-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1133+declare namespace ver = "http://zorba.io/options/versioning";
1134 declare option ver:module-version "2.0";
1135
1136 (:~
1137
1138=== modified file 'modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq'
1139--- modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq 2013-07-17 07:20:31 +0000
1140+++ modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq 2013-08-09 11:00:15 +0000
1141@@ -26,7 +26,7 @@
1142
1143 import module namespace base64 = "http://zorba.io/modules/base64";
1144
1145-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1146+declare namespace ver = "http://zorba.io/options/versioning";
1147 declare option ver:module-version "1.0";
1148
1149 (:~
1150
1151=== modified file 'modules/com/zorba-xquery/www/modules/fetch.xq'
1152--- modules/com/zorba-xquery/www/modules/fetch.xq 2013-08-07 05:28:39 +0000
1153+++ modules/com/zorba-xquery/www/modules/fetch.xq 2013-08-09 11:00:15 +0000
1154@@ -31,11 +31,11 @@
1155 :)
1156 module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";
1157
1158-declare namespace an = "http://www.zorba-xquery.com/annotations";
1159+declare namespace an = "http://zorba.io/annotations";
1160
1161 declare namespace zerr = "http://zorba.io/errors";
1162
1163-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1164+declare namespace ver = "http://zorba.io/options/versioning";
1165 declare option ver:module-version "2.1";
1166
1167 (:~
1168
1169=== modified file 'modules/com/zorba-xquery/www/modules/introspection/sctx.xq'
1170--- modules/com/zorba-xquery/www/modules/introspection/sctx.xq 2013-06-15 20:57:44 +0000
1171+++ modules/com/zorba-xquery/www/modules/introspection/sctx.xq 2013-08-09 11:00:15 +0000
1172@@ -28,7 +28,7 @@
1173
1174 module namespace sctx = "http://www.zorba-xquery.com/modules/introspection/sctx";
1175
1176-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1177+declare namespace ver = "http://zorba.io/options/versioning";
1178 declare option ver:module-version "2.0";
1179
1180 (:~
1181
1182=== modified file 'modules/com/zorba-xquery/www/modules/item.xq'
1183--- modules/com/zorba-xquery/www/modules/item.xq 2013-06-15 20:57:44 +0000
1184+++ modules/com/zorba-xquery/www/modules/item.xq 2013-08-09 11:00:15 +0000
1185@@ -26,7 +26,7 @@
1186 :)
1187 module namespace item = "http://www.zorba-xquery.com/modules/item";
1188
1189-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1190+declare namespace ver = "http://zorba.io/options/versioning";
1191 declare option ver:module-version "1.0";
1192
1193 (:~
1194
1195=== modified file 'modules/com/zorba-xquery/www/modules/node.xq'
1196--- modules/com/zorba-xquery/www/modules/node.xq 2013-06-15 16:20:18 +0000
1197+++ modules/com/zorba-xquery/www/modules/node.xq 2013-08-09 11:00:15 +0000
1198@@ -31,7 +31,7 @@
1199 :)
1200 module namespace node = "http://www.zorba-xquery.com/modules/node";
1201
1202-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1203+declare namespace ver = "http://zorba.io/options/versioning";
1204 declare option ver:module-version "2.0";
1205
1206 (:~
1207
1208=== modified file 'modules/com/zorba-xquery/www/modules/reflection.xq'
1209--- modules/com/zorba-xquery/www/modules/reflection.xq 2013-06-15 16:20:18 +0000
1210+++ modules/com/zorba-xquery/www/modules/reflection.xq 2013-08-09 11:00:15 +0000
1211@@ -29,11 +29,11 @@
1212
1213 module namespace reflection = "http://www.zorba-xquery.com/modules/reflection";
1214
1215-declare namespace an = "http://www.zorba-xquery.com/annotations";
1216+declare namespace an = "http://zorba.io/annotations";
1217
1218 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1219
1220-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1221+declare namespace ver = "http://zorba.io/options/versioning";
1222 declare option ver:module-version "2.0";
1223
1224 (:~
1225
1226=== modified file 'modules/com/zorba-xquery/www/modules/schema.xq'
1227--- modules/com/zorba-xquery/www/modules/schema.xq 2013-06-15 20:57:44 +0000
1228+++ modules/com/zorba-xquery/www/modules/schema.xq 2013-08-09 11:00:15 +0000
1229@@ -25,7 +25,7 @@
1230 :
1231 :)
1232 module namespace schema = "http://www.zorba-xquery.com/modules/schema";
1233-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1234+declare namespace ver = "http://zorba.io/options/versioning";
1235 declare option ver:module-version "2.0";
1236
1237 (:~
1238
1239=== modified file 'modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq'
1240--- modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq 2013-08-07 05:28:39 +0000
1241+++ modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq 2013-08-09 11:00:15 +0000
1242@@ -42,9 +42,9 @@
1243
1244 declare namespace zerr = "http://zorba.io/errors";
1245 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1246-declare namespace an = "http://www.zorba-xquery.com/annotations";
1247+declare namespace an = "http://zorba.io/annotations";
1248
1249-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1250+declare namespace ver = "http://zorba.io/options/versioning";
1251 declare option ver:module-version "2.0";
1252
1253 (:~
1254
1255=== modified file 'modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq'
1256--- modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq 2013-08-07 05:28:39 +0000
1257+++ modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq 2013-08-09 11:00:15 +0000
1258@@ -35,7 +35,7 @@
1259
1260 declare namespace zerr = "http://zorba.io/errors";
1261 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1262-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1263+declare namespace ver = "http://zorba.io/options/versioning";
1264 declare option ver:module-version "2.0";
1265
1266 (:~
1267
1268=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq'
1269--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq 2013-08-07 05:28:39 +0000
1270+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq 2013-08-09 11:00:15 +0000
1271@@ -36,7 +36,7 @@
1272 module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
1273
1274 declare namespace zerr = "http://zorba.io/errors";
1275-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1276+declare namespace ver = "http://zorba.io/options/versioning";
1277 declare option ver:module-version "2.0";
1278
1279
1280
1281=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq'
1282--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq 2013-08-07 05:28:39 +0000
1283+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq 2013-08-09 11:00:15 +0000
1284@@ -35,9 +35,9 @@
1285 module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
1286
1287 declare namespace zerr = "http://zorba.io/errors";
1288-declare namespace an = "http://www.zorba-xquery.com/annotations";
1289+declare namespace an = "http://zorba.io/annotations";
1290
1291-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1292+declare namespace ver = "http://zorba.io/options/versioning";
1293 declare option ver:module-version "2.0";
1294
1295
1296
1297=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq'
1298--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq 2013-08-07 05:28:39 +0000
1299+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq 2013-08-09 11:00:15 +0000
1300@@ -41,7 +41,7 @@
1301 import module namespace qddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
1302
1303 declare namespace zerr = "http://zorba.io/errors";
1304-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1305+declare namespace ver = "http://zorba.io/options/versioning";
1306 declare option ver:module-version "2.0";
1307
1308 (:~
1309
1310=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq'
1311--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq 2013-08-07 05:28:39 +0000
1312+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq 2013-08-09 11:00:15 +0000
1313@@ -43,9 +43,9 @@
1314 import module namespace qdml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
1315
1316 declare namespace zerr = "http://zorba.io/errors";
1317-declare namespace an = "http://www.zorba-xquery.com/annotations";
1318+declare namespace an = "http://zorba.io/annotations";
1319
1320-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1321+declare namespace ver = "http://zorba.io/options/versioning";
1322 declare option ver:module-version "2.0";
1323
1324 (:~
1325
1326=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq'
1327--- modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2013-08-07 05:28:39 +0000
1328+++ modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2013-08-09 11:00:15 +0000
1329@@ -44,7 +44,7 @@
1330 module namespace cddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
1331
1332 declare namespace zerr = "http://zorba.io/errors";
1333-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1334+declare namespace ver = "http://zorba.io/options/versioning";
1335 declare option ver:module-version "2.0";
1336
1337
1338
1339=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq'
1340--- modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2013-08-07 05:28:39 +0000
1341+++ modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2013-08-09 11:00:15 +0000
1342@@ -42,10 +42,10 @@
1343 :)
1344 module namespace cdml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
1345
1346-declare namespace an = "http://www.zorba-xquery.com/annotations";
1347+declare namespace an = "http://zorba.io/annotations";
1348 declare namespace zerr = "http://zorba.io/errors";
1349
1350-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1351+declare namespace ver = "http://zorba.io/options/versioning";
1352 declare option ver:module-version "2.0";
1353
1354
1355
1356=== modified file 'modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq'
1357--- modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq 2013-08-07 05:28:39 +0000
1358+++ modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq 2013-08-09 11:00:15 +0000
1359@@ -43,7 +43,7 @@
1360 module namespace iddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1361
1362 declare namespace zerr = "http://zorba.io/errors";
1363-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1364+declare namespace ver = "http://zorba.io/options/versioning";
1365 declare option ver:module-version "2.0";
1366
1367 (:~
1368
1369=== modified file 'modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq'
1370--- modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq 2013-08-07 05:28:39 +0000
1371+++ modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq 2013-08-09 11:00:15 +0000
1372@@ -43,9 +43,9 @@
1373 module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1374
1375 declare namespace zerr = "http://zorba.io/errors";
1376-declare namespace an = "http://www.zorba-xquery.com/annotations";
1377+declare namespace an = "http://zorba.io/annotations";
1378
1379-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1380+declare namespace ver = "http://zorba.io/options/versioning";
1381
1382 declare option ver:module-version "2.0";
1383
1384
1385=== modified file 'modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq'
1386--- modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq 2013-08-07 05:28:39 +0000
1387+++ modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq 2013-08-09 11:00:15 +0000
1388@@ -44,7 +44,7 @@
1389 module namespace icddl = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl";
1390
1391 declare namespace zerr = "http://zorba.io/errors";
1392-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1393+declare namespace ver = "http://zorba.io/options/versioning";
1394 declare option ver:module-version "2.0";
1395
1396 (:~
1397
1398=== modified file 'modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq'
1399--- modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq 2013-08-07 05:28:39 +0000
1400+++ modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq 2013-08-09 11:00:15 +0000
1401@@ -42,7 +42,7 @@
1402 module namespace icdml = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml";
1403
1404 declare namespace zerr = "http://zorba.io/errors";
1405-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1406+declare namespace ver = "http://zorba.io/options/versioning";
1407 declare option ver:module-version "2.0";
1408
1409 (:~
1410
1411=== modified file 'modules/com/zorba-xquery/www/modules/uri.xq'
1412--- modules/com/zorba-xquery/www/modules/uri.xq 2013-08-07 05:28:39 +0000
1413+++ modules/com/zorba-xquery/www/modules/uri.xq 2013-08-09 11:00:15 +0000
1414@@ -26,7 +26,7 @@
1415 module namespace uri = "http://www.zorba-xquery.com/modules/uri";
1416
1417 declare namespace zerr = "http://zorba.io/errors";
1418-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1419+declare namespace ver = "http://zorba.io/options/versioning";
1420 declare option ver:module-version "1.0";
1421
1422 (:~
1423
1424=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc.xq'
1425--- modules/com/zorba-xquery/www/modules/xqdoc.xq 2013-08-07 05:28:39 +0000
1426+++ modules/com/zorba-xquery/www/modules/xqdoc.xq 2013-08-09 11:00:15 +0000
1427@@ -67,8 +67,8 @@
1428 import schema namespace opt =
1429 "http://www.zorba-xquery.com/modules/xqdoc-options";
1430
1431-declare namespace an = "http://www.zorba-xquery.com/annotations";
1432-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1433+declare namespace an = "http://zorba.io/annotations";
1434+declare namespace ver = "http://zorba.io/options/versioning";
1435
1436 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1437 declare namespace zerr = "http://zorba.io/errors";
1438
1439=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/batch.xq'
1440--- modules/com/zorba-xquery/www/modules/xqdoc/batch.xq 2013-08-06 14:15:41 +0000
1441+++ modules/com/zorba-xquery/www/modules/xqdoc/batch.xq 2013-08-09 11:00:15 +0000
1442@@ -26,7 +26,7 @@
1443 :)
1444 module namespace batch = "http://www.zorba-xquery.com/modules/xqdoc/batch";
1445
1446-import module namespace functx = "http://www.functx.com/";
1447+import module namespace functx = "http://www.functx.com";
1448
1449 import module namespace file = "http://expath.org/ns/file";
1450
1451@@ -34,13 +34,13 @@
1452 import module namespace menu = "http://www.zorba-xquery.com/modules/xqdoc/menu";
1453 import module namespace html = "http://www.zorba-xquery.com/modules/xqdoc/html";
1454
1455-declare namespace an = "http://www.zorba-xquery.com/annotations";
1456+declare namespace an = "http://zorba.io/annotations";
1457 declare namespace out = "http://www.w3.org/2010/xslt-xquery-serialization";
1458 declare namespace xq = "http://www.xqdoc.org/1.0";
1459 declare namespace h = "http://www.w3.org/1999/xhtml";
1460 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1461
1462-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1463+declare namespace ver = "http://zorba.io/options/versioning";
1464 declare option ver:module-version "2.0";
1465
1466 (:~
1467@@ -54,7 +54,7 @@
1468 : @param $modules Document describing the documentation project. For instance:
1469 : <pre class="ace-static" ace-mode="xml">
1470 : <modules>
1471- : <namespace prefix="ann" uri="http://www.zorba-xquery.com/annotations" />
1472+ : <namespace prefix="ann" uri="http://zorba.io/annotations" />
1473 : <section id="modules" label="My Modules">
1474 : <!-- Location hints are optionnals -->
1475 : <module ns="http://example.com/mymodule" label="My Module" id="module" file="module.xq" />
1476
1477=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/html.xq'
1478--- modules/com/zorba-xquery/www/modules/xqdoc/html.xq 2013-07-12 10:40:11 +0000
1479+++ modules/com/zorba-xquery/www/modules/xqdoc/html.xq 2013-08-09 11:00:15 +0000
1480@@ -38,7 +38,7 @@
1481
1482 declare copy-namespaces no-preserve, inherit;
1483
1484-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1485+declare namespace ver = "http://zorba.io/options/versioning";
1486 declare option ver:module-version "2.0";
1487
1488 declare %private variable $html:empty-tags-to-delete := ("tt");
1489@@ -478,25 +478,25 @@
1490 declare %private function html:is-function-nondeterministic($function as element(xq:function))
1491 as xs:boolean
1492 {
1493- exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "nondeterministic"])
1494+ exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "nondeterministic"])
1495 };
1496
1497 declare %private function html:is-function-streamable($function as element(xq:function))
1498 as xs:boolean
1499 {
1500- exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "streamable"])
1501+ exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "streamable"])
1502 };
1503
1504 declare %private function html:is-function-variadic($function as element(xq:function))
1505 as xs:boolean
1506 {
1507- exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "variadic"])
1508+ exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "variadic"])
1509 };
1510
1511 declare %private function html:is-function-sequential($function as element(xq:function))
1512 as xs:boolean
1513 {
1514- exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "sequential"])
1515+ exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "sequential"])
1516 };
1517
1518 declare %private function html:is-function-external($function as element(xq:function))
1519
1520=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/menu.xq'
1521--- modules/com/zorba-xquery/www/modules/xqdoc/menu.xq 2013-06-15 16:20:18 +0000
1522+++ modules/com/zorba-xquery/www/modules/xqdoc/menu.xq 2013-08-09 11:00:15 +0000
1523@@ -6,7 +6,7 @@
1524 :)
1525 module namespace menu = "http://www.zorba-xquery.com/modules/xqdoc/menu";
1526
1527-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1528+declare namespace ver = "http://zorba.io/options/versioning";
1529 declare option ver:module-version "2.0";
1530
1531 declare variable $menu:not-found as xs:QName := xs:QName('menu:not-found');
1532
1533=== modified file 'modules/full-text/full-text.xq'
1534--- modules/full-text/full-text.xq 2013-08-07 05:28:39 +0000
1535+++ modules/full-text/full-text.xq 2013-08-09 11:00:15 +0000
1536@@ -338,7 +338,7 @@
1537 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1538 declare namespace zerr = "http://zorba.io/errors";
1539
1540-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1541+declare namespace ver = "http://zorba.io/options/versioning";
1542 declare option ver:module-version "1.0";
1543
1544 (:===========================================================================:)
1545
1546=== modified file 'modules/functx/CMakeLists.txt'
1547--- modules/functx/CMakeLists.txt 2013-02-07 17:24:36 +0000
1548+++ modules/functx/CMakeLists.txt 2013-08-09 11:00:15 +0000
1549@@ -12,4 +12,4 @@
1550 # See the License for the specific language governing permissions and
1551 # limitations under the License.
1552
1553-DECLARE_ZORBA_MODULE(FILE functx.xq URI "http://www.functx.com/")
1554+DECLARE_ZORBA_MODULE(FILE functx.xq URI "http://www.functx.com")
1555
1556=== modified file 'modules/functx/functx.xq'
1557--- modules/functx/functx.xq 2013-06-15 20:57:44 +0000
1558+++ modules/functx/functx.xq 2013-08-09 11:00:15 +0000
1559@@ -27,7 +27,7 @@
1560 : @see http://www.xqueryfunctions.com
1561 : @project FunctX
1562 :)
1563-module namespace functx = "http://www.functx.com/" ;
1564+module namespace functx = "http://www.functx.com" ;
1565
1566 (:~
1567 : Adds attributes to XML elements
1568
1569=== modified file 'modules/http-client/conv/http-client-wrapper.xq'
1570--- modules/http-client/conv/http-client-wrapper.xq 2013-07-25 14:47:04 +0000
1571+++ modules/http-client/conv/http-client-wrapper.xq 2013-08-09 11:00:15 +0000
1572@@ -42,8 +42,8 @@
1573
1574 import schema namespace http-schema = "http://expath.org/ns/http-client";
1575
1576-declare namespace an = "http://www.zorba-xquery.com/annotations";
1577-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1578+declare namespace an = "http://zorba.io/annotations";
1579+declare namespace ver = "http://zorba.io/options/versioning";
1580 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1581 declare namespace ser = "http://www.w3.org/2010/xslt-xquery-serialization";
1582 declare namespace jn = "http://jsoniq.org/functions";
1583
1584=== modified file 'modules/http-client/json/http-client.xq'
1585--- modules/http-client/json/http-client.xq 2013-07-24 07:21:59 +0000
1586+++ modules/http-client/json/http-client.xq 2013-08-09 11:00:15 +0000
1587@@ -187,8 +187,8 @@
1588
1589 import module namespace libjn = "http://jsoniq.org/function-library";
1590
1591-declare namespace an = "http://www.zorba-xquery.com/annotations";
1592-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1593+declare namespace an = "http://zorba.io/annotations";
1594+declare namespace ver = "http://zorba.io/options/versioning";
1595 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1596
1597 declare option ver:module-version "1.0";
1598
1599=== modified file 'modules/http-client/xml/http-client.xq'
1600--- modules/http-client/xml/http-client.xq 2013-07-25 14:47:04 +0000
1601+++ modules/http-client/xml/http-client.xq 2013-08-09 11:00:15 +0000
1602@@ -256,8 +256,8 @@
1603
1604 import schema namespace http-schema = "http://expath.org/ns/http-client";
1605
1606-declare namespace an = "http://www.zorba-xquery.com/annotations";
1607-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1608+declare namespace an = "http://zorba.io/annotations";
1609+declare namespace ver = "http://zorba.io/options/versioning";
1610 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1611 declare namespace ser = "http://www.w3.org/2010/xslt-xquery-serialization";
1612 declare namespace jn = "http://jsoniq.org/functions";
1613
1614=== modified file 'modules/json/json-xml.xq'
1615--- modules/json/json-xml.xq 2013-08-08 03:32:36 +0000
1616+++ modules/json/json-xml.xq 2013-08-09 11:00:15 +0000
1617@@ -98,7 +98,7 @@
1618 declare namespace err = "http://www.w3.org/2005/xqt-errors";
1619 declare namespace zerr = "http://zorba.io/errors";
1620
1621-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1622+declare namespace ver = "http://zorba.io/options/versioning";
1623 declare option ver:module-version "1.0";
1624
1625 (:~
1626
1627=== modified file 'modules/org/expath/ns/file.xq'
1628--- modules/org/expath/ns/file.xq 2013-08-08 17:07:14 +0000
1629+++ modules/org/expath/ns/file.xq 2013-08-09 11:00:15 +0000
1630@@ -24,8 +24,8 @@
1631 :)
1632 module namespace file = "http://expath.org/ns/file";
1633
1634-declare namespace an = "http://www.zorba-xquery.com/annotations";
1635-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1636+declare namespace an = "http://zorba.io/annotations";
1637+declare namespace ver = "http://zorba.io/options/versioning";
1638 declare option ver:module-version "2.0";
1639
1640 (:~
1641
1642=== modified file 'modules/org/jsoniq/www/function-library.xq'
1643--- modules/org/jsoniq/www/function-library.xq 2013-06-15 20:57:44 +0000
1644+++ modules/org/jsoniq/www/function-library.xq 2013-08-09 11:00:15 +0000
1645@@ -33,7 +33,7 @@
1646
1647 import module namespace jn = "http://jsoniq.org/functions";
1648
1649-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1650+declare namespace ver = "http://zorba.io/options/versioning";
1651 declare option ver:module-version "1.0";
1652
1653 (:~
1654
1655=== modified file 'modules/org/jsoniq/www/functions.xq'
1656--- modules/org/jsoniq/www/functions.xq 2013-06-19 14:19:40 +0000
1657+++ modules/org/jsoniq/www/functions.xq 2013-08-09 11:00:15 +0000
1658@@ -37,7 +37,7 @@
1659 declare namespace jerr = "http://jsoniq.org/errors";
1660 declare namespace js = "http://jsoniq.org/types";
1661
1662-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1663+declare namespace ver = "http://zorba.io/options/versioning";
1664 declare option ver:module-version "1.0";
1665
1666
1667
1668=== modified file 'modules/structured-items/node-position.xq'
1669--- modules/structured-items/node-position.xq 2013-07-09 07:43:26 +0000
1670+++ modules/structured-items/node-position.xq 2013-08-09 11:00:15 +0000
1671@@ -32,7 +32,7 @@
1672 :)
1673 module namespace np = "http://zorba.io/modules/node-position";
1674
1675-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1676+declare namespace ver = "http://zorba.io/options/versioning";
1677 declare option ver:module-version "2.0";
1678
1679 (:~
1680
1681=== modified file 'modules/structured-items/reference.xq'
1682--- modules/structured-items/reference.xq 2013-08-07 05:28:39 +0000
1683+++ modules/structured-items/reference.xq 2013-08-09 11:00:15 +0000
1684@@ -40,7 +40,7 @@
1685
1686 declare namespace zerr = "http://zorba.io/errors";
1687
1688-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1689+declare namespace ver = "http://zorba.io/options/versioning";
1690
1691 declare option ver:module-version "1.0";
1692
1693
1694=== modified file 'modules/xml/xml.xq'
1695--- modules/xml/xml.xq 2013-08-07 23:46:25 +0000
1696+++ modules/xml/xml.xq 2013-08-09 11:00:15 +0000
1697@@ -76,7 +76,7 @@
1698 declare namespace zerr = "http://zorba.io/errors";
1699 declare namespace err = "http://www.w3.org/xqt-errors";
1700
1701-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1702+declare namespace ver = "http://zorba.io/options/versioning";
1703 declare option ver:module-version "1.0";
1704
1705
1706
1707=== modified file 'modules/xqxq/xqxq.xq'
1708--- modules/xqxq/xqxq.xq 2013-06-15 20:57:44 +0000
1709+++ modules/xqxq/xqxq.xq 2013-08-09 11:00:15 +0000
1710@@ -25,10 +25,10 @@
1711 :)
1712 module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq';
1713
1714-declare namespace an = "http://www.zorba-xquery.com/annotations";
1715-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
1716-declare namespace op = "http://www.zorba-xquery.com/options/features";
1717-declare namespace f = "http://www.zorba-xquery.com/features";
1718+declare namespace an = "http://zorba.io/annotations";
1719+declare namespace ver = "http://zorba.io/options/versioning";
1720+declare namespace op = "http://zorba.io/options/features";
1721+declare namespace f = "http://zorba.io/features";
1722
1723 declare option ver:module-version "2.0";
1724
1725
1726=== modified file 'scripts/check_apache_license.xq'
1727--- scripts/check_apache_license.xq 2013-02-07 17:24:36 +0000
1728+++ scripts/check_apache_license.xq 2013-08-09 11:00:15 +0000
1729@@ -15,10 +15,10 @@
1730 :)
1731
1732 import module namespace file = "http://expath.org/ns/file";
1733-declare namespace ann = "http://www.zorba-xquery.com/annotations";
1734-declare namespace notice = "http://www.zorba-xquery.com/notice";
1735-declare namespace opt = "http://www.zorba-xquery.com/options/features";
1736-declare namespace f = "http://www.zorba-xquery.com/features";
1737+declare namespace ann = "http://zorba.io/annotations";
1738+declare namespace notice = "http://zorba.io/notice";
1739+declare namespace opt = "http://zorba.io/options/features";
1740+declare namespace f = "http://zorba.io/features";
1741
1742 declare variable $path-to-zorba as xs:string external; (:PROJECT_SOURCE_DIR:)
1743 declare variable $path-to-modules as xs:string external; (:ZORBA_MODULES_DIR:)
1744
1745=== modified file 'scripts/notice-generator.xq.in'
1746--- scripts/notice-generator.xq.in 2013-08-02 04:03:36 +0000
1747+++ scripts/notice-generator.xq.in 2013-08-09 11:00:15 +0000
1748@@ -15,8 +15,8 @@
1749 :)
1750
1751 import module namespace file = "http://expath.org/ns/file";
1752-declare namespace ann = "http://www.zorba-xquery.com/annotations";
1753-declare namespace notice = "http://www.zorba-xquery.com/notice";
1754+declare namespace ann = "http://zorba.io/annotations";
1755+declare namespace notice = "http://zorba.io/notice";
1756
1757 declare variable $local:path-to-zorba := "${PROJECT_SOURCE_DIR}";
1758 declare variable $local:zorba-version := "${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER}";
1759
1760=== modified file 'scripts/sanity_checks/conformance_xqftts.xqi'
1761--- scripts/sanity_checks/conformance_xqftts.xqi 2013-02-07 17:24:36 +0000
1762+++ scripts/sanity_checks/conformance_xqftts.xqi 2013-08-09 11:00:15 +0000
1763@@ -19,14 +19,14 @@
1764 module namespace conf = "http://www.zorba-xquery.com/modules/conformance";
1765
1766 import module namespace file = "http://expath.org/ns/file";
1767-import module namespace functx = "http://www.functx.com/";
1768+import module namespace functx = "http://www.functx.com";
1769
1770 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
1771 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
1772
1773 import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
1774
1775-declare namespace ann = "http://www.zorba-xquery.com/annotations";
1776+declare namespace ann = "http://zorba.io/annotations";
1777 declare namespace xqCat = "http://www.w3.org/2005/02/query-test-full-text";
1778 declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";
1779
1780
1781=== modified file 'scripts/sanity_checks/conformance_xqts.xqi'
1782--- scripts/sanity_checks/conformance_xqts.xqi 2013-02-07 17:24:36 +0000
1783+++ scripts/sanity_checks/conformance_xqts.xqi 2013-08-09 11:00:15 +0000
1784@@ -19,14 +19,14 @@
1785 module namespace conf = "http://www.zorba-xquery.com/modules/conformance";
1786
1787 import module namespace file = "http://expath.org/ns/file";
1788-import module namespace functx = "http://www.functx.com/";
1789+import module namespace functx = "http://www.functx.com";
1790
1791 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
1792 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
1793
1794 import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
1795
1796-declare namespace ann = "http://www.zorba-xquery.com/annotations";
1797+declare namespace ann = "http://zorba.io/annotations";
1798 declare namespace xqCat = "http://www.w3.org/2005/02/query-test-XQTSCatalog";
1799 declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";
1800
1801
1802=== modified file 'scripts/sanity_checks/conformance_xquts.xqi'
1803--- scripts/sanity_checks/conformance_xquts.xqi 2013-02-07 17:24:36 +0000
1804+++ scripts/sanity_checks/conformance_xquts.xqi 2013-08-09 11:00:15 +0000
1805@@ -19,14 +19,14 @@
1806 module namespace conf = "http://www.zorba-xquery.com/modules/conformance";
1807
1808 import module namespace file = "http://expath.org/ns/file";
1809-import module namespace functx = "http://www.functx.com/";
1810+import module namespace functx = "http://www.functx.com";
1811
1812 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
1813 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
1814
1815 import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
1816
1817-declare namespace ann = "http://www.zorba-xquery.com/annotations";
1818+declare namespace ann = "http://zorba.io/annotations";
1819 declare namespace xqCat = "http://www.w3.org/2005/02/query-test-update";
1820 declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";
1821
1822
1823=== modified file 'src/context/default_uri_mappers.cpp'
1824--- src/context/default_uri_mappers.cpp 2013-08-02 21:35:01 +0000
1825+++ src/context/default_uri_mappers.cpp 2013-08-09 11:00:15 +0000
1826@@ -68,8 +68,14 @@
1827 URI lUri(aUri);
1828 zstring lPath = lUri.get_encoded_path();
1829 bool lChanged = false;
1830+ if (lPath.length() == 0 && lUri.get_host().length() > 0) {
1831+ // If URI has *no* path component (eg. "http://www.functx.com" with no
1832+ // trailing slash), provide a path of "/". Note: the check for a non-empty
1833+ // host is to work around a possibly bogus FOTS test module-URIs-19.
1834+ lPath.append("/");
1835+ }
1836 if (ascii::ends_with(lPath, "/")) {
1837- // If URI ends with /, append "index.<extension>".
1838+ // If URI's path component ends with /, append "index.<extension>".
1839 lPath.append("index");
1840 lPath.append(lExtension);
1841 lChanged = true;
1842
1843=== modified file 'src/context/root_static_context.cpp'
1844--- src/context/root_static_context.cpp 2013-08-06 08:41:26 +0000
1845+++ src/context/root_static_context.cpp 2013-08-09 11:00:15 +0000
1846@@ -163,7 +163,7 @@
1847
1848 add_collation(ZORBA_DEF_COLLATION_NS, QueryLoc::null);
1849 add_collation(W3C_CODEPT_COLLATION_NS, QueryLoc::null);
1850- add_collation("http://www.zorba-xquery.com/collations/SECONDARY/en/EN", QueryLoc::null);
1851+ add_collation("http://zorba.io/collations/SECONDARY/en/EN", QueryLoc::null);
1852 set_default_collation(W3C_CODEPT_COLLATION_NS, QueryLoc::null);
1853
1854 set_construction_mode(StaticContextConsts::cons_preserve);
1855
1856=== modified file 'src/context/static_context.cpp'
1857--- src/context/static_context.cpp 2013-08-07 08:08:22 +0000
1858+++ src/context/static_context.cpp 2013-08-09 11:00:15 +0000
1859@@ -440,7 +440,7 @@
1860
1861 const char*
1862 static_context::ZORBA_UTIL_FN_NS =
1863-"http://www.zorba-xquery.com/zorba/util-functions";
1864+"http://zorba.io/util-functions";
1865
1866 const char*
1867 static_context::ZORBA_SCRIPTING_FN_NS =
1868@@ -488,31 +488,25 @@
1869 Target namespaces of zorba reserved modules
1870 ********************************************************************************/
1871 const char*
1872-static_context::XQUERY_OP_NS =
1873-"http://www.zorba-xquery.com/internal/xquery-ops";
1874+static_context::XQUERY_OP_NS = "http://zorba.io/internal/xquery-ops";
1875
1876 const char*
1877-static_context::ZORBA_OP_NS =
1878-"http://www.zorba-xquery.com/internal/zorba-ops";
1879+static_context::ZORBA_OP_NS = "http://zorba.io/internal/zorba-ops";
1880
1881 /***************************************************************************//**
1882 Options-related namespaces
1883 ********************************************************************************/
1884 const char*
1885-static_context::ZORBA_OPTIONS_NS =
1886-"http://www.zorba-xquery.com/options";
1887-
1888-const char*
1889-static_context::ZORBA_OPTION_WARN_NS =
1890-"http://www.zorba-xquery.com/options/warnings";
1891-
1892-const char*
1893-static_context::ZORBA_OPTION_FEATURE_NS =
1894-"http://www.zorba-xquery.com/options/features";
1895-
1896-const char*
1897-static_context::ZORBA_OPTION_OPTIM_NS =
1898-"http://www.zorba-xquery.com/options/optimizer";
1899+static_context::ZORBA_OPTIONS_NS = "http://zorba.io/options";
1900+
1901+const char*
1902+static_context::ZORBA_OPTION_WARN_NS = "http://zorba.io/options/warnings";
1903+
1904+const char*
1905+static_context::ZORBA_OPTION_FEATURE_NS = "http://zorba.io/options/features";
1906+
1907+const char*
1908+static_context::ZORBA_OPTION_OPTIM_NS = "http://zorba.io/options/optimizer";
1909
1910 const char*
1911 static_context::XQUERY_NS =
1912@@ -524,7 +518,7 @@
1913
1914 const char*
1915 static_context::ZORBA_VERSIONING_NS =
1916-"http://www.zorba-xquery.com/options/versioning";
1917+"http://zorba.io/options/versioning";
1918
1919
1920 /***************************************************************************//**
1921
1922=== modified file 'src/functions/func_var_decl.cpp'
1923--- src/functions/func_var_decl.cpp 2013-05-03 14:31:19 +0000
1924+++ src/functions/func_var_decl.cpp 2013-08-09 11:00:15 +0000
1925@@ -87,7 +87,7 @@
1926 util:context-item()
1927
1928 This library also contains the declaration of the ZORBA_UTIL_FN_NS
1929- "http://www.zorba-xquery.com/zorba/util-functions" context-item() function,
1930+ "http://zorba.io/util-functions" context-item() function,
1931 which is a placeholder for the "." or "$$" context item accessors, as a
1932 universal and language-neutral (XQuery and JSONiq) function.
1933 ********************************************************************************/
1934
1935=== modified file 'src/functions/pregenerated/func_booleans.cpp'
1936--- src/functions/pregenerated/func_booleans.cpp 2013-03-05 23:11:50 +0000
1937+++ src/functions/pregenerated/func_booleans.cpp 2013-08-09 11:00:15 +0000
1938@@ -67,7 +67,7 @@
1939
1940 {
1941 DECL_WITH_KIND(sctx, op_is_same_node,
1942- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","is-same-node"),
1943+ (createQName("http://zorba.io/internal/xquery-ops","","is-same-node"),
1944 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
1945 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
1946 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),
1947@@ -80,7 +80,7 @@
1948
1949 {
1950 DECL_WITH_KIND(sctx, op_node_before,
1951- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","node-before"),
1952+ (createQName("http://zorba.io/internal/xquery-ops","","node-before"),
1953 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
1954 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
1955 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),
1956@@ -93,7 +93,7 @@
1957
1958 {
1959 DECL_WITH_KIND(sctx, op_node_after,
1960- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","node-after"),
1961+ (createQName("http://zorba.io/internal/xquery-ops","","node-after"),
1962 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
1963 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
1964 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),
1965
1966=== modified file 'src/functions/pregenerated/func_fn_hof_functions.cpp'
1967--- src/functions/pregenerated/func_fn_hof_functions.cpp 2013-06-04 21:47:40 +0000
1968+++ src/functions/pregenerated/func_fn_hof_functions.cpp 2013-08-09 11:00:15 +0000
1969@@ -84,7 +84,7 @@
1970
1971 {
1972 DECL_WITH_KIND(sctx, op_zorba_function_lookup_3_0,
1973- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","function-lookup"),
1974+ (createQName("http://zorba.io/internal/zorba-ops","","function-lookup"),
1975 GENV_TYPESYSTEM.QNAME_TYPE_ONE,
1976 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
1977 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
1978
1979=== modified file 'src/functions/pregenerated/func_jsoniq_functions.cpp'
1980--- src/functions/pregenerated/func_jsoniq_functions.cpp 2013-06-08 05:33:57 +0000
1981+++ src/functions/pregenerated/func_jsoniq_functions.cpp 2013-08-09 11:00:15 +0000
1982@@ -318,7 +318,7 @@
1983
1984 {
1985 DECL_WITH_KIND(sctx, op_zorba_json_item_accessor,
1986- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-item-accessor"),
1987+ (createQName("http://zorba.io/internal/zorba-ops","","json-item-accessor"),
1988 GENV_TYPESYSTEM.ITEM_TYPE_ONE,
1989 GENV_TYPESYSTEM.ITEM_TYPE_STAR),
1990 FunctionConsts::OP_ZORBA_JSON_ITEM_ACCESSOR_1);
1991@@ -330,7 +330,7 @@
1992
1993 {
1994 DECL_WITH_KIND(sctx, op_zorba_json_item_accessor,
1995- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-item-accessor"),
1996+ (createQName("http://zorba.io/internal/zorba-ops","","json-item-accessor"),
1997 GENV_TYPESYSTEM.ITEM_TYPE_ONE,
1998 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
1999 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION),
2000@@ -355,7 +355,7 @@
2001
2002 {
2003 DECL_WITH_KIND(sctx, op_zorba_keys,
2004- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","keys"),
2005+ (createQName("http://zorba.io/internal/zorba-ops","","keys"),
2006 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
2007 GENV_TYPESYSTEM.STRING_TYPE_STAR),
2008 FunctionConsts::OP_ZORBA_KEYS_1);
2009@@ -418,7 +418,7 @@
2010
2011 {
2012 DECL_WITH_KIND(sctx, op_zorba_members,
2013- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","members"),
2014+ (createQName("http://zorba.io/internal/zorba-ops","","members"),
2015 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
2016 GENV_TYPESYSTEM.ITEM_TYPE_STAR),
2017 FunctionConsts::OP_ZORBA_MEMBERS_1);
2018@@ -477,7 +477,7 @@
2019
2020 {
2021 DECL_WITH_KIND(sctx, op_zorba_json_object_insert,
2022- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-object-insert"),
2023+ (createQName("http://zorba.io/internal/zorba-ops","","json-object-insert"),
2024 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE,
2025 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE,
2026 GENV_TYPESYSTEM.EMPTY_TYPE),
2027@@ -490,7 +490,7 @@
2028
2029 {
2030 DECL_WITH_KIND(sctx, op_zorba_json_array_insert,
2031- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-array-insert"),
2032+ (createQName("http://zorba.io/internal/zorba-ops","","json-array-insert"),
2033 GENV_TYPESYSTEM.JSON_ARRAY_TYPE_ONE,
2034 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2035 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
2036@@ -504,7 +504,7 @@
2037
2038 {
2039 DECL_WITH_KIND(sctx, op_zorba_json_delete,
2040- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-delete"),
2041+ (createQName("http://zorba.io/internal/zorba-ops","","json-delete"),
2042 GENV_TYPESYSTEM.JSON_ITEM_TYPE_ONE,
2043 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_ONE,
2044 GENV_TYPESYSTEM.EMPTY_TYPE),
2045@@ -517,7 +517,7 @@
2046
2047 {
2048 DECL_WITH_KIND(sctx, op_zorba_json_replace_value,
2049- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-replace-value"),
2050+ (createQName("http://zorba.io/internal/zorba-ops","","json-replace-value"),
2051 GENV_TYPESYSTEM.JSON_ITEM_TYPE_ONE,
2052 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_ONE,
2053 GENV_TYPESYSTEM.ITEM_TYPE_ONE,
2054@@ -531,7 +531,7 @@
2055
2056 {
2057 DECL_WITH_KIND(sctx, op_zorba_json_rename,
2058- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-rename"),
2059+ (createQName("http://zorba.io/internal/zorba-ops","","json-rename"),
2060 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE,
2061 GENV_TYPESYSTEM.STRING_TYPE_ONE,
2062 GENV_TYPESYSTEM.STRING_TYPE_ONE,
2063@@ -545,7 +545,7 @@
2064
2065 {
2066 DECL_WITH_KIND(sctx, op_zorba_json_array_append,
2067- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-array-append"),
2068+ (createQName("http://zorba.io/internal/zorba-ops","","json-array-append"),
2069 GENV_TYPESYSTEM.JSON_ARRAY_TYPE_ONE,
2070 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
2071 GENV_TYPESYSTEM.EMPTY_TYPE),
2072@@ -558,7 +558,7 @@
2073
2074 {
2075 DECL_WITH_KIND(sctx, op_zorba_json_box,
2076- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-box"),
2077+ (createQName("http://zorba.io/internal/zorba-ops","","json-box"),
2078 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
2079 GENV_TYPESYSTEM.ITEM_TYPE_ONE),
2080 FunctionConsts::OP_ZORBA_JSON_BOX_1);
2081
2082=== modified file 'src/functions/pregenerated/func_other_diagnostics.cpp'
2083--- src/functions/pregenerated/func_other_diagnostics.cpp 2013-03-05 23:11:50 +0000
2084+++ src/functions/pregenerated/func_other_diagnostics.cpp 2013-08-09 11:00:15 +0000
2085@@ -57,7 +57,7 @@
2086
2087 {
2088 DECL_WITH_KIND(sctx, op_zorba_read_line,
2089- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","read-line"),
2090+ (createQName("http://zorba.io/internal/zorba-ops","","read-line"),
2091 GENV_TYPESYSTEM.STRING_TYPE_ONE),
2092 FunctionConsts::OP_ZORBA_READ_LINE_0);
2093
2094@@ -68,7 +68,7 @@
2095
2096 {
2097 DECL_WITH_KIND(sctx, fn_zorba_util_print,
2098- (createQName("http://www.zorba-xquery.com/zorba/util-functions","","print"),
2099+ (createQName("http://zorba.io/util-functions","","print"),
2100 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
2101 GENV_TYPESYSTEM.EMPTY_TYPE),
2102 FunctionConsts::FN_ZORBA_UTIL_PRINT_1);
2103
2104=== modified file 'src/functions/pregenerated/func_qnames.cpp'
2105--- src/functions/pregenerated/func_qnames.cpp 2013-03-05 23:11:50 +0000
2106+++ src/functions/pregenerated/func_qnames.cpp 2013-08-09 11:00:15 +0000
2107@@ -143,7 +143,7 @@
2108
2109 {
2110 DECL_WITH_KIND(sctx, op_QName_equal,
2111- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","QName-equal"),
2112+ (createQName("http://zorba.io/internal/xquery-ops","","QName-equal"),
2113 GENV_TYPESYSTEM.QNAME_TYPE_ONE,
2114 GENV_TYPESYSTEM.QNAME_TYPE_ONE,
2115 GENV_TYPESYSTEM.BOOLEAN_TYPE_ONE),
2116
2117=== modified file 'src/functions/pregenerated/func_random.cpp'
2118--- src/functions/pregenerated/func_random.cpp 2013-07-17 09:01:57 +0000
2119+++ src/functions/pregenerated/func_random.cpp 2013-08-09 11:00:15 +0000
2120@@ -92,7 +92,7 @@
2121
2122 {
2123 DECL_WITH_KIND(sctx, fn_zorba_util_uuid,
2124- (createQName("http://www.zorba-xquery.com/zorba/util-functions","","uuid"),
2125+ (createQName("http://zorba.io/util-functions","","uuid"),
2126 GENV_TYPESYSTEM.STRING_TYPE_ONE),
2127 FunctionConsts::FN_ZORBA_UTIL_UUID_0);
2128
2129
2130=== modified file 'src/functions/pregenerated/func_sequences.cpp'
2131--- src/functions/pregenerated/func_sequences.cpp 2013-03-20 01:19:04 +0000
2132+++ src/functions/pregenerated/func_sequences.cpp 2013-08-09 11:00:15 +0000
2133@@ -307,7 +307,7 @@
2134 {
2135 std::vector<xqtref_t> lParamTypes;
2136 lParamTypes.push_back(GENV_TYPESYSTEM.ITEM_TYPE_STAR);DECL_WITH_KIND(sctx, op_concatenate,
2137- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","concatenate"),
2138+ (createQName("http://zorba.io/internal/xquery-ops","","concatenate"),
2139 lParamTypes, GENV_TYPESYSTEM.ITEM_TYPE_STAR, true),
2140 FunctionConsts::OP_CONCATENATE_N);
2141
2142@@ -460,7 +460,7 @@
2143
2144 {
2145 DECL_WITH_KIND(sctx, op_zorba_subsequence_int,
2146- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","subsequence-int"),
2147+ (createQName("http://zorba.io/internal/zorba-ops","","subsequence-int"),
2148 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
2149 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2150 GENV_TYPESYSTEM.ITEM_TYPE_STAR),
2151@@ -473,7 +473,7 @@
2152
2153 {
2154 DECL_WITH_KIND(sctx, op_zorba_subsequence_int,
2155- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","subsequence-int"),
2156+ (createQName("http://zorba.io/internal/zorba-ops","","subsequence-int"),
2157 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
2158 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2159 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2160@@ -487,7 +487,7 @@
2161
2162 {
2163 DECL_WITH_KIND(sctx, op_zorba_sequence_point_access,
2164- (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","sequence-point-access"),
2165+ (createQName("http://zorba.io/internal/zorba-ops","","sequence-point-access"),
2166 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
2167 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2168 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION),
2169@@ -600,7 +600,7 @@
2170
2171 {
2172 DECL_WITH_KIND(sctx, op_sum_double,
2173- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_double"),
2174+ (createQName("http://zorba.io/internal/xquery-ops","","sum_double"),
2175 GENV_TYPESYSTEM.DOUBLE_TYPE_STAR,
2176 GENV_TYPESYSTEM.DOUBLE_TYPE_ONE),
2177 FunctionConsts::OP_SUM_DOUBLE_1);
2178@@ -612,7 +612,7 @@
2179
2180 {
2181 DECL_WITH_KIND(sctx, op_sum_double,
2182- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_double"),
2183+ (createQName("http://zorba.io/internal/xquery-ops","","sum_double"),
2184 GENV_TYPESYSTEM.DOUBLE_TYPE_STAR,
2185 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
2186 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
2187@@ -625,7 +625,7 @@
2188
2189 {
2190 DECL_WITH_KIND(sctx, op_sum_float,
2191- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_float"),
2192+ (createQName("http://zorba.io/internal/xquery-ops","","sum_float"),
2193 GENV_TYPESYSTEM.FLOAT_TYPE_STAR,
2194 GENV_TYPESYSTEM.FLOAT_TYPE_ONE),
2195 FunctionConsts::OP_SUM_FLOAT_1);
2196@@ -637,7 +637,7 @@
2197
2198 {
2199 DECL_WITH_KIND(sctx, op_sum_float,
2200- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_float"),
2201+ (createQName("http://zorba.io/internal/xquery-ops","","sum_float"),
2202 GENV_TYPESYSTEM.FLOAT_TYPE_STAR,
2203 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
2204 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
2205@@ -650,7 +650,7 @@
2206
2207 {
2208 DECL_WITH_KIND(sctx, op_sum_decimal,
2209- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_decimal"),
2210+ (createQName("http://zorba.io/internal/xquery-ops","","sum_decimal"),
2211 GENV_TYPESYSTEM.DECIMAL_TYPE_STAR,
2212 GENV_TYPESYSTEM.DECIMAL_TYPE_ONE),
2213 FunctionConsts::OP_SUM_DECIMAL_1);
2214@@ -662,7 +662,7 @@
2215
2216 {
2217 DECL_WITH_KIND(sctx, op_sum_decimal,
2218- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_decimal"),
2219+ (createQName("http://zorba.io/internal/xquery-ops","","sum_decimal"),
2220 GENV_TYPESYSTEM.DECIMAL_TYPE_STAR,
2221 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
2222 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
2223@@ -675,7 +675,7 @@
2224
2225 {
2226 DECL_WITH_KIND(sctx, op_sum_integer,
2227- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_integer"),
2228+ (createQName("http://zorba.io/internal/xquery-ops","","sum_integer"),
2229 GENV_TYPESYSTEM.INTEGER_TYPE_STAR,
2230 GENV_TYPESYSTEM.INTEGER_TYPE_ONE),
2231 FunctionConsts::OP_SUM_INTEGER_1);
2232@@ -687,7 +687,7 @@
2233
2234 {
2235 DECL_WITH_KIND(sctx, op_sum_integer,
2236- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_integer"),
2237+ (createQName("http://zorba.io/internal/xquery-ops","","sum_integer"),
2238 GENV_TYPESYSTEM.INTEGER_TYPE_STAR,
2239 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
2240 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
2241@@ -700,7 +700,7 @@
2242
2243 {
2244 DECL_WITH_KIND(sctx, op_to,
2245- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","to"),
2246+ (createQName("http://zorba.io/internal/xquery-ops","","to"),
2247 GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION,
2248 GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION,
2249 GENV_TYPESYSTEM.INTEGER_TYPE_STAR),
2250
2251=== modified file 'src/functions/pregenerated/func_strings.cpp'
2252--- src/functions/pregenerated/func_strings.cpp 2013-07-11 22:08:29 +0000
2253+++ src/functions/pregenerated/func_strings.cpp 2013-08-09 11:00:15 +0000
2254@@ -474,7 +474,7 @@
2255
2256 {
2257 DECL_WITH_KIND(sctx, op_substring_int,
2258- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","substring_int"),
2259+ (createQName("http://zorba.io/internal/xquery-ops","","substring_int"),
2260 GENV_TYPESYSTEM.STRING_TYPE_QUESTION,
2261 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2262 GENV_TYPESYSTEM.STRING_TYPE_ONE),
2263@@ -487,7 +487,7 @@
2264
2265 {
2266 DECL_WITH_KIND(sctx, op_substring_int,
2267- (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","substring_int"),
2268+ (createQName("http://zorba.io/internal/xquery-ops","","substring_int"),
2269 GENV_TYPESYSTEM.STRING_TYPE_QUESTION,
2270 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2271 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
2272
2273=== modified file 'src/runtime/spec/mappings.xml'
2274--- src/runtime/spec/mappings.xml 2013-08-07 08:08:22 +0000
2275+++ src/runtime/spec/mappings.xml 2013-08-09 11:00:15 +0000
2276@@ -98,19 +98,19 @@
2277 define="ZORBA_INTROSPECT_SCTX_FN_NS"
2278 prefix="fn-zorba-introspect-sctx"/>
2279
2280- <zorba:namespace uri="http://www.zorba-xquery.com/modules/reflection"
2281+ <zorba:namespace uri="http://www.zorba-xquery.com/modules/reflection"
2282 define="ZORBA_REFLECTION_FN_NS"
2283 prefix="fn-zorba-reflection"/>
2284
2285- <zorba:namespace uri="http://www.zorba-xquery.com/zorba/util-functions"
2286+ <zorba:namespace uri="http://zorba.io/util-functions"
2287 define="ZORBA_UTIL_FN_NS"
2288 prefix="fn-zorba-util"/>
2289
2290- <zorba:namespace uri="http://zorba.io/modules/string"
2291+ <zorba:namespace uri="http://zorba.io/modules/string"
2292 define="ZORBA_STRING_FN_NS"
2293 prefix="fn-zorba-string"/>
2294
2295- <zorba:namespace uri="http://www.zorba-xquery.com/modules/uri"
2296+ <zorba:namespace uri="http://www.zorba-xquery.com/modules/uri"
2297 define="ZORBA_URI_FN_NS"
2298 prefix="fn-zorba-uri"/>
2299
2300@@ -118,15 +118,15 @@
2301 define="ZORBA_JSON_FN_NS"
2302 prefix="fn-zorba-json"/>
2303
2304- <zorba:namespace uri="http://www.zorba-xquery.com/modules/fetch"
2305+ <zorba:namespace uri="http://www.zorba-xquery.com/modules/fetch"
2306 define="ZORBA_FETCH_FN_NS"
2307 prefix="fn-zorba-fetch"/>
2308
2309- <zorba:namespace uri="http://www.zorba-xquery.com/modules/node"
2310+ <zorba:namespace uri="http://www.zorba-xquery.com/modules/node"
2311 define="ZORBA_NODE_FN_NS"
2312 prefix="fn-zorba-node"/>
2313
2314- <zorba:namespace uri="http://www.zorba-xquery.com/modules/item"
2315+ <zorba:namespace uri="http://www.zorba-xquery.com/modules/item"
2316 define="ZORBA_ITEM_FN_NS"
2317 prefix="fn-zorba-item"/>
2318
2319@@ -134,11 +134,11 @@
2320 define="ZORBA_XML_FN_NS"
2321 prefix="fn-zorba-xml"/>
2322
2323- <zorba:namespace uri="http://www.zorba-xquery.com/internal/xquery-ops"
2324+ <zorba:namespace uri="http://zorba.io/internal/xquery-ops"
2325 define="XQUERY_OP_NS"
2326 prefix="op"/>
2327
2328- <zorba:namespace uri="http://www.zorba-xquery.com/internal/zorba-ops"
2329+ <zorba:namespace uri="http://zorba.io/internal/zorba-ops"
2330 define="ZORBA_OP_NS"
2331 prefix="op-zorba"/>
2332
2333
2334=== modified file 'src/runtime/spec/plan_iter_visitor_h.xq'
2335--- src/runtime/spec/plan_iter_visitor_h.xq 2013-02-07 17:24:36 +0000
2336+++ src/runtime/spec/plan_iter_visitor_h.xq 2013-08-09 11:00:15 +0000
2337@@ -15,7 +15,7 @@
2338 :)
2339
2340 declare namespace zorba = "http://www.zorba-xquery.com";
2341-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2342+declare namespace ann = "http://zorba.io/annotations";
2343
2344 import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";
2345 import module namespace file = "http://expath.org/ns/file";
2346
2347=== modified file 'src/runtime/spec/printer_visitor_cpp.xq'
2348--- src/runtime/spec/printer_visitor_cpp.xq 2013-08-02 21:35:01 +0000
2349+++ src/runtime/spec/printer_visitor_cpp.xq 2013-08-09 11:00:15 +0000
2350@@ -15,7 +15,7 @@
2351 :)
2352
2353 declare namespace zorba = "http://www.zorba-xquery.com";
2354-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2355+declare namespace ann = "http://zorba.io/annotations";
2356
2357 import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";
2358 import module namespace file = "http://expath.org/ns/file";
2359
2360=== modified file 'src/runtime/spec/printer_visitor_h.xq'
2361--- src/runtime/spec/printer_visitor_h.xq 2013-02-07 17:24:36 +0000
2362+++ src/runtime/spec/printer_visitor_h.xq 2013-08-09 11:00:15 +0000
2363@@ -15,7 +15,7 @@
2364 :)
2365
2366 declare namespace zorba = "http://www.zorba-xquery.com";
2367-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2368+declare namespace ann = "http://zorba.io/annotations";
2369
2370 import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";
2371 import module namespace file = "http://expath.org/ns/file";
2372
2373=== modified file 'src/zorbamisc/ns_consts.h'
2374--- src/zorbamisc/ns_consts.h 2013-08-07 05:28:39 +0000
2375+++ src/zorbamisc/ns_consts.h 2013-08-09 11:00:15 +0000
2376@@ -40,18 +40,15 @@
2377
2378 ///////////////////////////////////////////////////////////////////////////////
2379
2380-#define ZORBA_NS "http://www.zorba-xquery.com/"
2381-#define ZORBA_MODULES_NS "http://zorba.io/modules/"
2382+#define ZORBA_NS_BASE "http://zorba.io/"
2383+#define ZORBA_COLLATION_NS_BASE ZORBA_NS_BASE "collations/"
2384
2385 #define ZORBA_DEF_COLLATION_NS ZORBA_COLLATION_NS_BASE "IDENTICAL/en/US"
2386-
2387-#define ZORBA_ERR_NS "http://zorba.io/errors"
2388-#define ZORBA_WARN_NS "http://zorba.io/warnings"
2389-
2390-#define ZORBA_FEATURES_NS ZORBA_NS "features"
2391-#define ZORBA_ANNOTATIONS_NS ZORBA_NS "annotations"
2392-#define ZORBA_COLLATION_NS_BASE ZORBA_NS "collations/"
2393-#define ZORBA_EXTENSIONS_NS ZORBA_NS "extensions"
2394+#define ZORBA_ERR_NS ZORBA_NS_BASE "errors"
2395+#define ZORBA_WARN_NS ZORBA_NS_BASE "warnings"
2396+#define ZORBA_FEATURES_NS ZORBA_NS_BASE "features"
2397+#define ZORBA_ANNOTATIONS_NS ZORBA_NS_BASE "annotations"
2398+#define ZORBA_EXTENSIONS_NS ZORBA_NS_BASE "extensions"
2399
2400 // TODO these probably should not be in "ns_consts"
2401 #define ZORBA_OPTION_ENABLE_DTD "enable-dtd"
2402
2403=== modified file 'src/zorbatypes/collation_manager.h'
2404--- src/zorbatypes/collation_manager.h 2013-02-07 17:24:36 +0000
2405+++ src/zorbatypes/collation_manager.h 2013-08-09 11:00:15 +0000
2406@@ -71,12 +71,12 @@
2407 * The URI specifies the locale and collation strengh that is used.
2408 *
2409 * The uri must begin with
2410- * http://www.zorba-xquery.com/collations/.
2411+ * http://zorba.io/collations/.
2412 * Then a collation strengh (PRIMARY, SECONDARY, TERTIARY, QUATTERNARY,
2413 * or IDENTICAL followed by a '/'.
2414 * Then a lowercase two-letter or three-letter ISO-639 code
2415 * followed by '/' and an optional uppercase two-letter ISO-3166 code.
2416- * For example, http://www.zorba-xquery.com/collations/PRIMARY/en/US
2417+ * For example, http://zorba.io/collations/PRIMARY/en/US
2418 * specifies an english language with US begin the country..
2419 *
2420 * For a detailed description see
2421
2422=== modified file 'swig/StaticContext.h'
2423--- swig/StaticContext.h 2013-02-07 17:24:36 +0000
2424+++ swig/StaticContext.h 2013-08-09 11:00:15 +0000
2425@@ -91,12 +91,12 @@
2426 /** \brief Adds a collation URI.
2427 *
2428 * The URI specifies the locale and collation strength of the collation that is added.
2429- * A valid collation URI must begin with %http://www.zorba-xquery.com/collations/.
2430+ * A valid collation URI must begin with %http://zorba.io/collations/.
2431 * This prefix is followed by a collation strength (i.e. PRIMARY, SECONDARY, TERTIARY,
2432 * QUATTERNARY, or IDENTICAL) followed by a '/'.
2433 * After the strength a lower-case two- or three-letter ISO-639 language code must follow.
2434 * The URI may end with an upper-case two-letter ISO-3166.
2435- * For example, %http://www.zorba-xquery.com/collations/PRIMARY/en/US
2436+ * For example, %http://zorba.io/collations/PRIMARY/en/US
2437 * specifies an english language with US begin the country..
2438 *
2439 * Internally, ICU is used for comparing strings. For detailed description see
2440
2441=== modified file 'swig/xqj/managers/module2.xq'
2442--- swig/xqj/managers/module2.xq 2012-04-28 06:29:50 +0000
2443+++ swig/xqj/managers/module2.xq 2013-08-09 11:00:15 +0000
2444@@ -20,7 +20,7 @@
2445
2446 import module namespace mod3 = "http://www.mod3.com/" at "file:///${CMAKE_CURRENT_BINARY_DIR}/managers/module3.xq";
2447
2448-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2449+declare namespace ann = "http://zorba.io/annotations";
2450
2451 declare %ann:ordered collection mod2:coll as node()*;
2452
2453
2454=== modified file 'swig/xqj/managers/module3.xq'
2455--- swig/xqj/managers/module3.xq 2012-04-28 06:17:35 +0000
2456+++ swig/xqj/managers/module3.xq 2013-08-09 11:00:15 +0000
2457@@ -16,7 +16,7 @@
2458
2459 module namespace mod3 = "http://www.mod3.com/";
2460
2461-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2462+declare namespace ann = "http://zorba.io/annotations";
2463
2464 declare %ann:ordered %ann:append-only collection mod3:coll as node()*;
2465
2466
2467=== modified file 'test/driver/testdriver.cpp'
2468--- test/driver/testdriver.cpp 2013-07-31 17:16:23 +0000
2469+++ test/driver/testdriver.cpp 2013-08-09 11:00:15 +0000
2470@@ -197,10 +197,10 @@
2471
2472 zorba::Item lEnable
2473 = engine->getItemFactory()->createQName(
2474- "http://www.zorba-xquery.com/options/features", "", "enable");
2475+ "http://zorba.io/options/features", "", "enable");
2476 zorba::Item lDisable
2477 = engine->getItemFactory()->createQName(
2478- "http://www.zorba-xquery.com/options/features", "", "disable");
2479+ "http://zorba.io/options/features", "", "disable");
2480 lContext->declareOption(lDisable, "scripting");
2481 }
2482
2483
2484=== modified file 'test/driver/testdriver_common.cpp'
2485--- test/driver/testdriver_common.cpp 2013-08-06 08:41:26 +0000
2486+++ test/driver/testdriver_common.cpp 2013-08-09 11:00:15 +0000
2487@@ -544,7 +544,7 @@
2488 if ( spec.getEnableDtd() )
2489 {
2490 zorba::Item lQName = driverCtx.theEngine->getItemFactory()->
2491- createQName("http://www.zorba-xquery.com/options/features", "", "enable");
2492+ createQName("http://zorba.io/options/features", "", "enable");
2493
2494 sctx->declareOption(lQName, "dtd");
2495 }
2496
2497=== modified file 'test/driver/testdriver_mt.cpp'
2498--- test/driver/testdriver_mt.cpp 2013-07-31 17:16:23 +0000
2499+++ test/driver/testdriver_mt.cpp 2013-08-09 11:00:15 +0000
2500@@ -573,7 +573,7 @@
2501 sctx->setXQueryVersion(zorba::xquery_version_1_0);
2502
2503 zorba::Item lDisable = zorba->getItemFactory()->
2504- createQName("http://www.zorba-xquery.com/options/features", "", "disable");
2505+ createQName("http://zorba.io/options/features", "", "disable");
2506
2507 sctx->declareOption(lDisable, "scripting");
2508 sctx->setTraceStream(queries->theOutput);
2509
2510=== modified file 'test/driver/updtestdriver.cpp'
2511--- test/driver/updtestdriver.cpp 2013-08-06 08:41:26 +0000
2512+++ test/driver/updtestdriver.cpp 2013-08-09 11:00:15 +0000
2513@@ -325,10 +325,10 @@
2514 lContext->registerURIMapper( smapper.get() );
2515
2516 zorba::Item lEnable = engine->getItemFactory()->
2517- createQName("http://www.zorba-xquery.com/options/features", "", "enable");
2518+ createQName("http://zorba.io/options/features", "", "enable");
2519
2520 zorba::Item lDisable = engine->getItemFactory()->
2521- createQName("http://www.zorba-xquery.com/options/features", "", "disable");
2522+ createQName("http://zorba.io/options/features", "", "disable");
2523
2524 lContext->declareOption(lDisable, "scripting");
2525 #if 1
2526
2527=== modified file 'test/extern/nondeterm-1.xq'
2528--- test/extern/nondeterm-1.xq 2013-02-07 17:24:36 +0000
2529+++ test/extern/nondeterm-1.xq 2013-08-09 11:00:15 +0000
2530@@ -14,7 +14,7 @@
2531 : limitations under the License.
2532 :)
2533
2534-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2535+declare namespace ann = "http://zorba.io/annotations";
2536 declare namespace extern="urn:extern";
2537 declare %ann:nondeterministic function extern:nondeterm() external;
2538
2539
2540=== modified file 'test/extern/nondeterm-2.xq'
2541--- test/extern/nondeterm-2.xq 2013-02-07 17:24:36 +0000
2542+++ test/extern/nondeterm-2.xq 2013-08-09 11:00:15 +0000
2543@@ -14,7 +14,7 @@
2544 : limitations under the License.
2545 :)
2546
2547-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2548+declare namespace ann = "http://zorba.io/annotations";
2549 declare namespace extern="urn:extern";
2550 declare %ann:nondeterministic function extern:nondeterm() external;
2551
2552
2553=== modified file 'test/extern/nondeterm-3.xq'
2554--- test/extern/nondeterm-3.xq 2013-02-07 17:24:36 +0000
2555+++ test/extern/nondeterm-3.xq 2013-08-09 11:00:15 +0000
2556@@ -14,7 +14,7 @@
2557 : limitations under the License.
2558 :)
2559
2560-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2561+declare namespace ann = "http://zorba.io/annotations";
2562 declare namespace extern = "urn:extern";
2563 declare %ann:nondeterministic function extern:nondeterm() external;
2564
2565
2566=== modified file 'test/extern/nondeterm-4.xq'
2567--- test/extern/nondeterm-4.xq 2013-02-07 17:24:36 +0000
2568+++ test/extern/nondeterm-4.xq 2013-08-09 11:00:15 +0000
2569@@ -14,7 +14,7 @@
2570 : limitations under the License.
2571 :)
2572
2573-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2574+declare namespace ann = "http://zorba.io/annotations";
2575 declare namespace extern="urn:extern";
2576 declare %ann:nondeterministic function extern:nondeterm() external;
2577
2578
2579=== modified file 'test/extern/nondeterm-5.xq'
2580--- test/extern/nondeterm-5.xq 2013-02-07 17:24:36 +0000
2581+++ test/extern/nondeterm-5.xq 2013-08-09 11:00:15 +0000
2582@@ -14,7 +14,7 @@
2583 : limitations under the License.
2584 :)
2585
2586-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2587+declare namespace ann = "http://zorba.io/annotations";
2588 declare namespace extern = "urn:extern";
2589 declare %ann:nondeterministic function extern:nondeterm() external;
2590
2591
2592=== modified file 'test/extern/nondeterm-6.xq'
2593--- test/extern/nondeterm-6.xq 2013-02-07 17:24:36 +0000
2594+++ test/extern/nondeterm-6.xq 2013-08-09 11:00:15 +0000
2595@@ -14,7 +14,7 @@
2596 : limitations under the License.
2597 :)
2598
2599-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2600+declare namespace ann = "http://zorba.io/annotations";
2601 declare namespace extern = "urn:extern";
2602 declare %ann:nondeterministic function extern:nondeterm() external;
2603
2604
2605=== modified file 'test/extern/nondeterm-7.xq'
2606--- test/extern/nondeterm-7.xq 2013-02-07 17:24:36 +0000
2607+++ test/extern/nondeterm-7.xq 2013-08-09 11:00:15 +0000
2608@@ -14,7 +14,7 @@
2609 : limitations under the License.
2610 :)
2611
2612-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2613+declare namespace ann = "http://zorba.io/annotations";
2614 declare namespace extern="urn:extern";
2615 declare %ann:nondeterministic function extern:nondeterm() external;
2616
2617
2618=== modified file 'test/extern/nondeterm-8.xq'
2619--- test/extern/nondeterm-8.xq 2013-02-07 17:24:36 +0000
2620+++ test/extern/nondeterm-8.xq 2013-08-09 11:00:15 +0000
2621@@ -14,7 +14,7 @@
2622 : limitations under the License.
2623 :)
2624
2625-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2626+declare namespace ann = "http://zorba.io/annotations";
2627 declare namespace extern="urn:extern";
2628 declare %ann:nondeterministic function extern:nondeterm() external;
2629
2630
2631=== modified file 'test/extern/nondeterm-9.xq'
2632--- test/extern/nondeterm-9.xq 2013-02-07 17:24:36 +0000
2633+++ test/extern/nondeterm-9.xq 2013-08-09 11:00:15 +0000
2634@@ -14,7 +14,7 @@
2635 : limitations under the License.
2636 :)
2637
2638-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2639+declare namespace ann = "http://zorba.io/annotations";
2640 declare namespace extern = "urn:extern";
2641 declare %ann:nondeterministic function extern:nondeterm() external;
2642
2643
2644=== modified file 'test/fots_driver/environment.xq'
2645--- test/fots_driver/environment.xq 2013-08-05 16:13:27 +0000
2646+++ test/fots_driver/environment.xq 2013-08-09 11:00:15 +0000
2647@@ -32,7 +32,7 @@
2648 "http://www.w3.org/2010/09/qt-fots-catalog";
2649
2650 declare namespace ann =
2651- "http://www.zorba-xquery.com/annotations";
2652+ "http://zorba.io/annotations";
2653
2654
2655 (:~
2656
2657=== modified file 'test/fots_driver/evaluate.xq'
2658--- test/fots_driver/evaluate.xq 2013-07-24 09:17:59 +0000
2659+++ test/fots_driver/evaluate.xq 2013-08-09 11:00:15 +0000
2660@@ -47,7 +47,7 @@
2661 "http://www.w3.org/2010/09/qt-fots-catalog";
2662
2663 declare namespace ann =
2664- "http://www.zorba-xquery.com/annotations";
2665+ "http://zorba.io/annotations";
2666
2667
2668 (:~
2669
2670=== modified file 'test/fots_driver/execute.xq'
2671--- test/fots_driver/execute.xq 2013-04-09 14:22:41 +0000
2672+++ test/fots_driver/execute.xq 2013-08-09 11:00:15 +0000
2673@@ -35,11 +35,11 @@
2674 "http://www.w3.org/2005/xqt-errors";
2675
2676 declare namespace ann =
2677- "http://www.zorba-xquery.com/annotations";
2678-
2679-
2680-declare namespace op = "http://www.zorba-xquery.com/options/features";
2681-declare namespace f = "http://www.zorba-xquery.com/features";
2682+ "http://zorba.io/annotations";
2683+
2684+
2685+declare namespace op = "http://zorba.io/options/features";
2686+declare namespace f = "http://zorba.io/features";
2687 declare option op:disable "f:trace";
2688
2689 (:~
2690
2691=== modified file 'test/fots_driver/feedback.xq'
2692--- test/fots_driver/feedback.xq 2013-07-19 08:58:43 +0000
2693+++ test/fots_driver/feedback.xq 2013-08-09 11:00:15 +0000
2694@@ -23,7 +23,7 @@
2695 "http://www.zorba-xquery.com/fots-driver/feedback";
2696
2697 declare namespace ann =
2698- "http://www.zorba-xquery.com/annotations";
2699+ "http://zorba.io/annotations";
2700
2701 declare namespace fots =
2702 "http://www.w3.org/2010/09/qt-fots-catalog";
2703
2704=== modified file 'test/fots_driver/fots-driver.xq'
2705--- test/fots_driver/fots-driver.xq 2013-08-07 08:08:22 +0000
2706+++ test/fots_driver/fots-driver.xq 2013-08-09 11:00:15 +0000
2707@@ -23,7 +23,7 @@
2708 "http://www.zorba-xquery.com/fots-driver";
2709
2710 import module namespace functx =
2711- "http://www.functx.com/";
2712+ "http://www.functx.com";
2713
2714 import module namespace datetime =
2715 "http://www.zorba-xquery.com/modules/datetime";
2716@@ -54,7 +54,7 @@
2717 "http://www.w3.org/2010/09/qt-fots-catalog";
2718
2719 declare namespace ann =
2720- "http://www.zorba-xquery.com/annotations";
2721+ "http://zorba.io/annotations";
2722
2723 (:~
2724 : Returns the names of all qualifying test-sets.
2725
2726=== modified file 'test/fots_driver/reporting.xq'
2727--- test/fots_driver/reporting.xq 2013-08-06 01:09:07 +0000
2728+++ test/fots_driver/reporting.xq 2013-08-09 11:00:15 +0000
2729@@ -32,7 +32,7 @@
2730 import module namespace fots-err =
2731 "http://www.zorba-xquery.com/fots-driver/errors" at "errors.xq";
2732 import module namespace functx =
2733- "http://www.functx.com/";
2734+ "http://www.functx.com";
2735
2736 declare namespace err =
2737 "http://www.w3.org/2005/xqt-errors";
2738@@ -45,7 +45,7 @@
2739 "http://www.w3.org/2012/08/qt-fots-results";
2740
2741 declare namespace ann =
2742- "http://www.zorba-xquery.com/annotations";
2743+ "http://zorba.io/annotations";
2744
2745
2746 (:~
2747
2748=== modified file 'test/fots_driver/tools/process.xq'
2749--- test/fots_driver/tools/process.xq 2013-05-22 17:10:21 +0000
2750+++ test/fots_driver/tools/process.xq 2013-08-09 11:00:15 +0000
2751@@ -32,7 +32,7 @@
2752 "http://www.zorba-xquery.com/fots-driver/errors" at "../errors.xq";
2753
2754 declare namespace ann =
2755- "http://www.zorba-xquery.com/annotations";
2756+ "http://zorba.io/annotations";
2757 declare namespace fots =
2758 "http://www.w3.org/2010/09/qt-fots-catalog";
2759
2760
2761=== modified file 'test/fots_driver/util.xq'
2762--- test/fots_driver/util.xq 2013-08-05 23:01:27 +0000
2763+++ test/fots_driver/util.xq 2013-08-09 11:00:15 +0000
2764@@ -38,10 +38,10 @@
2765 "http://www.w3.org/2010/09/qt-fots-catalog";
2766
2767 declare namespace ann =
2768- "http://www.zorba-xquery.com/annotations";
2769+ "http://zorba.io/annotations";
2770
2771-declare namespace op = "http://www.zorba-xquery.com/options/features";
2772-declare namespace f = "http://www.zorba-xquery.com/features";
2773+declare namespace op = "http://zorba.io/options/features";
2774+declare namespace f = "http://zorba.io/features";
2775 declare option op:disable "f:trace";
2776
2777 (:~
2778
2779=== modified file 'test/rbkt/ExpQueryResults/zorba/fetch/fetch_module1.xml.res'
2780--- test/rbkt/ExpQueryResults/zorba/fetch/fetch_module1.xml.res 2013-02-07 17:24:36 +0000
2781+++ test/rbkt/ExpQueryResults/zorba/fetch/fetch_module1.xml.res 2013-08-09 11:00:15 +0000
2782@@ -1,7 +1,7 @@
2783 (: Test module with external functions implemented in C++ :)
2784 module namespace ext = "http://zorba-tests.28msec.us/modules/ext";
2785
2786-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
2787+declare namespace ver = "http://zorba.io/options/versioning";
2788 declare option ver:module-version "2.0";
2789
2790 declare function ext:func() as xs:string external;
2791
2792=== modified file 'test/rbkt/ExpQueryResults/zorba/fetch/fetch_module2.xml.res'
2793--- test/rbkt/ExpQueryResults/zorba/fetch/fetch_module2.xml.res 2013-02-07 17:24:36 +0000
2794+++ test/rbkt/ExpQueryResults/zorba/fetch/fetch_module2.xml.res 2013-08-09 11:00:15 +0000
2795@@ -1,7 +1,7 @@
2796 (: Test module with external functions implemented in C++ :)
2797 module namespace ext = "http://zorba-tests.28msec.us/modules/ext";
2798
2799-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
2800+declare namespace ver = "http://zorba.io/options/versioning";
2801 declare option ver:module-version "1.0";
2802
2803 declare function ext:func() as xs:string external;
2804
2805=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/collindex.xml.res'
2806--- test/rbkt/ExpQueryResults/zorba/xqdoc/collindex.xml.res 2012-09-24 08:06:53 +0000
2807+++ test/rbkt/ExpQueryResults/zorba/xqdoc/collindex.xml.res 2013-08-09 11:00:15 +0000
2808@@ -12,7 +12,7 @@
2809 <xqdoc:namespace prefix="cil" uri="http://www.zorba-xquery.com/collindex" isSchema="false"/>
2810 <xqdoc:namespace prefix="ddl" uri="http://www.zorba-xquery.com/modules/store/static/collections/ddl" isSchema="false"/>
2811 <xqdoc:namespace prefix="dml" uri="http://www.zorba-xquery.com/modules/store/static/collections/dml" isSchema="false"/>
2812- <xqdoc:namespace prefix="functx" uri="http://www.functx.com/" isSchema="false"/>
2813+ <xqdoc:namespace prefix="functx" uri="http://www.functx.com" isSchema="false"/>
2814 <xqdoc:namespace prefix="idml" uri="http://www.zorba-xquery.com/modules/store/static/indexes/dml" isSchema="false"/>
2815 <xqdoc:namespace prefix="req" uri="http://www.28msec.com/modules/http/request" isSchema="false"/>
2816 <xqdoc:namespace prefix="resp" uri="http://www.28msec.com/modules/http/response" isSchema="false"/>
2817@@ -20,7 +20,7 @@
2818 </xqdoc:module>
2819 <xqdoc:imports>
2820 <xqdoc:import type="library">
2821- <xqdoc:uri>http://www.functx.com/</xqdoc:uri>
2822+ <xqdoc:uri>http://www.functx.com</xqdoc:uri>
2823 </xqdoc:import>
2824 <xqdoc:import type="library">
2825 <xqdoc:uri>http://www.28msec.com/modules/http/request</xqdoc:uri>
2826
2827=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res'
2828--- test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res 2013-02-07 17:24:36 +0000
2829+++ test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res 2013-08-09 11:00:15 +0000
2830@@ -1,1 +1,1 @@
2831-<xqdoc:xqdoc xmlns:xqdoc="http://www.xqdoc.org/1.0"><xqdoc:control><xqdoc:date/><xqdoc:version>1.0</xqdoc:version></xqdoc:control><xqdoc:module type="main"><xqdoc:uri>local.xqlib</xqdoc:uri><xqdoc:custom tag="namespaces"><xqdoc:namespace prefix="ann" uri="http://www.zorba-xquery.com/annotations" isSchema="false"/><xqdoc:namespace prefix="xqd" uri="http://www.zorba-xquery.com/modules/xqdoc" isSchema="false"/><xqdoc:namespace prefix="xqds" uri="http://www.xqdoc.org/1.0" isSchema="true"/></xqdoc:custom></xqdoc:module><xqdoc:imports><xqdoc:import type="schema"><xqdoc:uri>http://www.xqdoc.org/1.0</xqdoc:uri></xqdoc:import><xqdoc:import type="library"><xqdoc:uri>http://www.zorba-xquery.com/modules/xqdoc</xqdoc:uri></xqdoc:import></xqdoc:imports><xqdoc:variables/><xqdoc:collections/><xqdoc:indexes/><xqdoc:functions><xqdoc:function arity="1"><xqdoc:name>local:remove-date</xqdoc:name><xqdoc:annotations><xqdoc:annotation namespace="http://www.zorba-xquery.com/annotations" localname="sequential" prefix="ann" value=""/></xqdoc:annotations><xqdoc:signature>declare %ann:sequential function local:remove-date($xqdoc)</xqdoc:signature><xqdoc:parameters><xqdoc:parameter><xqdoc:name>xqdoc</xqdoc:name></xqdoc:parameter></xqdoc:parameters></xqdoc:function></xqdoc:functions></xqdoc:xqdoc>
2832+<xqdoc:xqdoc xmlns:xqdoc="http://www.xqdoc.org/1.0"><xqdoc:control><xqdoc:date/><xqdoc:version>1.0</xqdoc:version></xqdoc:control><xqdoc:module type="main"><xqdoc:uri>local.xqlib</xqdoc:uri><xqdoc:custom tag="namespaces"><xqdoc:namespace prefix="ann" uri="http://zorba.io/annotations" isSchema="false"/><xqdoc:namespace prefix="xqd" uri="http://www.zorba-xquery.com/modules/xqdoc" isSchema="false"/><xqdoc:namespace prefix="xqds" uri="http://www.xqdoc.org/1.0" isSchema="true"/></xqdoc:custom></xqdoc:module><xqdoc:imports><xqdoc:import type="schema"><xqdoc:uri>http://www.xqdoc.org/1.0</xqdoc:uri></xqdoc:import><xqdoc:import type="library"><xqdoc:uri>http://www.zorba-xquery.com/modules/xqdoc</xqdoc:uri></xqdoc:import></xqdoc:imports><xqdoc:variables/><xqdoc:collections/><xqdoc:indexes/><xqdoc:functions><xqdoc:function arity="1"><xqdoc:name>local:remove-date</xqdoc:name><xqdoc:annotations><xqdoc:annotation namespace="http://zorba.io/annotations" localname="sequential" prefix="ann" value=""/></xqdoc:annotations><xqdoc:signature>declare %ann:sequential function local:remove-date($xqdoc)</xqdoc:signature><xqdoc:parameters><xqdoc:parameter><xqdoc:name>xqdoc</xqdoc:name></xqdoc:parameter></xqdoc:parameters></xqdoc:function></xqdoc:functions></xqdoc:xqdoc>
2833
2834=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/no_global_var.xml.res'
2835--- test/rbkt/ExpQueryResults/zorba/xqdoc/no_global_var.xml.res 2013-02-07 17:24:36 +0000
2836+++ test/rbkt/ExpQueryResults/zorba/xqdoc/no_global_var.xml.res 2013-08-09 11:00:15 +0000
2837@@ -1,1 +1,1 @@
2838-<xqdoc:xqdoc xmlns:xqdoc="http://www.xqdoc.org/1.0"><xqdoc:control><xqdoc:date/><xqdoc:version>1.0</xqdoc:version></xqdoc:control><xqdoc:module type="library"><xqdoc:uri>foo:bar</xqdoc:uri><xqdoc:name>no_global_var.xqlib</xqdoc:name><xqdoc:custom tag="namespaces"><xqdoc:namespace prefix="ann" uri="http://www.zorba-xquery.com/annotations" isSchema="false"/><xqdoc:namespace prefix="foo" uri="foo:bar" isSchema="false"/></xqdoc:custom></xqdoc:module><xqdoc:imports/><xqdoc:variables><xqdoc:variable><xqdoc:uri>foo:foo</xqdoc:uri></xqdoc:variable></xqdoc:variables><xqdoc:collections></xqdoc:collections><xqdoc:indexes></xqdoc:indexes><xqdoc:functions><xqdoc:function arity="0"><xqdoc:name>foo:bar</xqdoc:name><xqdoc:annotations><xqdoc:annotation namespace="http://www.zorba-xquery.com/annotations" localname="sequential" prefix="ann" value=""/></xqdoc:annotations><xqdoc:signature>declare %ann:sequential function foo:bar()</xqdoc:signature><xqdoc:invoked arity="2"><xqdoc:uri>http://www.w3.org/2005/xpath-functions</xqdoc:uri><xqdoc:name>concat</xqdoc:name></xqdoc:invoked></xqdoc:function></xqdoc:functions></xqdoc:xqdoc>
2839+<xqdoc:xqdoc xmlns:xqdoc="http://www.xqdoc.org/1.0"><xqdoc:control><xqdoc:date/><xqdoc:version>1.0</xqdoc:version></xqdoc:control><xqdoc:module type="library"><xqdoc:uri>foo:bar</xqdoc:uri><xqdoc:name>no_global_var.xqlib</xqdoc:name><xqdoc:custom tag="namespaces"><xqdoc:namespace prefix="ann" uri="http://zorba.io/annotations" isSchema="false"/><xqdoc:namespace prefix="foo" uri="foo:bar" isSchema="false"/></xqdoc:custom></xqdoc:module><xqdoc:imports/><xqdoc:variables><xqdoc:variable><xqdoc:uri>foo:foo</xqdoc:uri></xqdoc:variable></xqdoc:variables><xqdoc:collections></xqdoc:collections><xqdoc:indexes></xqdoc:indexes><xqdoc:functions><xqdoc:function arity="0"><xqdoc:name>foo:bar</xqdoc:name><xqdoc:annotations><xqdoc:annotation namespace="http://zorba.io/annotations" localname="sequential" prefix="ann" value=""/></xqdoc:annotations><xqdoc:signature>declare %ann:sequential function foo:bar()</xqdoc:signature><xqdoc:invoked arity="2"><xqdoc:uri>http://www.w3.org/2005/xpath-functions</xqdoc:uri><xqdoc:name>concat</xqdoc:name></xqdoc:invoked></xqdoc:function></xqdoc:functions></xqdoc:xqdoc>
2840
2841=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-020.xq'
2842--- test/rbkt/Queries/zorba/HigherOrder/hof-020.xq 2013-03-13 21:14:37 +0000
2843+++ test/rbkt/Queries/zorba/HigherOrder/hof-020.xq 2013-08-09 11:00:15 +0000
2844@@ -3,7 +3,7 @@
2845 (: Function expecting a function, caller supplies inline function :)
2846 (: Author - Michael Kay, Saxonica :)
2847
2848-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2849+declare namespace ann = "http://zorba.io/annotations";
2850
2851 declare %ann:sequential function local:scramble(
2852 $x as function(*),
2853
2854=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-022.xq'
2855--- test/rbkt/Queries/zorba/HigherOrder/hof-022.xq 2013-03-13 21:14:37 +0000
2856+++ test/rbkt/Queries/zorba/HigherOrder/hof-022.xq 2013-08-09 11:00:15 +0000
2857@@ -3,9 +3,9 @@
2858 (: Name and arity of a user-defined function :)
2859 (: Author - Michael Kay, Saxonica :)
2860
2861-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2862+declare namespace ann = "http://zorba.io/annotations";
2863
2864-declare namespace o = "http://www.zorba-xquery.com/options/features";
2865+declare namespace o = "http://zorba.io/options/features";
2866
2867 declare %ann:sequential function local:scramble(
2868 $x as function(xs:string) as xs:string,
2869
2870=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-101.xq'
2871--- test/rbkt/Queries/zorba/HigherOrder/hof-101.xq 2013-03-27 14:17:57 +0000
2872+++ test/rbkt/Queries/zorba/HigherOrder/hof-101.xq 2013-08-09 11:00:15 +0000
2873@@ -1,4 +1,4 @@
2874-declare namespace an = "http://www.zorba-xquery.com/annotations";
2875+declare namespace an = "http://zorba.io/annotations";
2876
2877 declare %private variable $handlers := ();
2878
2879
2880=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-102.xq'
2881--- test/rbkt/Queries/zorba/HigherOrder/hof-102.xq 2013-03-13 21:14:37 +0000
2882+++ test/rbkt/Queries/zorba/HigherOrder/hof-102.xq 2013-08-09 11:00:15 +0000
2883@@ -1,4 +1,4 @@
2884-declare namespace o = "http://www.zorba-xquery.com/options/features";
2885+declare namespace o = "http://zorba.io/options/features";
2886 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2887
2888 try { function () { fn:error() } () } catch err:FOER0000 { 0 }
2889
2890=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-103.xq'
2891--- test/rbkt/Queries/zorba/HigherOrder/hof-103.xq 2013-03-13 21:14:37 +0000
2892+++ test/rbkt/Queries/zorba/HigherOrder/hof-103.xq 2013-08-09 11:00:15 +0000
2893@@ -1,4 +1,4 @@
2894-declare namespace o = "http://www.zorba-xquery.com/options/features";
2895+declare namespace o = "http://zorba.io/options/features";
2896 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2897
2898 try { function() { 1 div 0 } () } catch err:FOAR0001 { 0 }
2899
2900=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-05.xq'
2901--- test/rbkt/Queries/zorba/annotations/annot-err-05.xq 2013-07-17 09:01:57 +0000
2902+++ test/rbkt/Queries/zorba/annotations/annot-err-05.xq 2013-08-09 11:00:15 +0000
2903@@ -1,4 +1,4 @@
2904-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2905+declare namespace ann = "http://zorba.io/annotations";
2906
2907 declare namespace random = "http://zorba.io/modules/random";
2908
2909
2910=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-06.xq'
2911--- test/rbkt/Queries/zorba/annotations/annot-err-06.xq 2013-07-17 09:01:57 +0000
2912+++ test/rbkt/Queries/zorba/annotations/annot-err-06.xq 2013-08-09 11:00:15 +0000
2913@@ -1,4 +1,4 @@
2914-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2915+declare namespace ann = "http://zorba.io/annotations";
2916
2917 declare namespace random = "http://zorba.io/modules/random";
2918
2919
2920=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-07.xq'
2921--- test/rbkt/Queries/zorba/annotations/annot-err-07.xq 2013-07-17 09:01:57 +0000
2922+++ test/rbkt/Queries/zorba/annotations/annot-err-07.xq 2013-08-09 11:00:15 +0000
2923@@ -1,4 +1,4 @@
2924-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2925+declare namespace ann = "http://zorba.io/annotations";
2926
2927 declare namespace random = "http://zorba.io/modules/random";
2928
2929
2930=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-10.xq'
2931--- test/rbkt/Queries/zorba/annotations/annot-err-10.xq 2013-02-07 17:24:36 +0000
2932+++ test/rbkt/Queries/zorba/annotations/annot-err-10.xq 2013-08-09 11:00:15 +0000
2933@@ -1,4 +1,4 @@
2934-declare namespace ann = "https://www.zorba-xquery.com/annotations";
2935+declare namespace ann = "https://zorba.io/annotations";
2936
2937 declare %ann:deterministic function local:public()
2938 {
2939
2940=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-11.xq'
2941--- test/rbkt/Queries/zorba/annotations/annot-err-11.xq 2013-02-07 17:24:36 +0000
2942+++ test/rbkt/Queries/zorba/annotations/annot-err-11.xq 2013-08-09 11:00:15 +0000
2943@@ -1,4 +1,4 @@
2944-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2945+declare namespace ann = "http://zorba.io/annotations";
2946
2947 declare %ann:nondeterministic function local:public()
2948 {
2949
2950=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-12.xq'
2951--- test/rbkt/Queries/zorba/annotations/annot-err-12.xq 2013-02-07 17:24:36 +0000
2952+++ test/rbkt/Queries/zorba/annotations/annot-err-12.xq 2013-08-09 11:00:15 +0000
2953@@ -1,4 +1,4 @@
2954-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2955+declare namespace ann = "http://zorba.io/annotations";
2956
2957 declare %ann:nonassignable %ann:nonassignable variable $var := 3;
2958
2959
2960=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-13.xq'
2961--- test/rbkt/Queries/zorba/annotations/annot-err-13.xq 2013-02-07 17:24:36 +0000
2962+++ test/rbkt/Queries/zorba/annotations/annot-err-13.xq 2013-08-09 11:00:15 +0000
2963@@ -1,4 +1,4 @@
2964-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2965+declare namespace ann = "http://zorba.io/annotations";
2966
2967 declare %ann:assignable %ann:assignable variable $var := 3;
2968
2969
2970=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-14.xq'
2971--- test/rbkt/Queries/zorba/annotations/annot-err-14.xq 2013-02-07 17:24:36 +0000
2972+++ test/rbkt/Queries/zorba/annotations/annot-err-14.xq 2013-08-09 11:00:15 +0000
2973@@ -1,4 +1,4 @@
2974-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2975+declare namespace ann = "http://zorba.io/annotations";
2976
2977 declare %ann:assignable %ann:nonassignable variable $var := 3;
2978
2979
2980=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-22.xq'
2981--- test/rbkt/Queries/zorba/annotations/annot-err-22.xq 2013-02-07 17:24:36 +0000
2982+++ test/rbkt/Queries/zorba/annotations/annot-err-22.xq 2013-08-09 11:00:15 +0000
2983@@ -1,4 +1,4 @@
2984-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2985+declare namespace ann = "http://zorba.io/annotations";
2986
2987 declare %ann:nonexistent variable $var := 3;
2988
2989
2990=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-01.xq'
2991--- test/rbkt/Queries/zorba/annotations/annot-literals-01.xq 2013-02-07 17:24:36 +0000
2992+++ test/rbkt/Queries/zorba/annotations/annot-literals-01.xq 2013-08-09 11:00:15 +0000
2993@@ -1,7 +1,7 @@
2994 (: The purpose of the query is to the parsing of annotations
2995 literals. The value will be ignored :)
2996
2997-declare namespace ann = "http://www.zorba-xquery.com/annotations";
2998+declare namespace ann = "http://zorba.io/annotations";
2999
3000 declare %ann:sequential("string literal") function local:func()
3001 {
3002
3003=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-02.xq'
3004--- test/rbkt/Queries/zorba/annotations/annot-literals-02.xq 2013-02-07 17:24:36 +0000
3005+++ test/rbkt/Queries/zorba/annotations/annot-literals-02.xq 2013-08-09 11:00:15 +0000
3006@@ -1,7 +1,7 @@
3007 (: The purpose of the query is to the parsing of annotations
3008 literals. The value will be ignored :)
3009
3010-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3011+declare namespace ann = "http://zorba.io/annotations";
3012
3013 declare %ann:sequential(123) function local:func() { 1 };
3014
3015
3016=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-03.xq'
3017--- test/rbkt/Queries/zorba/annotations/annot-literals-03.xq 2013-02-07 17:24:36 +0000
3018+++ test/rbkt/Queries/zorba/annotations/annot-literals-03.xq 2013-08-09 11:00:15 +0000
3019@@ -1,7 +1,7 @@
3020 (: The purpose of the query is to the parsing of annotations
3021 literals. The value will be ignored :)
3022
3023-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3024+declare namespace ann = "http://zorba.io/annotations";
3025
3026 declare %ann:sequential(123, "string literal") function local:func() { 1 };
3027
3028
3029=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-04.xq'
3030--- test/rbkt/Queries/zorba/annotations/annot-literals-04.xq 2013-02-07 17:24:36 +0000
3031+++ test/rbkt/Queries/zorba/annotations/annot-literals-04.xq 2013-08-09 11:00:15 +0000
3032@@ -1,7 +1,7 @@
3033 (: The purpose of the query is to the parsing of annotations
3034 literals. The value will be ignored :)
3035
3036-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3037+declare namespace ann = "http://zorba.io/annotations";
3038
3039 declare %ann:sequential(123, "string literal", 456, "just random") function
3040 local:func() { 1 };
3041
3042=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-02.xq'
3043--- test/rbkt/Queries/zorba/annotations/annot-unknown-02.xq 2013-02-07 17:24:36 +0000
3044+++ test/rbkt/Queries/zorba/annotations/annot-unknown-02.xq 2013-08-09 11:00:15 +0000
3045@@ -1,5 +1,5 @@
3046-declare namespace zann = "http://www.zorba-xquery.com/annotations";
3047-declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";
3048+declare namespace zann = "http://zorba.io/annotations";
3049+declare namespace zwarn = "http://zorba.io/options/warnings";
3050 declare option zwarn:error "ZWST0003";
3051
3052 declare %zann:sequential function local:foo()
3053
3054=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-03.xq'
3055--- test/rbkt/Queries/zorba/annotations/annot-unknown-03.xq 2013-02-07 17:24:36 +0000
3056+++ test/rbkt/Queries/zorba/annotations/annot-unknown-03.xq 2013-08-09 11:00:15 +0000
3057@@ -1,5 +1,5 @@
3058 declare namespace unknown = "unknown-annotation";
3059-declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";
3060+declare namespace zwarn = "http://zorba.io/options/warnings";
3061
3062 (: all warnings are errors :)
3063 declare option zwarn:error "all";
3064
3065=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-04.xq'
3066--- test/rbkt/Queries/zorba/annotations/annot-unknown-04.xq 2013-02-07 17:24:36 +0000
3067+++ test/rbkt/Queries/zorba/annotations/annot-unknown-04.xq 2013-08-09 11:00:15 +0000
3068@@ -1,5 +1,5 @@
3069-declare namespace zann = "http://www.zorba-xquery.com/annotations";
3070-declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";
3071+declare namespace zann = "http://zorba.io/annotations";
3072+declare namespace zwarn = "http://zorba.io/options/warnings";
3073 declare option zwarn:enable "all";
3074 declare option zwarn:error "ZWST0003";
3075
3076
3077=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-05.xq'
3078--- test/rbkt/Queries/zorba/annotations/annot-unknown-05.xq 2013-02-07 17:24:36 +0000
3079+++ test/rbkt/Queries/zorba/annotations/annot-unknown-05.xq 2013-08-09 11:00:15 +0000
3080@@ -1,5 +1,5 @@
3081 declare namespace unknown = "unknown-annotation";
3082-declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";
3083+declare namespace zwarn = "http://zorba.io/options/warnings";
3084 declare option zwarn:error "ZWST0002";
3085 declare option zwarn:enable "all";
3086
3087
3088=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-assignable-01.xq'
3089--- test/rbkt/Queries/zorba/annotations/annot-var-assignable-01.xq 2013-02-07 17:24:36 +0000
3090+++ test/rbkt/Queries/zorba/annotations/annot-var-assignable-01.xq 2013-08-09 11:00:15 +0000
3091@@ -1,4 +1,4 @@
3092-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3093+declare namespace ann = "http://zorba.io/annotations";
3094
3095 declare %ann:assignable variable $var := 3;
3096
3097
3098=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-assignable-02.xq'
3099--- test/rbkt/Queries/zorba/annotations/annot-var-assignable-02.xq 2013-02-07 17:24:36 +0000
3100+++ test/rbkt/Queries/zorba/annotations/annot-var-assignable-02.xq 2013-08-09 11:00:15 +0000
3101@@ -1,4 +1,4 @@
3102-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3103+declare namespace ann = "http://zorba.io/annotations";
3104
3105 {
3106 %ann:assignable variable $var := 3;
3107
3108=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.xq'
3109--- test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.xq 2013-02-07 17:24:36 +0000
3110+++ test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.xq 2013-08-09 11:00:15 +0000
3111@@ -1,4 +1,4 @@
3112-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3113+declare namespace ann = "http://zorba.io/annotations";
3114
3115 declare %ann:nonassignable variable $var := 3;
3116
3117
3118=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.xq'
3119--- test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.xq 2013-02-07 17:24:36 +0000
3120+++ test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.xq 2013-08-09 11:00:15 +0000
3121@@ -1,4 +1,4 @@
3122-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3123+declare namespace ann = "http://zorba.io/annotations";
3124
3125 {
3126 %ann:nonassignable variable $var := 3;
3127
3128=== modified file 'test/rbkt/Queries/zorba/block/block_and_type.xq'
3129--- test/rbkt/Queries/zorba/block/block_and_type.xq 2013-02-07 17:24:36 +0000
3130+++ test/rbkt/Queries/zorba/block/block_and_type.xq 2013-08-09 11:00:15 +0000
3131@@ -1,4 +1,4 @@
3132-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3133+declare namespace ann = "http://zorba.io/annotations";
3134
3135 (:
3136 : This query tests if it is possible to have a return type in a function that
3137
3138=== modified file 'test/rbkt/Queries/zorba/block/declare_variable.xq'
3139--- test/rbkt/Queries/zorba/block/declare_variable.xq 2013-02-07 17:24:36 +0000
3140+++ test/rbkt/Queries/zorba/block/declare_variable.xq 2013-08-09 11:00:15 +0000
3141@@ -1,4 +1,4 @@
3142-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3143+declare namespace ann = "http://zorba.io/annotations";
3144
3145 declare %ann:sequential function local:test2 () as xs:string
3146 {
3147
3148=== modified file 'test/rbkt/Queries/zorba/block/local_var1.xq'
3149--- test/rbkt/Queries/zorba/block/local_var1.xq 2013-02-07 17:24:36 +0000
3150+++ test/rbkt/Queries/zorba/block/local_var1.xq 2013-08-09 11:00:15 +0000
3151@@ -1,4 +1,4 @@
3152-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3153+declare namespace ann = "http://zorba.io/annotations";
3154
3155 declare variable $x := 1;
3156
3157
3158=== modified file 'test/rbkt/Queries/zorba/block/local_var2.xq'
3159--- test/rbkt/Queries/zorba/block/local_var2.xq 2013-02-07 17:24:36 +0000
3160+++ test/rbkt/Queries/zorba/block/local_var2.xq 2013-08-09 11:00:15 +0000
3161@@ -1,4 +1,4 @@
3162-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3163+declare namespace ann = "http://zorba.io/annotations";
3164
3165 declare variable $x := 42;
3166
3167
3168=== modified file 'test/rbkt/Queries/zorba/block/local_var3.xq'
3169--- test/rbkt/Queries/zorba/block/local_var3.xq 2013-02-07 17:24:36 +0000
3170+++ test/rbkt/Queries/zorba/block/local_var3.xq 2013-08-09 11:00:15 +0000
3171@@ -1,4 +1,4 @@
3172-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3173+declare namespace ann = "http://zorba.io/annotations";
3174
3175 declare variable $x := 5;
3176
3177
3178=== modified file 'test/rbkt/Queries/zorba/block/local_var4.xq'
3179--- test/rbkt/Queries/zorba/block/local_var4.xq 2013-02-07 17:24:36 +0000
3180+++ test/rbkt/Queries/zorba/block/local_var4.xq 2013-08-09 11:00:15 +0000
3181@@ -1,4 +1,4 @@
3182-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3183+declare namespace ann = "http://zorba.io/annotations";
3184
3185 declare variable $x := 100;
3186
3187
3188=== modified file 'test/rbkt/Queries/zorba/block/local_var5.xq'
3189--- test/rbkt/Queries/zorba/block/local_var5.xq 2013-02-07 17:24:36 +0000
3190+++ test/rbkt/Queries/zorba/block/local_var5.xq 2013-08-09 11:00:15 +0000
3191@@ -1,4 +1,4 @@
3192-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3193+declare namespace ann = "http://zorba.io/annotations";
3194
3195 declare variable $x as xs:integer := 1;
3196
3197
3198=== modified file 'test/rbkt/Queries/zorba/block/no_hoisting_of_seq_return.xq'
3199--- test/rbkt/Queries/zorba/block/no_hoisting_of_seq_return.xq 2013-02-07 17:24:36 +0000
3200+++ test/rbkt/Queries/zorba/block/no_hoisting_of_seq_return.xq 2013-08-09 11:00:15 +0000
3201@@ -1,4 +1,4 @@
3202-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3203+declare namespace ann = "http://zorba.io/annotations";
3204
3205 declare %ann:sequential function local:foo()
3206 {
3207
3208=== modified file 'test/rbkt/Queries/zorba/block/seq_func1.xq'
3209--- test/rbkt/Queries/zorba/block/seq_func1.xq 2013-02-07 17:24:36 +0000
3210+++ test/rbkt/Queries/zorba/block/seq_func1.xq 2013-08-09 11:00:15 +0000
3211@@ -1,4 +1,4 @@
3212-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3213+declare namespace ann = "http://zorba.io/annotations";
3214
3215 declare %ann:sequential function local:foo()
3216 {
3217
3218=== modified file 'test/rbkt/Queries/zorba/block/seq_func2.xq'
3219--- test/rbkt/Queries/zorba/block/seq_func2.xq 2013-02-07 17:24:36 +0000
3220+++ test/rbkt/Queries/zorba/block/seq_func2.xq 2013-08-09 11:00:15 +0000
3221@@ -1,4 +1,4 @@
3222-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3223+declare namespace ann = "http://zorba.io/annotations";
3224
3225 declare %ann:sequential function local:foo() as xs:boolean
3226 {
3227
3228=== modified file 'test/rbkt/Queries/zorba/block/set2.xq'
3229--- test/rbkt/Queries/zorba/block/set2.xq 2013-02-07 17:24:36 +0000
3230+++ test/rbkt/Queries/zorba/block/set2.xq 2013-08-09 11:00:15 +0000
3231@@ -1,4 +1,4 @@
3232-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3233+declare namespace ann = "http://zorba.io/annotations";
3234
3235 declare variable $x := 1;
3236
3237
3238=== modified file 'test/rbkt/Queries/zorba/block/set3.xq'
3239--- test/rbkt/Queries/zorba/block/set3.xq 2013-02-07 17:24:36 +0000
3240+++ test/rbkt/Queries/zorba/block/set3.xq 2013-08-09 11:00:15 +0000
3241@@ -1,4 +1,4 @@
3242-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3243+declare namespace ann = "http://zorba.io/annotations";
3244
3245 declare variable $x := 1;
3246
3247
3248=== modified file 'test/rbkt/Queries/zorba/collections/availability.xq'
3249--- test/rbkt/Queries/zorba/collections/availability.xq 2013-02-07 17:24:36 +0000
3250+++ test/rbkt/Queries/zorba/collections/availability.xq 2013-08-09 11:00:15 +0000
3251@@ -1,7 +1,7 @@
3252 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3253 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3254
3255-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3256+declare namespace ann = "http://zorba.io/annotations";
3257
3258 declare %ann:sequential function local:create() {
3259 ddl:create($ns:collection_1);
3260
3261=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_001/q1.cxq'
3262--- test/rbkt/Queries/zorba/collections/chained_test_collection_001/q1.cxq 2013-02-07 17:24:36 +0000
3263+++ test/rbkt/Queries/zorba/collections/chained_test_collection_001/q1.cxq 2013-08-09 11:00:15 +0000
3264@@ -1,7 +1,7 @@
3265 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3266 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3267
3268-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3269+declare namespace ann = "http://zorba.io/annotations";
3270
3271 declare %ann:sequential function local:foo() {
3272 ddl:create(xs:QName("ns:collection_1"));
3273
3274=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_001/q2.cxq'
3275--- test/rbkt/Queries/zorba/collections/chained_test_collection_001/q2.cxq 2013-02-07 17:24:36 +0000
3276+++ test/rbkt/Queries/zorba/collections/chained_test_collection_001/q2.cxq 2013-08-09 11:00:15 +0000
3277@@ -1,7 +1,7 @@
3278 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3279 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3280
3281-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3282+declare namespace ann = "http://zorba.io/annotations";
3283
3284 declare %ann:sequential function local:foo() {
3285 ddl:create(xs:QName("ns:collection_2"));
3286
3287=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_001/q3.cxq'
3288--- test/rbkt/Queries/zorba/collections/chained_test_collection_001/q3.cxq 2013-02-07 17:24:36 +0000
3289+++ test/rbkt/Queries/zorba/collections/chained_test_collection_001/q3.cxq 2013-08-09 11:00:15 +0000
3290@@ -1,7 +1,7 @@
3291 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3292 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3293
3294-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3295+declare namespace ann = "http://zorba.io/annotations";
3296
3297 declare %ann:sequential function local:foo() {
3298 ddl:delete(xs:QName("ns:collection_1"));
3299
3300=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_002/q1.cxq'
3301--- test/rbkt/Queries/zorba/collections/chained_test_collection_002/q1.cxq 2013-02-07 17:24:36 +0000
3302+++ test/rbkt/Queries/zorba/collections/chained_test_collection_002/q1.cxq 2013-08-09 11:00:15 +0000
3303@@ -1,7 +1,7 @@
3304 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3305 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3306
3307-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3308+declare namespace ann = "http://zorba.io/annotations";
3309
3310 declare %ann:sequential function local:foo() {
3311 ddl:create(xs:QName("ns:collection_1"));
3312
3313=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_002/q2.cxq'
3314--- test/rbkt/Queries/zorba/collections/chained_test_collection_002/q2.cxq 2013-02-07 17:24:36 +0000
3315+++ test/rbkt/Queries/zorba/collections/chained_test_collection_002/q2.cxq 2013-08-09 11:00:15 +0000
3316@@ -1,7 +1,7 @@
3317 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3318 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3319
3320-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3321+declare namespace ann = "http://zorba.io/annotations";
3322
3323 declare %ann:sequential function local:foo() {
3324 ddl:create(xs:QName("ns:collection_2"));
3325
3326=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_003/q1.cxq'
3327--- test/rbkt/Queries/zorba/collections/chained_test_collection_003/q1.cxq 2013-02-07 17:24:36 +0000
3328+++ test/rbkt/Queries/zorba/collections/chained_test_collection_003/q1.cxq 2013-08-09 11:00:15 +0000
3329@@ -1,7 +1,7 @@
3330 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3331 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3332
3333-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3334+declare namespace ann = "http://zorba.io/annotations";
3335
3336 declare %ann:sequential function local:foo() {
3337 ddl:create(xs:QName("ns:http"));
3338
3339=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_003/q2.cxq'
3340--- test/rbkt/Queries/zorba/collections/chained_test_collection_003/q2.cxq 2013-02-07 17:24:36 +0000
3341+++ test/rbkt/Queries/zorba/collections/chained_test_collection_003/q2.cxq 2013-08-09 11:00:15 +0000
3342@@ -1,7 +1,7 @@
3343 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3344 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3345
3346-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3347+declare namespace ann = "http://zorba.io/annotations";
3348
3349 declare %ann:sequential function local:foo() {
3350 dml:insert-nodes-first(xs:QName("ns:http"), <book>One Thousand and One Nights</book>);
3351
3352=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_004/q1.cxq'
3353--- test/rbkt/Queries/zorba/collections/chained_test_collection_004/q1.cxq 2013-02-07 17:24:36 +0000
3354+++ test/rbkt/Queries/zorba/collections/chained_test_collection_004/q1.cxq 2013-08-09 11:00:15 +0000
3355@@ -1,7 +1,7 @@
3356 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3357 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3358
3359-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3360+declare namespace ann = "http://zorba.io/annotations";
3361
3362 declare %ann:sequential function local:foo() {
3363 ddl:create(xs:QName("ns:http"), (<b><a/></b>, <a/>));
3364
3365=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_004/q2.cxq'
3366--- test/rbkt/Queries/zorba/collections/chained_test_collection_004/q2.cxq 2013-02-07 17:24:36 +0000
3367+++ test/rbkt/Queries/zorba/collections/chained_test_collection_004/q2.cxq 2013-08-09 11:00:15 +0000
3368@@ -1,7 +1,7 @@
3369 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3370 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3371
3372-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3373+declare namespace ann = "http://zorba.io/annotations";
3374
3375 declare %ann:sequential function local:foo() {
3376 dml:insert-nodes-last(xs:QName('ns:http'), <a/>);
3377
3378=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_005/q1.cxq'
3379--- test/rbkt/Queries/zorba/collections/chained_test_collection_005/q1.cxq 2013-02-07 17:24:36 +0000
3380+++ test/rbkt/Queries/zorba/collections/chained_test_collection_005/q1.cxq 2013-08-09 11:00:15 +0000
3381@@ -1,7 +1,7 @@
3382 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3383 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3384
3385-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3386+declare namespace ann = "http://zorba.io/annotations";
3387
3388 declare variable $input-context1 external;
3389
3390
3391=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_010/q1.cxq'
3392--- test/rbkt/Queries/zorba/collections/chained_test_collection_010/q1.cxq 2013-02-07 17:24:36 +0000
3393+++ test/rbkt/Queries/zorba/collections/chained_test_collection_010/q1.cxq 2013-08-09 11:00:15 +0000
3394@@ -1,7 +1,7 @@
3395 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3396 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3397
3398-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3399+declare namespace ann = "http://zorba.io/annotations";
3400
3401 declare %ann:sequential function local:foo() {
3402 ddl:create(xs:QName("ns:collection_1"));
3403
3404=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_010/q2.cxq'
3405--- test/rbkt/Queries/zorba/collections/chained_test_collection_010/q2.cxq 2013-02-07 17:24:36 +0000
3406+++ test/rbkt/Queries/zorba/collections/chained_test_collection_010/q2.cxq 2013-08-09 11:00:15 +0000
3407@@ -1,7 +1,7 @@
3408 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3409 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3410
3411-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3412+declare namespace ann = "http://zorba.io/annotations";
3413
3414 declare %ann:sequential function local:foo() {
3415 ddl:create(xs:QName("ns:collection_2"));
3416
3417=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q1.cxq'
3418--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q1.cxq 2013-02-07 17:24:36 +0000
3419+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q1.cxq 2013-08-09 11:00:15 +0000
3420@@ -1,7 +1,7 @@
3421 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3422 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3423
3424-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3425+declare namespace ann = "http://zorba.io/annotations";
3426
3427 declare %ann:sequential function local:foo() {
3428 ddl:create(xs:QName('ns:collection_1'), (<a/>,<b/>));
3429
3430=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q2.cxq'
3431--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q2.cxq 2013-02-07 17:24:36 +0000
3432+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q2.cxq 2013-08-09 11:00:15 +0000
3433@@ -1,7 +1,7 @@
3434 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3435 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3436
3437-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3438+declare namespace ann = "http://zorba.io/annotations";
3439
3440 declare %ann:sequential function local:foo() {
3441 ddl:create(xs:QName("ns:collection_2"));
3442
3443=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.cxq'
3444--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.cxq 2013-02-07 17:24:36 +0000
3445+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.cxq 2013-08-09 11:00:15 +0000
3446@@ -1,7 +1,7 @@
3447 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3448 import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
3449
3450-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3451+declare namespace ann = "http://zorba.io/annotations";
3452
3453 declare %ann:sequential function local:foo() {
3454 ddl:delete(xs:QName('ns:collection_333'));
3455
3456=== modified file 'test/rbkt/Queries/zorba/collections/collection_001.xqdata'
3457--- test/rbkt/Queries/zorba/collections/collection_001.xqdata 2013-02-07 17:24:36 +0000
3458+++ test/rbkt/Queries/zorba/collections/collection_001.xqdata 2013-08-09 11:00:15 +0000
3459@@ -1,6 +1,6 @@
3460 module namespace ns = "http://www.example.com/example";
3461
3462-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3463+declare namespace ann = "http://zorba.io/annotations";
3464
3465 declare collection ns:collection as node()*;
3466
3467
3468=== modified file 'test/rbkt/Queries/zorba/collections/collection_available_check.xq'
3469--- test/rbkt/Queries/zorba/collections/collection_available_check.xq 2013-02-07 17:24:36 +0000
3470+++ test/rbkt/Queries/zorba/collections/collection_available_check.xq 2013-08-09 11:00:15 +0000
3471@@ -3,7 +3,7 @@
3472
3473 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3474
3475-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3476+declare namespace ann = "http://zorba.io/annotations";
3477 declare namespace err = "http://www.w3.org/2005/xqt-errors";
3478
3479 declare function local:testa() {
3480
3481=== modified file 'test/rbkt/Queries/zorba/collections/collection_known_check.xq'
3482--- test/rbkt/Queries/zorba/collections/collection_known_check.xq 2013-02-07 17:24:36 +0000
3483+++ test/rbkt/Queries/zorba/collections/collection_known_check.xq 2013-08-09 11:00:15 +0000
3484@@ -1,7 +1,7 @@
3485 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
3486 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3487
3488-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3489+declare namespace ann = "http://zorba.io/annotations";
3490
3491 declare namespace ns = "http://www.unknown.com/";
3492 declare namespace err = "http://www.w3.org/2005/xqt-errors";
3493
3494=== modified file 'test/rbkt/Queries/zorba/collections/collections.xqdata'
3495--- test/rbkt/Queries/zorba/collections/collections.xqdata 2013-02-07 17:24:36 +0000
3496+++ test/rbkt/Queries/zorba/collections/collections.xqdata 2013-08-09 11:00:15 +0000
3497@@ -1,6 +1,6 @@
3498 module namespace ns = "http://example.org/datamodule/";
3499
3500-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3501+declare namespace ann = "http://zorba.io/annotations";
3502
3503 declare variable $ns:collection_1 as xs:QName := xs:QName("ns:collection_1");
3504 declare %ann:ordered collection ns:collection_1 as node()*;
3505
3506=== modified file 'test/rbkt/Queries/zorba/collections/create_collection.xq'
3507--- test/rbkt/Queries/zorba/collections/create_collection.xq 2013-02-07 17:24:36 +0000
3508+++ test/rbkt/Queries/zorba/collections/create_collection.xq 2013-08-09 11:00:15 +0000
3509@@ -2,7 +2,7 @@
3510 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3511 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3512
3513-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3514+declare namespace ann = "http://zorba.io/annotations";
3515
3516 declare %ann:sequential function local:create() {
3517 ddl:create(xs:QName("ns:test1"));
3518
3519=== modified file 'test/rbkt/Queries/zorba/collections/create_collision.xq'
3520--- test/rbkt/Queries/zorba/collections/create_collision.xq 2013-02-07 17:24:36 +0000
3521+++ test/rbkt/Queries/zorba/collections/create_collision.xq 2013-08-09 11:00:15 +0000
3522@@ -2,7 +2,7 @@
3523
3524 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3525
3526-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3527+declare namespace ann = "http://zorba.io/annotations";
3528
3529 declare %ann:sequential function local:test() {
3530 (ddl:create($ns:http),ddl:create($ns:http));
3531
3532=== modified file 'test/rbkt/Queries/zorba/collections/delete_collection.xq'
3533--- test/rbkt/Queries/zorba/collections/delete_collection.xq 2013-02-07 17:24:36 +0000
3534+++ test/rbkt/Queries/zorba/collections/delete_collection.xq 2013-08-09 11:00:15 +0000
3535@@ -2,7 +2,7 @@
3536
3537 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3538
3539-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3540+declare namespace ann = "http://zorba.io/annotations";
3541
3542 declare %ann:sequential function local:create()
3543 {
3544
3545=== modified file 'test/rbkt/Queries/zorba/collections/edit/collection_with_index.xqdata'
3546--- test/rbkt/Queries/zorba/collections/edit/collection_with_index.xqdata 2012-12-10 16:04:40 +0000
3547+++ test/rbkt/Queries/zorba/collections/edit/collection_with_index.xqdata 2013-08-09 11:00:15 +0000
3548@@ -2,7 +2,7 @@
3549
3550 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3551
3552-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3553+declare namespace ann = "http://zorba.io/annotations";
3554
3555 declare collection ns:collection as node()*;
3556
3557
3558=== modified file 'test/rbkt/Queries/zorba/collections/edit/collection_with_type.xqdata'
3559--- test/rbkt/Queries/zorba/collections/edit/collection_with_type.xqdata 2012-12-11 15:01:41 +0000
3560+++ test/rbkt/Queries/zorba/collections/edit/collection_with_type.xqdata 2013-08-09 11:00:15 +0000
3561@@ -2,6 +2,6 @@
3562
3563 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3564
3565-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3566+declare namespace ann = "http://zorba.io/annotations";
3567
3568 declare collection ns:collection as element(foo)*;
3569
3570=== modified file 'test/rbkt/Queries/zorba/collections/inconsistency_1.xqdata'
3571--- test/rbkt/Queries/zorba/collections/inconsistency_1.xqdata 2013-02-07 17:24:36 +0000
3572+++ test/rbkt/Queries/zorba/collections/inconsistency_1.xqdata 2013-08-09 11:00:15 +0000
3573@@ -1,5 +1,5 @@
3574 module namespace ns = "http://example.org/datamodule/";
3575
3576-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3577+declare namespace ann = "http://zorba.io/annotations";
3578
3579 declare %ann:queue %ann:append-only collection ns:collection_1;
3580
3581=== modified file 'test/rbkt/Queries/zorba/collections/inconsistency_2.xqdata'
3582--- test/rbkt/Queries/zorba/collections/inconsistency_2.xqdata 2013-02-07 17:24:36 +0000
3583+++ test/rbkt/Queries/zorba/collections/inconsistency_2.xqdata 2013-08-09 11:00:15 +0000
3584@@ -1,6 +1,6 @@
3585 module namespace ns = "http://example.org/datamodule/";
3586
3587-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3588+declare namespace ann = "http://zorba.io/annotations";
3589
3590 declare %ann:ordered %ann:unordered collection ns:collection_1;
3591
3592
3593=== modified file 'test/rbkt/Queries/zorba/collections/inconsistency_3.xqdata'
3594--- test/rbkt/Queries/zorba/collections/inconsistency_3.xqdata 2013-02-07 17:24:36 +0000
3595+++ test/rbkt/Queries/zorba/collections/inconsistency_3.xqdata 2013-08-09 11:00:15 +0000
3596@@ -1,5 +1,5 @@
3597 module namespace ns = "http://example.org/datamodule/";
3598
3599-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3600+declare namespace ann = "http://zorba.io/annotations";
3601
3602 declare %ann:queue %ann:unordered collection ns:collection_1;
3603
3604=== modified file 'test/rbkt/Queries/zorba/collections/index_of_1.xq'
3605--- test/rbkt/Queries/zorba/collections/index_of_1.xq 2013-02-07 17:24:36 +0000
3606+++ test/rbkt/Queries/zorba/collections/index_of_1.xq 2013-08-09 11:00:15 +0000
3607@@ -2,7 +2,7 @@
3608 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3609 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3610
3611-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3612+declare namespace ann = "http://zorba.io/annotations";
3613
3614 declare %ann:sequential function local:test()
3615 {
3616
3617=== modified file 'test/rbkt/Queries/zorba/collections/index_of_3.xq'
3618--- test/rbkt/Queries/zorba/collections/index_of_3.xq 2013-02-07 17:24:36 +0000
3619+++ test/rbkt/Queries/zorba/collections/index_of_3.xq 2013-08-09 11:00:15 +0000
3620@@ -1,7 +1,7 @@
3621 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3622 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3623
3624-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3625+declare namespace ann = "http://zorba.io/annotations";
3626
3627 declare %ann:sequential function local:test()
3628 {
3629
3630=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after_1.xq'
3631--- test/rbkt/Queries/zorba/collections/insert_nodes_after_1.xq 2013-02-07 17:24:36 +0000
3632+++ test/rbkt/Queries/zorba/collections/insert_nodes_after_1.xq 2013-08-09 11:00:15 +0000
3633@@ -2,7 +2,7 @@
3634 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3635 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3636
3637-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3638+declare namespace ann = "http://zorba.io/annotations";
3639
3640 declare %ann:sequential function local:test()
3641 {
3642
3643=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_at_1.xq'
3644--- test/rbkt/Queries/zorba/collections/insert_nodes_at_1.xq 2013-02-07 17:24:36 +0000
3645+++ test/rbkt/Queries/zorba/collections/insert_nodes_at_1.xq 2013-08-09 11:00:15 +0000
3646@@ -2,7 +2,7 @@
3647 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3648 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3649
3650-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3651+declare namespace ann = "http://zorba.io/annotations";
3652
3653 declare %ann:sequential function local:test()
3654 {
3655
3656=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_at_4.xq'
3657--- test/rbkt/Queries/zorba/collections/insert_nodes_at_4.xq 2013-02-07 17:24:36 +0000
3658+++ test/rbkt/Queries/zorba/collections/insert_nodes_at_4.xq 2013-08-09 11:00:15 +0000
3659@@ -2,7 +2,7 @@
3660 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3661 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3662
3663-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3664+declare namespace ann = "http://zorba.io/annotations";
3665
3666 declare %ann:sequential function local:test()
3667 {
3668
3669=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before_1.xq'
3670--- test/rbkt/Queries/zorba/collections/insert_nodes_before_1.xq 2013-02-07 17:24:36 +0000
3671+++ test/rbkt/Queries/zorba/collections/insert_nodes_before_1.xq 2013-08-09 11:00:15 +0000
3672@@ -2,7 +2,7 @@
3673 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3674 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3675
3676-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3677+declare namespace ann = "http://zorba.io/annotations";
3678
3679 declare %ann:sequential function local:test()
3680 {
3681
3682=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first.xq'
3683--- test/rbkt/Queries/zorba/collections/insert_nodes_first.xq 2013-02-07 17:24:36 +0000
3684+++ test/rbkt/Queries/zorba/collections/insert_nodes_first.xq 2013-08-09 11:00:15 +0000
3685@@ -2,7 +2,7 @@
3686 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3687 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3688
3689-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3690+declare namespace ann = "http://zorba.io/annotations";
3691
3692 declare %ann:sequential function local:create() {
3693 ddl:create(xs:QName("ns:test1"));
3694
3695=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last.xq'
3696--- test/rbkt/Queries/zorba/collections/insert_nodes_last.xq 2013-02-07 17:24:36 +0000
3697+++ test/rbkt/Queries/zorba/collections/insert_nodes_last.xq 2013-08-09 11:00:15 +0000
3698@@ -2,7 +2,7 @@
3699 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3700 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3701
3702-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3703+declare namespace ann = "http://zorba.io/annotations";
3704
3705 declare %ann:sequential function local:create()
3706 {
3707
3708=== modified file 'test/rbkt/Queries/zorba/collections/modifier_1.xq'
3709--- test/rbkt/Queries/zorba/collections/modifier_1.xq 2013-02-07 17:24:36 +0000
3710+++ test/rbkt/Queries/zorba/collections/modifier_1.xq 2013-08-09 11:00:15 +0000
3711@@ -2,7 +2,7 @@
3712 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3713 import module namespace ns = "http://example.org/datamodule/" at "modifier_1.xqdata";
3714
3715-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3716+declare namespace ann = "http://zorba.io/annotations";
3717 declare namespace err = "http://www.w3.org/2005/xqt-errors";
3718
3719 declare %ann:sequential function local:ddl() {
3720
3721=== modified file 'test/rbkt/Queries/zorba/collections/modifier_1.xqdata'
3722--- test/rbkt/Queries/zorba/collections/modifier_1.xqdata 2013-02-07 17:24:36 +0000
3723+++ test/rbkt/Queries/zorba/collections/modifier_1.xqdata 2013-08-09 11:00:15 +0000
3724@@ -1,6 +1,6 @@
3725 module namespace ns = "http://example.org/datamodule/";
3726
3727-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3728+declare namespace ann = "http://zorba.io/annotations";
3729
3730 declare variable $ns:coll_1 as xs:QName := xs:QName("ns:coll_1");
3731 declare %ann:const collection ns:coll_1 as node()*;
3732
3733=== modified file 'test/rbkt/Queries/zorba/collections/modifier_2.xq'
3734--- test/rbkt/Queries/zorba/collections/modifier_2.xq 2013-02-07 17:24:36 +0000
3735+++ test/rbkt/Queries/zorba/collections/modifier_2.xq 2013-08-09 11:00:15 +0000
3736@@ -2,7 +2,7 @@
3737 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3738 import module namespace ns = "http://example.org/datamodule/" at "modifier_1.xqdata";
3739
3740-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3741+declare namespace ann = "http://zorba.io/annotations";
3742
3743 declare namespace err = "http://www.w3.org/2005/xqt-errors";
3744
3745
3746=== modified file 'test/rbkt/Queries/zorba/collections/modifier_3.xq'
3747--- test/rbkt/Queries/zorba/collections/modifier_3.xq 2013-02-07 17:24:36 +0000
3748+++ test/rbkt/Queries/zorba/collections/modifier_3.xq 2013-08-09 11:00:15 +0000
3749@@ -2,7 +2,7 @@
3750 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3751 import module namespace ns = "http://example.org/datamodule/" at "modifier_3.xqdata";
3752
3753-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3754+declare namespace ann = "http://zorba.io/annotations";
3755 declare namespace err = "http://www.w3.org/2005/xqt-errors";
3756
3757 declare %ann:sequential function local:ddl() {
3758
3759=== modified file 'test/rbkt/Queries/zorba/collections/modifier_3.xqdata'
3760--- test/rbkt/Queries/zorba/collections/modifier_3.xqdata 2013-02-07 17:24:36 +0000
3761+++ test/rbkt/Queries/zorba/collections/modifier_3.xqdata 2013-08-09 11:00:15 +0000
3762@@ -1,6 +1,6 @@
3763 module namespace ns = "http://example.org/datamodule/";
3764
3765-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3766+declare namespace ann = "http://zorba.io/annotations";
3767
3768 declare variable $ns:coll_1 as xs:QName := xs:QName("ns:coll_1");
3769
3770
3771=== modified file 'test/rbkt/Queries/zorba/collections/no_copy_01.xq'
3772--- test/rbkt/Queries/zorba/collections/no_copy_01.xq 2012-09-12 21:29:50 +0000
3773+++ test/rbkt/Queries/zorba/collections/no_copy_01.xq 2013-08-09 11:00:15 +0000
3774@@ -1,7 +1,7 @@
3775 import module namespace db = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3776 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
3777
3778-declare namespace ext = "http://www.zorba-xquery.com/extensions";
3779+declare namespace ext = "http://zorba.io/extensions";
3780
3781 ddl:create(xs:QName("local:bar"));
3782
3783
3784=== modified file 'test/rbkt/Queries/zorba/collections/node_type.xq'
3785--- test/rbkt/Queries/zorba/collections/node_type.xq 2013-02-07 17:24:36 +0000
3786+++ test/rbkt/Queries/zorba/collections/node_type.xq 2013-08-09 11:00:15 +0000
3787@@ -3,7 +3,7 @@
3788 import schema namespace s = "http://www.zorba-xquery.org/schema" at "node_type.xsd";
3789 import module namespace ns = "http://example.org/datamodule/" at "node_type.xqdata";
3790
3791-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3792+declare namespace ann = "http://zorba.io/annotations";
3793 declare namespace err = "http://www.w3.org/2005/xqt-errors";
3794
3795 declare function local:create-person($name as xs:string) as schema-element(s:person)
3796
3797=== modified file 'test/rbkt/Queries/zorba/collections/node_type.xqdata'
3798--- test/rbkt/Queries/zorba/collections/node_type.xqdata 2013-02-07 17:24:36 +0000
3799+++ test/rbkt/Queries/zorba/collections/node_type.xqdata 2013-08-09 11:00:15 +0000
3800@@ -1,6 +1,6 @@
3801 module namespace ns = "http://example.org/datamodule/";
3802
3803-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3804+declare namespace ann = "http://zorba.io/annotations";
3805
3806 import schema namespace s = "http://www.zorba-xquery.org/schema" at "node_type.xsd";
3807
3808
3809=== modified file 'test/rbkt/Queries/zorba/collections/paging_1.xq'
3810--- test/rbkt/Queries/zorba/collections/paging_1.xq 2013-08-07 05:28:39 +0000
3811+++ test/rbkt/Queries/zorba/collections/paging_1.xq 2013-08-09 11:00:15 +0000
3812@@ -3,7 +3,7 @@
3813 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3814 import module namespace ref = "http://zorba.io/modules/reference";
3815
3816-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3817+declare namespace ann = "http://zorba.io/annotations";
3818 declare namespace zerr = "http://zorba.io/errors";
3819
3820 declare function local:order($items)
3821
3822=== modified file 'test/rbkt/Queries/zorba/collections/paging_2.xq'
3823--- test/rbkt/Queries/zorba/collections/paging_2.xq 2013-07-24 08:12:12 +0000
3824+++ test/rbkt/Queries/zorba/collections/paging_2.xq 2013-08-09 11:00:15 +0000
3825@@ -3,7 +3,7 @@
3826 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3827 import module namespace ref = "http://zorba.io/modules/reference";
3828
3829-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3830+declare namespace ann = "http://zorba.io/annotations";
3831
3832 declare %ann:sequential function local:test()
3833 {
3834
3835=== modified file 'test/rbkt/Queries/zorba/collections/paging_3.xq'
3836--- test/rbkt/Queries/zorba/collections/paging_3.xq 2013-07-24 08:12:12 +0000
3837+++ test/rbkt/Queries/zorba/collections/paging_3.xq 2013-08-09 11:00:15 +0000
3838@@ -2,7 +2,7 @@
3839 import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3840 import module namespace ref = "http://zorba.io/modules/reference";
3841
3842-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3843+declare namespace ann = "http://zorba.io/annotations";
3844 declare namespace ns = "http://www.zorba-xquery.com/test";
3845
3846 declare %ann:sequential function local:test()
3847
3848=== modified file 'test/rbkt/Queries/zorba/collections/paging_4.xq'
3849--- test/rbkt/Queries/zorba/collections/paging_4.xq 2013-07-24 08:12:12 +0000
3850+++ test/rbkt/Queries/zorba/collections/paging_4.xq 2013-08-09 11:00:15 +0000
3851@@ -2,7 +2,7 @@
3852 import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3853 import module namespace ref = "http://zorba.io/modules/reference";
3854
3855-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3856+declare namespace ann = "http://zorba.io/annotations";
3857 declare namespace ns = "http://www.zorba-xquery.com/test";
3858
3859 declare %ann:sequential function local:test()
3860
3861=== modified file 'test/rbkt/Queries/zorba/collections/paging_5.xq'
3862--- test/rbkt/Queries/zorba/collections/paging_5.xq 2013-07-24 08:12:12 +0000
3863+++ test/rbkt/Queries/zorba/collections/paging_5.xq 2013-08-09 11:00:15 +0000
3864@@ -2,7 +2,7 @@
3865 import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3866 import module namespace ref = "http://zorba.io/modules/reference";
3867
3868-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3869+declare namespace ann = "http://zorba.io/annotations";
3870 declare namespace ns = "http://www.zorba-xquery.com/test";
3871
3872 declare %ann:sequential function local:test()
3873
3874=== modified file 'test/rbkt/Queries/zorba/collections/q1.xq'
3875--- test/rbkt/Queries/zorba/collections/q1.xq 2013-02-07 17:24:36 +0000
3876+++ test/rbkt/Queries/zorba/collections/q1.xq 2013-08-09 11:00:15 +0000
3877@@ -2,7 +2,7 @@
3878 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3879 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3880
3881-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3882+declare namespace ann = "http://zorba.io/annotations";
3883
3884 declare %ann:sequential function local:test()
3885 {
3886
3887=== modified file 'test/rbkt/Queries/zorba/collections/q12.xq'
3888--- test/rbkt/Queries/zorba/collections/q12.xq 2013-02-07 17:24:36 +0000
3889+++ test/rbkt/Queries/zorba/collections/q12.xq 2013-08-09 11:00:15 +0000
3890@@ -2,7 +2,7 @@
3891 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3892 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3893
3894-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3895+declare namespace ann = "http://zorba.io/annotations";
3896
3897 declare %ann:sequential function local:foo($collName as xs:QName) {
3898 ddl:create($collName,<a/>);
3899
3900=== modified file 'test/rbkt/Queries/zorba/collections/remove_node_at_1.xq'
3901--- test/rbkt/Queries/zorba/collections/remove_node_at_1.xq 2013-02-07 17:24:36 +0000
3902+++ test/rbkt/Queries/zorba/collections/remove_node_at_1.xq 2013-08-09 11:00:15 +0000
3903@@ -2,7 +2,7 @@
3904 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3905 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3906
3907-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3908+declare namespace ann = "http://zorba.io/annotations";
3909
3910 declare %ann:sequential function local:test()
3911 {
3912
3913=== modified file 'test/rbkt/Queries/zorba/collections/remove_node_at_border.xq'
3914--- test/rbkt/Queries/zorba/collections/remove_node_at_border.xq 2013-02-07 17:24:36 +0000
3915+++ test/rbkt/Queries/zorba/collections/remove_node_at_border.xq 2013-08-09 11:00:15 +0000
3916@@ -2,7 +2,7 @@
3917 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3918 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3919
3920-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3921+declare namespace ann = "http://zorba.io/annotations";
3922 declare namespace err = "http://www.w3.org/2005/xqt-errors";
3923
3924 declare %ann:sequential function local:ddl() {
3925
3926=== modified file 'test/rbkt/Queries/zorba/collections/remove_nodes_1.xq'
3927--- test/rbkt/Queries/zorba/collections/remove_nodes_1.xq 2013-02-07 17:24:36 +0000
3928+++ test/rbkt/Queries/zorba/collections/remove_nodes_1.xq 2013-08-09 11:00:15 +0000
3929@@ -2,7 +2,7 @@
3930 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3931 import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
3932
3933-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3934+declare namespace ann = "http://zorba.io/annotations";
3935
3936 declare %ann:sequential function local:test()
3937 {
3938
3939=== modified file 'test/rbkt/Queries/zorba/file/common.xqlib'
3940--- test/rbkt/Queries/zorba/file/common.xqlib 2013-08-02 17:12:50 +0000
3941+++ test/rbkt/Queries/zorba/file/common.xqlib 2013-08-09 11:00:15 +0000
3942@@ -4,7 +4,7 @@
3943
3944 import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
3945
3946-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3947+declare namespace ann = "http://zorba.io/annotations";
3948
3949
3950 declare function commons:error($messages as xs:string*) as xs:string* {
3951
3952=== modified file 'test/rbkt/Queries/zorba/file/copy.xqlib'
3953--- test/rbkt/Queries/zorba/file/copy.xqlib 2013-02-07 17:24:36 +0000
3954+++ test/rbkt/Queries/zorba/file/copy.xqlib 2013-08-09 11:00:15 +0000
3955@@ -2,7 +2,7 @@
3956
3957 import module namespace file = "http://expath.org/ns/file";
3958
3959-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3960+declare namespace ann = "http://zorba.io/annotations";
3961
3962 declare %ann:nondeterministic %ann:sequential function fct:test-copy($rbktPath as xs:string, $file as xs:string) {
3963
3964
3965=== modified file 'test/rbkt/Queries/zorba/file/createWriteReadDeleteSeries.xq'
3966--- test/rbkt/Queries/zorba/file/createWriteReadDeleteSeries.xq 2013-02-07 17:24:36 +0000
3967+++ test/rbkt/Queries/zorba/file/createWriteReadDeleteSeries.xq 2013-08-09 11:00:15 +0000
3968@@ -1,7 +1,7 @@
3969 import module namespace file = "http://expath.org/ns/file";
3970 import module namespace commons = "http://expath.org/ns/file/tests/commons" at "common.xqlib";
3971
3972-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3973+declare namespace ann = "http://zorba.io/annotations";
3974
3975 declare variable $xml := <elem>value</elem>;
3976 declare variable $testDir := "tmpCreateWriteReadDeleteSeries";
3977
3978=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-1.xqlib'
3979--- test/rbkt/Queries/zorba/functx/functx-x-1.xqlib 2013-02-07 17:24:36 +0000
3980+++ test/rbkt/Queries/zorba/functx/functx-x-1.xqlib 2013-08-09 11:00:15 +0000
3981@@ -2,7 +2,7 @@
3982
3983 import module namespace functx1 = "http://www.28msec.com/compile-time/lib/functx1" at "functx1.xqlib";
3984
3985-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3986+declare namespace ann = "http://zorba.io/annotations";
3987
3988
3989 declare function def:t ()
3990
3991=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-10.xqlib'
3992--- test/rbkt/Queries/zorba/functx/functx-x-10.xqlib 2013-02-07 17:24:36 +0000
3993+++ test/rbkt/Queries/zorba/functx/functx-x-10.xqlib 2013-08-09 11:00:15 +0000
3994@@ -11,7 +11,7 @@
3995 import module namespace functx9 = "http://www.28msec.com/compile-time/lib/functx9" at "functx9.xqlib";
3996 import module namespace functx10 = "http://www.28msec.com/compile-time/lib/functx10" at "functx10.xqlib";
3997
3998-declare namespace ann = "http://www.zorba-xquery.com/annotations";
3999+declare namespace ann = "http://zorba.io/annotations";
4000
4001 declare function def:t ()
4002 {
4003
4004=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-2.xqlib'
4005--- test/rbkt/Queries/zorba/functx/functx-x-2.xqlib 2013-02-07 17:24:36 +0000
4006+++ test/rbkt/Queries/zorba/functx/functx-x-2.xqlib 2013-08-09 11:00:15 +0000
4007@@ -3,7 +3,7 @@
4008 import module namespace functx1 = "http://www.28msec.com/compile-time/lib/functx1" at "functx1.xqlib";
4009 import module namespace functx2 = "http://www.28msec.com/compile-time/lib/functx2" at "functx2.xqlib";
4010
4011-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4012+declare namespace ann = "http://zorba.io/annotations";
4013
4014 declare function def:t ()
4015 {
4016
4017=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-3.xqlib'
4018--- test/rbkt/Queries/zorba/functx/functx-x-3.xqlib 2013-02-07 17:24:36 +0000
4019+++ test/rbkt/Queries/zorba/functx/functx-x-3.xqlib 2013-08-09 11:00:15 +0000
4020@@ -4,7 +4,7 @@
4021 import module namespace functx2 = "http://www.28msec.com/compile-time/lib/functx2" at "functx2.xqlib";
4022 import module namespace functx3 = "http://www.28msec.com/compile-time/lib/functx3" at "functx3.xqlib";
4023
4024-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4025+declare namespace ann = "http://zorba.io/annotations";
4026
4027 declare function def:t ()
4028 {
4029
4030=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-4.xqlib'
4031--- test/rbkt/Queries/zorba/functx/functx-x-4.xqlib 2013-02-07 17:24:36 +0000
4032+++ test/rbkt/Queries/zorba/functx/functx-x-4.xqlib 2013-08-09 11:00:15 +0000
4033@@ -5,7 +5,7 @@
4034 import module namespace functx3 = "http://www.28msec.com/compile-time/lib/functx3" at "functx3.xqlib";
4035 import module namespace functx4 = "http://www.28msec.com/compile-time/lib/functx4" at "functx4.xqlib";
4036
4037-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4038+declare namespace ann = "http://zorba.io/annotations";
4039
4040 declare function def:t ()
4041 {
4042
4043=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-5.xqlib'
4044--- test/rbkt/Queries/zorba/functx/functx-x-5.xqlib 2013-02-07 17:24:36 +0000
4045+++ test/rbkt/Queries/zorba/functx/functx-x-5.xqlib 2013-08-09 11:00:15 +0000
4046@@ -6,7 +6,7 @@
4047 import module namespace functx4 = "http://www.28msec.com/compile-time/lib/functx4" at "functx4.xqlib";
4048 import module namespace functx5 = "http://www.28msec.com/compile-time/lib/functx5" at "functx5.xqlib";
4049
4050-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4051+declare namespace ann = "http://zorba.io/annotations";
4052
4053 declare function def:t ()
4054 {
4055
4056=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-6.xqlib'
4057--- test/rbkt/Queries/zorba/functx/functx-x-6.xqlib 2013-02-07 17:24:36 +0000
4058+++ test/rbkt/Queries/zorba/functx/functx-x-6.xqlib 2013-08-09 11:00:15 +0000
4059@@ -7,7 +7,7 @@
4060 import module namespace functx5 = "http://www.28msec.com/compile-time/lib/functx5" at "functx5.xqlib";
4061 import module namespace functx6 = "http://www.28msec.com/compile-time/lib/functx6" at "functx6.xqlib";
4062
4063-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4064+declare namespace ann = "http://zorba.io/annotations";
4065
4066 declare function def:t ()
4067 {
4068
4069=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-7.xqlib'
4070--- test/rbkt/Queries/zorba/functx/functx-x-7.xqlib 2013-02-07 17:24:36 +0000
4071+++ test/rbkt/Queries/zorba/functx/functx-x-7.xqlib 2013-08-09 11:00:15 +0000
4072@@ -8,7 +8,7 @@
4073 import module namespace functx6 = "http://www.28msec.com/compile-time/lib/functx6" at "functx6.xqlib";
4074 import module namespace functx7 = "http://www.28msec.com/compile-time/lib/functx7" at "functx7.xqlib";
4075
4076-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4077+declare namespace ann = "http://zorba.io/annotations";
4078
4079 declare function def:t ()
4080 {
4081
4082=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-8.xqlib'
4083--- test/rbkt/Queries/zorba/functx/functx-x-8.xqlib 2013-02-07 17:24:36 +0000
4084+++ test/rbkt/Queries/zorba/functx/functx-x-8.xqlib 2013-08-09 11:00:15 +0000
4085@@ -9,7 +9,7 @@
4086 import module namespace functx7 = "http://www.28msec.com/compile-time/lib/functx7" at "functx7.xqlib";
4087 import module namespace functx8 = "http://www.28msec.com/compile-time/lib/functx8" at "functx8.xqlib";
4088
4089-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4090+declare namespace ann = "http://zorba.io/annotations";
4091
4092 declare function def:t ()
4093 {
4094
4095=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-9.xqlib'
4096--- test/rbkt/Queries/zorba/functx/functx-x-9.xqlib 2013-02-07 17:24:36 +0000
4097+++ test/rbkt/Queries/zorba/functx/functx-x-9.xqlib 2013-08-09 11:00:15 +0000
4098@@ -10,7 +10,7 @@
4099 import module namespace functx8 = "http://www.28msec.com/compile-time/lib/functx8" at "functx8.xqlib";
4100 import module namespace functx9 = "http://www.28msec.com/compile-time/lib/functx9" at "functx9.xqlib";
4101
4102-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4103+declare namespace ann = "http://zorba.io/annotations";
4104
4105 declare function def:t ()
4106 {
4107
4108=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-call.xq'
4109--- test/rbkt/Queries/zorba/functx/functx-x-call.xq 2013-02-07 17:24:36 +0000
4110+++ test/rbkt/Queries/zorba/functx/functx-x-call.xq 2013-08-09 11:00:15 +0000
4111@@ -19,7 +19,7 @@
4112 import module namespace f10 = "http://www.28msec.com/compile-time/functx-x-10"
4113 at "functx-x-10.xqlib";
4114
4115-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4116+declare namespace ann = "http://zorba.io/annotations";
4117
4118 f1:t(),
4119 f2:t(),
4120
4121=== modified file 'test/rbkt/Queries/zorba/functx/substring-before-last.xq'
4122--- test/rbkt/Queries/zorba/functx/substring-before-last.xq 2013-02-07 17:24:36 +0000
4123+++ test/rbkt/Queries/zorba/functx/substring-before-last.xq 2013-08-09 11:00:15 +0000
4124@@ -1,3 +1,3 @@
4125-import module namespace functx = "http://www.functx.com/";
4126+import module namespace functx = "http://www.functx.com";
4127
4128 functx:substring-before-last('abc-def-ghi', '-')
4129\ No newline at end of file
4130
4131=== modified file 'test/rbkt/Queries/zorba/groupby/collation01.xq'
4132--- test/rbkt/Queries/zorba/groupby/collation01.xq 2012-06-08 09:00:33 +0000
4133+++ test/rbkt/Queries/zorba/groupby/collation01.xq 2013-08-09 11:00:15 +0000
4134@@ -1,14 +1,14 @@
4135
4136
4137 for $x in ("AA", "aa")
4138-group by $x collation "http://www.zorba-xquery.com/collations/SECONDARY/en/EN", $x
4139+group by $x collation "http://zorba.io/collations/SECONDARY/en/EN", $x
4140 return <res>{$x}</res>
4141 ,
4142 "
4143 "
4144 ,
4145 for $x in ("AA", "aa")
4146-group by $x, $x collation "http://www.zorba-xquery.com/collations/SECONDARY/en/EN"
4147+group by $x, $x collation "http://zorba.io/collations/SECONDARY/en/EN"
4148 return <res>{$x}</res>
4149 ,
4150 "
4151
4152=== modified file 'test/rbkt/Queries/zorba/groupby/groupby31.xq'
4153--- test/rbkt/Queries/zorba/groupby/groupby31.xq 2012-06-05 17:10:39 +0000
4154+++ test/rbkt/Queries/zorba/groupby/groupby31.xq 2013-08-09 11:00:15 +0000
4155@@ -1,4 +1,4 @@
4156-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4157+declare namespace ann = "http://zorba.io/annotations";
4158
4159 declare variable $global := 0;
4160
4161
4162=== modified file 'test/rbkt/Queries/zorba/index/auctions_module1.xqlib'
4163--- test/rbkt/Queries/zorba/index/auctions_module1.xqlib 2013-02-07 17:24:36 +0000
4164+++ test/rbkt/Queries/zorba/index/auctions_module1.xqlib 2013-08-09 11:00:15 +0000
4165@@ -6,7 +6,7 @@
4166 import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4167 import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4168
4169-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4170+declare namespace ann = "http://zorba.io/annotations";
4171
4172 declare variable $auctions:auctions := xs:QName("auctions:auctions");
4173 declare variable $auctions:PersonId := xs:QName("auctions:PersonId");
4174
4175=== modified file 'test/rbkt/Queries/zorba/index/auto_idx_01.xqlib'
4176--- test/rbkt/Queries/zorba/index/auto_idx_01.xqlib 2013-06-24 19:46:35 +0000
4177+++ test/rbkt/Queries/zorba/index/auto_idx_01.xqlib 2013-08-09 11:00:15 +0000
4178@@ -10,7 +10,7 @@
4179 import module namespace iddl =
4180 "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4181
4182-declare namespace an = "http://www.zorba-xquery.com/annotations";
4183+declare namespace an = "http://zorba.io/annotations";
4184
4185 declare collection upd:auctions as node()*;
4186
4187
4188=== modified file 'test/rbkt/Queries/zorba/index/available.xq'
4189--- test/rbkt/Queries/zorba/index/available.xq 2013-02-07 17:24:36 +0000
4190+++ test/rbkt/Queries/zorba/index/available.xq 2013-08-09 11:00:15 +0000
4191@@ -5,7 +5,7 @@
4192 import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4193 import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4194
4195-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4196+declare namespace ann = "http://zorba.io/annotations";
4197
4198 declare %ann:sequential function local:test_create() {
4199 ddl:create(xs:QName("decl:coll1"));
4200
4201=== modified file 'test/rbkt/Queries/zorba/index/count.xqlib'
4202--- test/rbkt/Queries/zorba/index/count.xqlib 2013-02-07 17:24:36 +0000
4203+++ test/rbkt/Queries/zorba/index/count.xqlib 2013-08-09 11:00:15 +0000
4204@@ -7,7 +7,7 @@
4205 import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4206 import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4207
4208-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4209+declare namespace ann = "http://zorba.io/annotations";
4210
4211 declare collection def:user as node()*;
4212
4213
4214=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_01.xqlib'
4215--- test/rbkt/Queries/zorba/index/declare_index/declare_01.xqlib 2013-02-07 17:24:36 +0000
4216+++ test/rbkt/Queries/zorba/index/declare_index/declare_01.xqlib 2013-08-09 11:00:15 +0000
4217@@ -2,7 +2,7 @@
4218
4219 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4220
4221-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4222+declare namespace ann = "http://zorba.io/annotations";
4223
4224 declare collection decl:coll1;
4225
4226
4227=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_02.xqlib'
4228--- test/rbkt/Queries/zorba/index/declare_index/declare_02.xqlib 2013-02-07 17:24:36 +0000
4229+++ test/rbkt/Queries/zorba/index/declare_index/declare_02.xqlib 2013-08-09 11:00:15 +0000
4230@@ -2,7 +2,7 @@
4231
4232 import module namespace manip = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4233
4234-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4235+declare namespace ann = "http://zorba.io/annotations";
4236
4237 declare collection decl:coll1;
4238
4239
4240=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_03.xqlib'
4241--- test/rbkt/Queries/zorba/index/declare_index/declare_03.xqlib 2013-02-07 17:24:36 +0000
4242+++ test/rbkt/Queries/zorba/index/declare_index/declare_03.xqlib 2013-08-09 11:00:15 +0000
4243@@ -2,7 +2,7 @@
4244
4245 import module namespace manip = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4246
4247-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4248+declare namespace ann = "http://zorba.io/annotations";
4249
4250 declare collection decl:coll1;
4251
4252
4253=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_04.xqlib'
4254--- test/rbkt/Queries/zorba/index/declare_index/declare_04.xqlib 2013-02-07 17:24:36 +0000
4255+++ test/rbkt/Queries/zorba/index/declare_index/declare_04.xqlib 2013-08-09 11:00:15 +0000
4256@@ -2,7 +2,7 @@
4257
4258 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4259
4260-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4261+declare namespace ann = "http://zorba.io/annotations";
4262
4263 declare collection decl:coll1;
4264
4265
4266=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_05.xqlib'
4267--- test/rbkt/Queries/zorba/index/declare_index/declare_05.xqlib 2013-02-07 17:24:36 +0000
4268+++ test/rbkt/Queries/zorba/index/declare_index/declare_05.xqlib 2013-08-09 11:00:15 +0000
4269@@ -1,6 +1,6 @@
4270 module namespace decl = "http://www.test.com/";
4271
4272-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4273+declare namespace ann = "http://zorba.io/annotations";
4274
4275 declare collection decl:coll1;
4276
4277
4278=== modified file 'test/rbkt/Queries/zorba/index/declared.xqlib'
4279--- test/rbkt/Queries/zorba/index/declared.xqlib 2013-02-07 17:24:36 +0000
4280+++ test/rbkt/Queries/zorba/index/declared.xqlib 2013-08-09 11:00:15 +0000
4281@@ -3,7 +3,7 @@
4282 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
4283 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4284
4285-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4286+declare namespace ann = "http://zorba.io/annotations";
4287
4288 declare collection decl:coll1;
4289
4290
4291=== modified file 'test/rbkt/Queries/zorba/index/delete_from_collection_01.xqlib'
4292--- test/rbkt/Queries/zorba/index/delete_from_collection_01.xqlib 2012-04-25 16:31:01 +0000
4293+++ test/rbkt/Queries/zorba/index/delete_from_collection_01.xqlib 2013-08-09 11:00:15 +0000
4294@@ -8,7 +8,7 @@
4295
4296 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4297
4298-declare namespace an = "http://www.zorba-xquery.com/annotations";
4299+declare namespace an = "http://zorba.io/annotations";
4300
4301
4302 declare collection seq:counters as node()*;
4303
4304=== modified file 'test/rbkt/Queries/zorba/index/error_module1.xqlib'
4305--- test/rbkt/Queries/zorba/index/error_module1.xqlib 2013-02-07 17:24:36 +0000
4306+++ test/rbkt/Queries/zorba/index/error_module1.xqlib 2013-08-09 11:00:15 +0000
4307@@ -6,7 +6,7 @@
4308
4309 module namespace idx = "http://www.w3.org/TestModules/idx";
4310
4311-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4312+declare namespace ann = "http://zorba.io/annotations";
4313
4314 declare %ann:value-range index idx:foo
4315 on nodes doc("auction.xml")/site/people/person
4316
4317=== modified file 'test/rbkt/Queries/zorba/index/error_module2.xqlib'
4318--- test/rbkt/Queries/zorba/index/error_module2.xqlib 2013-02-07 17:24:36 +0000
4319+++ test/rbkt/Queries/zorba/index/error_module2.xqlib 2013-08-09 11:00:15 +0000
4320@@ -4,7 +4,7 @@
4321
4322 module namespace idx = "http://www.w3.org/TestModules/idx";
4323
4324-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4325+declare namespace ann = "http://zorba.io/annotations";
4326
4327 declare %ann:value-range index idx:foo
4328 on nodes ./site/people/person
4329
4330=== modified file 'test/rbkt/Queries/zorba/index/error_module3.xqlib'
4331--- test/rbkt/Queries/zorba/index/error_module3.xqlib 2013-02-07 17:24:36 +0000
4332+++ test/rbkt/Queries/zorba/index/error_module3.xqlib 2013-08-09 11:00:15 +0000
4333@@ -7,7 +7,7 @@
4334
4335 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4336
4337-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4338+declare namespace ann = "http://zorba.io/annotations";
4339
4340 declare collection idx:auctions as node()*;
4341
4342
4343=== modified file 'test/rbkt/Queries/zorba/index/index_does_not_exist.xqlib'
4344--- test/rbkt/Queries/zorba/index/index_does_not_exist.xqlib 2013-02-07 17:24:36 +0000
4345+++ test/rbkt/Queries/zorba/index/index_does_not_exist.xqlib 2013-08-09 11:00:15 +0000
4346@@ -5,7 +5,7 @@
4347 import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
4348 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4349
4350-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4351+declare namespace ann = "http://zorba.io/annotations";
4352
4353 declare %ann:ordered collection news-data:employees as schema-element(news-schemas:employee)*;
4354
4355
4356=== modified file 'test/rbkt/Queries/zorba/index/keys_mod.xqlib'
4357--- test/rbkt/Queries/zorba/index/keys_mod.xqlib 2013-02-07 17:24:36 +0000
4358+++ test/rbkt/Queries/zorba/index/keys_mod.xqlib 2013-08-09 11:00:15 +0000
4359@@ -2,7 +2,7 @@
4360
4361 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4362
4363-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4364+declare namespace ann = "http://zorba.io/annotations";
4365
4366 declare %ann:unordered collection keys-lib:foo as node()*;
4367
4368
4369=== modified file 'test/rbkt/Queries/zorba/index/match_veq_01.xqlib'
4370--- test/rbkt/Queries/zorba/index/match_veq_01.xqlib 2013-01-29 06:01:31 +0000
4371+++ test/rbkt/Queries/zorba/index/match_veq_01.xqlib 2013-08-09 11:00:15 +0000
4372@@ -11,7 +11,7 @@
4373 import module namespace iddl =
4374 "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4375
4376-declare namespace an = "http://www.zorba-xquery.com/annotations";
4377+declare namespace an = "http://zorba.io/annotations";
4378
4379
4380 declare %an:ordered collection accounts:accounts as element(account);
4381
4382=== modified file 'test/rbkt/Queries/zorba/index/match_veq_02.xqlib'
4383--- test/rbkt/Queries/zorba/index/match_veq_02.xqlib 2013-02-17 00:04:30 +0000
4384+++ test/rbkt/Queries/zorba/index/match_veq_02.xqlib 2013-08-09 11:00:15 +0000
4385@@ -11,7 +11,7 @@
4386 import module namespace iddl =
4387 "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4388
4389-declare namespace an = "http://www.zorba-xquery.com/annotations";
4390+declare namespace an = "http://zorba.io/annotations";
4391
4392
4393 declare %an:ordered collection sessions:sessions as element()*;
4394
4395=== modified file 'test/rbkt/Queries/zorba/index/match_veq_03.xqlib'
4396--- test/rbkt/Queries/zorba/index/match_veq_03.xqlib 2013-02-17 00:04:30 +0000
4397+++ test/rbkt/Queries/zorba/index/match_veq_03.xqlib 2013-08-09 11:00:15 +0000
4398@@ -10,7 +10,7 @@
4399 import module namespace iddl =
4400 "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4401
4402-declare namespace an = "http://www.zorba-xquery.com/annotations";
4403+declare namespace an = "http://zorba.io/annotations";
4404
4405
4406 declare %an:ordered collection sessions:sessions as element()*;
4407
4408=== modified file 'test/rbkt/Queries/zorba/index/match_veq_04.xqlib'
4409--- test/rbkt/Queries/zorba/index/match_veq_04.xqlib 2012-12-14 18:01:41 +0000
4410+++ test/rbkt/Queries/zorba/index/match_veq_04.xqlib 2013-08-09 11:00:15 +0000
4411@@ -9,7 +9,7 @@
4412 import module namespace iddl =
4413 "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4414
4415-declare namespace an = "http://www.zorba-xquery.com/annotations";
4416+declare namespace an = "http://zorba.io/annotations";
4417
4418
4419 declare collection sessions:sessions;
4420
4421=== modified file 'test/rbkt/Queries/zorba/index/match_veq_05.xqlib'
4422--- test/rbkt/Queries/zorba/index/match_veq_05.xqlib 2012-12-18 15:33:17 +0000
4423+++ test/rbkt/Queries/zorba/index/match_veq_05.xqlib 2013-08-09 11:00:15 +0000
4424@@ -9,7 +9,7 @@
4425 import module namespace iddl =
4426 "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4427
4428-declare namespace an = "http://www.zorba-xquery.com/annotations";
4429+declare namespace an = "http://zorba.io/annotations";
4430
4431
4432 declare %an:ordered collection sessions:sessions;
4433
4434=== modified file 'test/rbkt/Queries/zorba/index/match_veq_06.xqlib'
4435--- test/rbkt/Queries/zorba/index/match_veq_06.xqlib 2013-01-03 22:31:40 +0000
4436+++ test/rbkt/Queries/zorba/index/match_veq_06.xqlib 2013-08-09 11:00:15 +0000
4437@@ -16,7 +16,7 @@
4438 import module namespace doc =
4439 "http://www.zorba-xquery.com/modules/store/dynamic/documents";
4440
4441-declare namespace an = "http://www.zorba-xquery.com/annotations";
4442+declare namespace an = "http://zorba.io/annotations";
4443
4444 declare construction strip;
4445
4446
4447=== modified file 'test/rbkt/Queries/zorba/index/match_veq_07.xqlib'
4448--- test/rbkt/Queries/zorba/index/match_veq_07.xqlib 2012-12-20 13:26:06 +0000
4449+++ test/rbkt/Queries/zorba/index/match_veq_07.xqlib 2013-08-09 11:00:15 +0000
4450@@ -15,7 +15,7 @@
4451 import module namespace doc =
4452 "http://www.zorba-xquery.com/modules/store/dynamic/documents";
4453
4454-declare namespace an = "http://www.zorba-xquery.com/annotations";
4455+declare namespace an = "http://zorba.io/annotations";
4456
4457
4458 declare collection x:auctions;
4459
4460=== modified file 'test/rbkt/Queries/zorba/index/match_veq_08.xqlib'
4461--- test/rbkt/Queries/zorba/index/match_veq_08.xqlib 2013-02-21 06:30:02 +0000
4462+++ test/rbkt/Queries/zorba/index/match_veq_08.xqlib 2013-08-09 11:00:15 +0000
4463@@ -3,7 +3,7 @@
4464
4465 import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4466
4467-declare namespace an = "http://www.zorba-xquery.com/annotations";
4468+declare namespace an = "http://zorba.io/annotations";
4469
4470 declare collection db28:answers as object()*;
4471
4472
4473=== modified file 'test/rbkt/Queries/zorba/index/match_veq_09.xqlib'
4474--- test/rbkt/Queries/zorba/index/match_veq_09.xqlib 2013-02-21 21:46:03 +0000
4475+++ test/rbkt/Queries/zorba/index/match_veq_09.xqlib 2013-08-09 11:00:15 +0000
4476@@ -3,7 +3,7 @@
4477
4478 import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4479
4480-declare namespace an = "http://www.zorba-xquery.com/annotations";
4481+declare namespace an = "http://zorba.io/annotations";
4482
4483 declare collection db28:answers as object()*;
4484
4485
4486=== modified file 'test/rbkt/Queries/zorba/index/match_veq_10.xqlib'
4487--- test/rbkt/Queries/zorba/index/match_veq_10.xqlib 2013-02-21 22:41:14 +0000
4488+++ test/rbkt/Queries/zorba/index/match_veq_10.xqlib 2013-08-09 11:00:15 +0000
4489@@ -4,7 +4,7 @@
4490 import module namespace db =
4491 "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4492
4493-declare namespace an = "http://www.zorba-xquery.com/annotations";
4494+declare namespace an = "http://zorba.io/annotations";
4495
4496 declare collection db28:answers as object()*;
4497
4498
4499=== modified file 'test/rbkt/Queries/zorba/index/match_veq_11.xqlib'
4500--- test/rbkt/Queries/zorba/index/match_veq_11.xqlib 2013-02-22 00:08:45 +0000
4501+++ test/rbkt/Queries/zorba/index/match_veq_11.xqlib 2013-08-09 11:00:15 +0000
4502@@ -3,7 +3,7 @@
4503 import module namespace db =
4504 "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4505
4506-declare namespace an = "http://www.zorba-xquery.com/annotations";
4507+declare namespace an = "http://zorba.io/annotations";
4508
4509 declare collection ca:custaccs as node()*;
4510
4511
4512=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_01.xqlib'
4513--- test/rbkt/Queries/zorba/index/match_vrange_01.xqlib 2013-01-29 06:01:31 +0000
4514+++ test/rbkt/Queries/zorba/index/match_vrange_01.xqlib 2013-08-09 11:00:15 +0000
4515@@ -13,7 +13,7 @@
4516 import module namespace idml =
4517 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4518
4519-declare namespace an = "http://www.zorba-xquery.com/annotations";
4520+declare namespace an = "http://zorba.io/annotations";
4521
4522
4523 declare %private %an:ordered collection data:parents;
4524
4525=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02.xq'
4526--- test/rbkt/Queries/zorba/index/match_vrange_02.xq 2013-01-11 22:14:05 +0000
4527+++ test/rbkt/Queries/zorba/index/match_vrange_02.xq 2013-08-09 11:00:15 +0000
4528@@ -13,7 +13,7 @@
4529 import module namespace idml =
4530 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4531
4532-declare namespace an = "http://www.zorba-xquery.com/annotations";
4533+declare namespace an = "http://zorba.io/annotations";
4534
4535
4536 declare function
4537
4538=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02.xqlib'
4539--- test/rbkt/Queries/zorba/index/match_vrange_02.xqlib 2013-01-29 06:01:31 +0000
4540+++ test/rbkt/Queries/zorba/index/match_vrange_02.xqlib 2013-08-09 11:00:15 +0000
4541@@ -12,7 +12,7 @@
4542 import module namespace idml =
4543 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4544
4545-declare namespace an = "http://www.zorba-xquery.com/annotations";
4546+declare namespace an = "http://zorba.io/annotations";
4547
4548 declare construction strip;
4549
4550
4551=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02a.xq'
4552--- test/rbkt/Queries/zorba/index/match_vrange_02a.xq 2013-01-04 13:50:49 +0000
4553+++ test/rbkt/Queries/zorba/index/match_vrange_02a.xq 2013-08-09 11:00:15 +0000
4554@@ -13,7 +13,7 @@
4555 import module namespace idml =
4556 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4557
4558-declare namespace an = "http://www.zorba-xquery.com/annotations";
4559+declare namespace an = "http://zorba.io/annotations";
4560
4561
4562 declare function
4563
4564=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02b.xq'
4565--- test/rbkt/Queries/zorba/index/match_vrange_02b.xq 2013-01-12 22:10:40 +0000
4566+++ test/rbkt/Queries/zorba/index/match_vrange_02b.xq 2013-08-09 11:00:15 +0000
4567@@ -13,7 +13,7 @@
4568 import module namespace idml =
4569 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4570
4571-declare namespace an = "http://www.zorba-xquery.com/annotations";
4572+declare namespace an = "http://zorba.io/annotations";
4573
4574
4575 declare variable $doc11 :=
4576
4577=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_03.xq'
4578--- test/rbkt/Queries/zorba/index/match_vrange_03.xq 2013-01-29 06:01:31 +0000
4579+++ test/rbkt/Queries/zorba/index/match_vrange_03.xq 2013-08-09 11:00:15 +0000
4580@@ -13,7 +13,7 @@
4581 import module namespace idml =
4582 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4583
4584-declare namespace an = "http://www.zorba-xquery.com/annotations";
4585+declare namespace an = "http://zorba.io/annotations";
4586
4587
4588 declare function
4589
4590=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_03.xqlib'
4591--- test/rbkt/Queries/zorba/index/match_vrange_03.xqlib 2013-01-29 06:01:31 +0000
4592+++ test/rbkt/Queries/zorba/index/match_vrange_03.xqlib 2013-08-09 11:00:15 +0000
4593@@ -12,7 +12,7 @@
4594 import module namespace idml =
4595 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4596
4597-declare namespace an = "http://www.zorba-xquery.com/annotations";
4598+declare namespace an = "http://zorba.io/annotations";
4599
4600 declare construction strip;
4601
4602
4603=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_04.xqlib'
4604--- test/rbkt/Queries/zorba/index/match_vrange_04.xqlib 2013-04-27 16:36:36 +0000
4605+++ test/rbkt/Queries/zorba/index/match_vrange_04.xqlib 2013-08-09 11:00:15 +0000
4606@@ -3,7 +3,7 @@
4607
4608 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4609
4610-declare namespace an = "http://www.zorba-xquery.com/annotations";
4611+declare namespace an = "http://zorba.io/annotations";
4612
4613 declare %an:mutable %an:unordered %an:mutable-nodes collection db28:foo;
4614
4615
4616=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_05.xqlib'
4617--- test/rbkt/Queries/zorba/index/match_vrange_05.xqlib 2013-05-04 21:26:57 +0000
4618+++ test/rbkt/Queries/zorba/index/match_vrange_05.xqlib 2013-08-09 11:00:15 +0000
4619@@ -10,7 +10,7 @@
4620 import module namespace iddl =
4621 "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4622
4623-declare namespace an = "http://www.zorba-xquery.com/annotations";
4624+declare namespace an = "http://zorba.io/annotations";
4625
4626
4627 declare %an:ordered collection foo:foo as object()*;
4628
4629=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_06.xqlib'
4630--- test/rbkt/Queries/zorba/index/match_vrange_06.xqlib 2013-05-09 18:50:15 +0000
4631+++ test/rbkt/Queries/zorba/index/match_vrange_06.xqlib 2013-08-09 11:00:15 +0000
4632@@ -3,7 +3,7 @@
4633
4634 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4635
4636-declare namespace an = "http://www.zorba-xquery.com/annotations";
4637+declare namespace an = "http://zorba.io/annotations";
4638
4639 declare %an:mutable %an:unordered %an:mutable-nodes collection db28:foo;
4640
4641
4642=== modified file 'test/rbkt/Queries/zorba/index/multi_key_01.xq'
4643--- test/rbkt/Queries/zorba/index/multi_key_01.xq 2013-01-03 20:25:05 +0000
4644+++ test/rbkt/Queries/zorba/index/multi_key_01.xq 2013-08-09 11:00:15 +0000
4645@@ -12,7 +12,7 @@
4646 import module namespace idml =
4647 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4648
4649-declare namespace an = "http://www.zorba-xquery.com/annotations";
4650+declare namespace an = "http://zorba.io/annotations";
4651
4652
4653 declare variable $doc11 :=
4654
4655=== modified file 'test/rbkt/Queries/zorba/index/multi_key_01.xqlib'
4656--- test/rbkt/Queries/zorba/index/multi_key_01.xqlib 2013-01-03 20:25:05 +0000
4657+++ test/rbkt/Queries/zorba/index/multi_key_01.xqlib 2013-08-09 11:00:15 +0000
4658@@ -12,7 +12,7 @@
4659 import module namespace idml =
4660 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4661
4662-declare namespace an = "http://www.zorba-xquery.com/annotations";
4663+declare namespace an = "http://zorba.io/annotations";
4664
4665 declare construction strip;
4666
4667
4668=== modified file 'test/rbkt/Queries/zorba/index/multi_key_02.xq'
4669--- test/rbkt/Queries/zorba/index/multi_key_02.xq 2013-01-03 20:25:05 +0000
4670+++ test/rbkt/Queries/zorba/index/multi_key_02.xq 2013-08-09 11:00:15 +0000
4671@@ -12,7 +12,7 @@
4672 import module namespace idml =
4673 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4674
4675-declare namespace an = "http://www.zorba-xquery.com/annotations";
4676+declare namespace an = "http://zorba.io/annotations";
4677
4678
4679 declare variable $doc11 :=
4680
4681=== modified file 'test/rbkt/Queries/zorba/index/multi_key_02.xqlib'
4682--- test/rbkt/Queries/zorba/index/multi_key_02.xqlib 2013-01-03 20:25:05 +0000
4683+++ test/rbkt/Queries/zorba/index/multi_key_02.xqlib 2013-08-09 11:00:15 +0000
4684@@ -12,7 +12,7 @@
4685 import module namespace idml =
4686 "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4687
4688-declare namespace an = "http://www.zorba-xquery.com/annotations";
4689+declare namespace an = "http://zorba.io/annotations";
4690
4691 declare construction strip;
4692
4693
4694=== modified file 'test/rbkt/Queries/zorba/index/numbers.xqlib'
4695--- test/rbkt/Queries/zorba/index/numbers.xqlib 2013-02-07 17:24:36 +0000
4696+++ test/rbkt/Queries/zorba/index/numbers.xqlib 2013-08-09 11:00:15 +0000
4697@@ -6,7 +6,7 @@
4698 import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4699 import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4700
4701-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4702+declare namespace ann = "http://zorba.io/annotations";
4703
4704
4705 declare variable $num:collname := xs:QName("num:numbers");
4706
4707=== modified file 'test/rbkt/Queries/zorba/index/paging.xqlib'
4708--- test/rbkt/Queries/zorba/index/paging.xqlib 2013-01-03 20:25:05 +0000
4709+++ test/rbkt/Queries/zorba/index/paging.xqlib 2013-08-09 11:00:15 +0000
4710@@ -5,7 +5,7 @@
4711 import module namespace iddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4712 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4713
4714-declare namespace an = "http://www.zorba-xquery.com/annotations";
4715+declare namespace an = "http://zorba.io/annotations";
4716
4717 declare collection data:people as node()*;
4718 declare variable $data:people := xs:QName("data:people");
4719
4720=== modified file 'test/rbkt/Queries/zorba/index/remove_collection_with_index.xqlib'
4721--- test/rbkt/Queries/zorba/index/remove_collection_with_index.xqlib 2013-02-07 17:24:36 +0000
4722+++ test/rbkt/Queries/zorba/index/remove_collection_with_index.xqlib 2013-08-09 11:00:15 +0000
4723@@ -2,7 +2,7 @@
4724
4725 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4726
4727-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4728+declare namespace ann = "http://zorba.io/annotations";
4729
4730 declare collection decl:coll1;
4731
4732
4733=== modified file 'test/rbkt/Queries/zorba/index/undo2.xqlib'
4734--- test/rbkt/Queries/zorba/index/undo2.xqlib 2013-02-07 17:24:36 +0000
4735+++ test/rbkt/Queries/zorba/index/undo2.xqlib 2013-08-09 11:00:15 +0000
4736@@ -5,7 +5,7 @@
4737 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4738 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4739
4740-declare namespace an = "http://www.zorba-xquery.com/annotations";
4741+declare namespace an = "http://zorba.io/annotations";
4742
4743 declare variable $auctions:auctions1 := xs:QName("auctions:auctions1");
4744 declare variable $auctions:PersonId1 := xs:QName("auctions:PersonId1");
4745
4746=== modified file 'test/rbkt/Queries/zorba/index/undo4.xqlib'
4747--- test/rbkt/Queries/zorba/index/undo4.xqlib 2012-07-03 03:12:05 +0000
4748+++ test/rbkt/Queries/zorba/index/undo4.xqlib 2013-08-09 11:00:15 +0000
4749@@ -5,7 +5,7 @@
4750 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4751 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4752
4753-declare namespace an = "http://www.zorba-xquery.com/annotations";
4754+declare namespace an = "http://zorba.io/annotations";
4755
4756
4757
4758
4759=== modified file 'test/rbkt/Queries/zorba/index/unique.xqlib'
4760--- test/rbkt/Queries/zorba/index/unique.xqlib 2012-04-22 21:55:56 +0000
4761+++ test/rbkt/Queries/zorba/index/unique.xqlib 2013-08-09 11:00:15 +0000
4762@@ -5,7 +5,7 @@
4763 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4764 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4765
4766-declare namespace an = "http://www.zorba-xquery.com/annotations";
4767+declare namespace an = "http://zorba.io/annotations";
4768
4769 declare variable $auctions:auctions1 := xs:QName("auctions:auctions1");
4770 declare variable $auctions:PersonId1 := xs:QName("auctions:PersonId1");
4771
4772=== modified file 'test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-no-index.xqlib'
4773--- test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-no-index.xqlib 2012-06-15 14:33:58 +0000
4774+++ test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-no-index.xqlib 2013-08-09 11:00:15 +0000
4775@@ -6,7 +6,7 @@
4776 import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4777 import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4778
4779-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4780+declare namespace ann = "http://zorba.io/annotations";
4781
4782 declare variable $foaf:network:= xs:QName("foaf:network");
4783
4784
4785=== modified file 'test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index-and-xml.xqlib'
4786--- test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index-and-xml.xqlib 2012-09-04 23:48:51 +0000
4787+++ test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index-and-xml.xqlib 2013-08-09 11:00:15 +0000
4788@@ -6,7 +6,7 @@
4789 import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4790 import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4791
4792-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4793+declare namespace ann = "http://zorba.io/annotations";
4794
4795 declare variable $foaf:network:= xs:QName("foaf:network");
4796 declare variable $foaf:person:= xs:QName("foaf:person");
4797
4798=== modified file 'test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index.xqlib'
4799--- test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index.xqlib 2012-06-15 14:37:19 +0000
4800+++ test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index.xqlib 2013-08-09 11:00:15 +0000
4801@@ -6,7 +6,7 @@
4802 import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4803 import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4804
4805-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4806+declare namespace ann = "http://zorba.io/annotations";
4807
4808 declare variable $foaf:network:= xs:QName("foaf:network");
4809 declare variable $foaf:person:= xs:QName("foaf:person");
4810
4811=== modified file 'test/rbkt/Queries/zorba/jsoniq/dataguide.xq'
4812--- test/rbkt/Queries/zorba/jsoniq/dataguide.xq 2013-03-20 01:19:04 +0000
4813+++ test/rbkt/Queries/zorba/jsoniq/dataguide.xq 2013-08-09 11:00:15 +0000
4814@@ -1,4 +1,4 @@
4815-declare namespace an = "http://www.zorba-xquery.com/annotations";
4816+declare namespace an = "http://zorba.io/annotations";
4817
4818 declare variable $input:=
4819 for $i in 1 to 1000
4820
4821=== modified file 'test/rbkt/Queries/zorba/jsoniq/dataguide1.jq'
4822--- test/rbkt/Queries/zorba/jsoniq/dataguide1.jq 2013-05-13 12:19:46 +0000
4823+++ test/rbkt/Queries/zorba/jsoniq/dataguide1.jq 2013-08-09 11:00:15 +0000
4824@@ -1,4 +1,4 @@
4825-declare namespace an = "http://www.zorba-xquery.com/annotations";
4826+declare namespace an = "http://zorba.io/annotations";
4827
4828 declare default function namespace "foo.com";
4829
4830
4831=== modified file 'test/rbkt/Queries/zorba/misc/guestbook.xqlib'
4832--- test/rbkt/Queries/zorba/misc/guestbook.xqlib 2012-06-21 09:42:44 +0000
4833+++ test/rbkt/Queries/zorba/misc/guestbook.xqlib 2013-08-09 11:00:15 +0000
4834@@ -6,7 +6,7 @@
4835
4836 import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4837
4838-declare namespace an = "http://www.zorba-xquery.com/annotations";
4839+declare namespace an = "http://zorba.io/annotations";
4840
4841 declare collection guestbook:entries as node()*;
4842
4843
4844=== modified file 'test/rbkt/Queries/zorba/modules/schema1-lib1.xqlib'
4845--- test/rbkt/Queries/zorba/modules/schema1-lib1.xqlib 2013-02-07 17:24:36 +0000
4846+++ test/rbkt/Queries/zorba/modules/schema1-lib1.xqlib 2013-08-09 11:00:15 +0000
4847@@ -8,7 +8,7 @@
4848 import schema namespace foo = "http://expath.org/ns/http-client";
4849 :)
4850
4851-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4852+declare namespace ann = "http://zorba.io/annotations";
4853
4854 declare %ann:sequential function f:test($e)
4855 {
4856
4857=== modified file 'test/rbkt/Queries/zorba/modules/schema1-lib2.xqlib'
4858--- test/rbkt/Queries/zorba/modules/schema1-lib2.xqlib 2013-02-07 17:24:36 +0000
4859+++ test/rbkt/Queries/zorba/modules/schema1-lib2.xqlib 2013-08-09 11:00:15 +0000
4860@@ -1,6 +1,6 @@
4861 module namespace lib = "http://www.example.com/lib";
4862
4863-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4864+declare namespace ann = "http://zorba.io/annotations";
4865
4866 declare namespace foo = "http://expath.org/ns/http-client";
4867
4868
4869=== modified file 'test/rbkt/Queries/zorba/no-copy/baseuri.xq'
4870--- test/rbkt/Queries/zorba/no-copy/baseuri.xq 2012-10-12 09:05:54 +0000
4871+++ test/rbkt/Queries/zorba/no-copy/baseuri.xq 2013-08-09 11:00:15 +0000
4872@@ -1,5 +1,5 @@
4873
4874-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4875+declare namespace opt = "http://zorba.io/options/optimizer";
4876
4877 declare base-uri "http://x.com/root";
4878
4879
4880=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide-c.xq'
4881--- test/rbkt/Queries/zorba/no-copy/dataguide-c.xq 2013-02-07 17:24:36 +0000
4882+++ test/rbkt/Queries/zorba/no-copy/dataguide-c.xq 2013-08-09 11:00:15 +0000
4883@@ -1,7 +1,7 @@
4884 import module namespace map =
4885 "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";
4886
4887-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4888+declare namespace ann = "http://zorba.io/annotations";
4889
4890 declare %ann:assignable variable $co as xs:integer :=0;
4891
4892
4893=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide-nc.xq'
4894--- test/rbkt/Queries/zorba/no-copy/dataguide-nc.xq 2013-02-07 17:24:36 +0000
4895+++ test/rbkt/Queries/zorba/no-copy/dataguide-nc.xq 2013-08-09 11:00:15 +0000
4896@@ -1,9 +1,9 @@
4897 import module namespace map =
4898 "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";
4899
4900-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4901+declare namespace ann = "http://zorba.io/annotations";
4902
4903-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4904+declare namespace opt = "http://zorba.io/options/optimizer";
4905
4906 declare option opt:enable "for-serialization-only";
4907
4908
4909=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide2-c.xq'
4910--- test/rbkt/Queries/zorba/no-copy/dataguide2-c.xq 2013-02-07 17:24:36 +0000
4911+++ test/rbkt/Queries/zorba/no-copy/dataguide2-c.xq 2013-08-09 11:00:15 +0000
4912@@ -1,4 +1,4 @@
4913-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4914+declare namespace ann = "http://zorba.io/annotations";
4915
4916
4917 declare function local:collapseNodes($x as node()*) as node()*
4918
4919=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide2-nc.xq'
4920--- test/rbkt/Queries/zorba/no-copy/dataguide2-nc.xq 2013-02-07 17:24:36 +0000
4921+++ test/rbkt/Queries/zorba/no-copy/dataguide2-nc.xq 2013-08-09 11:00:15 +0000
4922@@ -1,7 +1,7 @@
4923-declare namespace ann = "http://www.zorba-xquery.com/annotations";
4924-
4925-
4926-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4927+declare namespace ann = "http://zorba.io/annotations";
4928+
4929+
4930+declare namespace opt = "http://zorba.io/options/optimizer";
4931
4932 declare option opt:enable "for-serialization-only";
4933
4934
4935=== modified file 'test/rbkt/Queries/zorba/no-copy/dblp-q0.xq'
4936--- test/rbkt/Queries/zorba/no-copy/dblp-q0.xq 2013-02-07 17:24:36 +0000
4937+++ test/rbkt/Queries/zorba/no-copy/dblp-q0.xq 2013-08-09 11:00:15 +0000
4938@@ -1,5 +1,5 @@
4939
4940-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4941+declare namespace opt = "http://zorba.io/options/optimizer";
4942
4943 declare option opt:enable "for-serialization-only";
4944
4945
4946=== modified file 'test/rbkt/Queries/zorba/no-copy/eval12.xq'
4947--- test/rbkt/Queries/zorba/no-copy/eval12.xq 2012-10-09 16:33:56 +0000
4948+++ test/rbkt/Queries/zorba/no-copy/eval12.xq 2013-08-09 11:00:15 +0000
4949@@ -1,5 +1,5 @@
4950
4951-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4952+declare namespace opt = "http://zorba.io/options/optimizer";
4953
4954 import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";
4955
4956
4957=== modified file 'test/rbkt/Queries/zorba/no-copy/eval15.xq'
4958--- test/rbkt/Queries/zorba/no-copy/eval15.xq 2012-10-09 16:33:56 +0000
4959+++ test/rbkt/Queries/zorba/no-copy/eval15.xq 2013-08-09 11:00:15 +0000
4960@@ -1,6 +1,6 @@
4961 import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";
4962
4963-declare namespace an = "http://www.zorba-xquery.com/annotations";
4964+declare namespace an = "http://zorba.io/annotations";
4965
4966
4967 declare variable $local:account := ();
4968
4969=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9065.xq'
4970--- test/rbkt/Queries/zorba/no-copy/hashjoin-9065.xq 2013-02-07 17:24:36 +0000
4971+++ test/rbkt/Queries/zorba/no-copy/hashjoin-9065.xq 2013-08-09 11:00:15 +0000
4972@@ -1,4 +1,4 @@
4973-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4974+declare namespace opt = "http://zorba.io/options/optimizer";
4975
4976 declare option opt:enable "for-serialization-only";
4977
4978
4979=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9198.xq'
4980--- test/rbkt/Queries/zorba/no-copy/hashjoin-9198.xq 2013-02-07 17:24:36 +0000
4981+++ test/rbkt/Queries/zorba/no-copy/hashjoin-9198.xq 2013-08-09 11:00:15 +0000
4982@@ -1,4 +1,4 @@
4983-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4984+declare namespace opt = "http://zorba.io/options/optimizer";
4985
4986 declare option opt:enable "for-serialization-only";
4987
4988
4989=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9199.xq'
4990--- test/rbkt/Queries/zorba/no-copy/hashjoin-9199.xq 2013-02-07 17:24:36 +0000
4991+++ test/rbkt/Queries/zorba/no-copy/hashjoin-9199.xq 2013-08-09 11:00:15 +0000
4992@@ -1,4 +1,4 @@
4993-declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";
4994+declare namespace opt = "http://zorba.io/options/optimizer";
4995
4996 declare option opt:enable "for-serialization-only";
4997
4998
4999=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9212.xq'
5000--- test/rbkt/Queries/zorba/no-copy/hashjoin-9212.xq 2013-02-07 17:24:36 +0000
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches