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
=== modified file 'CMakeCPackOptions.cmake.in'
--- CMakeCPackOptions.cmake.in 2013-04-12 22:47:51 +0000
+++ CMakeCPackOptions.cmake.in 2013-08-09 11:00:15 +0000
@@ -23,8 +23,8 @@
23# for Windows Null Soft Installer System ...23# for Windows Null Soft Installer System ...
24if(CPACK_GENERATOR MATCHES "NSIS")24if(CPACK_GENERATOR MATCHES "NSIS")
25 SET(CPACK_NSIS_DISPLAY_NAME "Zorba XQuery Processor ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")25 SET(CPACK_NSIS_DISPLAY_NAME "Zorba XQuery Processor ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
26 SET(CPACK_NSIS_HELP_LINK "http:\\\\http://www.zorba-xquery.org/")26 SET(CPACK_NSIS_HELP_LINK "http:\\\\http://www.zorba.io/")
27 SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\http://www.zorba-xquery.org/")27 SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\http://www.zorba.io/")
28 SET(CPACK_NSIS_CONTACT "info@flworfound.org")28 SET(CPACK_NSIS_CONTACT "info@flworfound.org")
29 29
30 SET(CPACK_NSIS_CREATE_ICONS_EXTRA "30 SET(CPACK_NSIS_CREATE_ICONS_EXTRA "
3131
=== modified file 'ChangeLog'
--- ChangeLog 2013-08-02 17:36:56 +0000
+++ ChangeLog 2013-08-09 11:00:15 +0000
@@ -3,10 +3,15 @@
33
4version 3.04version 3.0
55
6New Naming:
7 * All modules, annotations, options, collations, pragmas, and other
8 namespace URIs changed from http://www.zorba-xquery.com/
9 to http://zorba.io/ .
10
6New Features:11New Features:
7 * The grouping variable in a group by clause is now optional12 * The grouping variable in a group by clause is now optional
8 * New syntax for array lookup: expr1[[expr2]]13 * New syntax for array lookup: expr1[[expr2]]
9 14
10Optimizations:15Optimizations:
11 * Implemented hoisting optimization for general FLWOR.16 * Implemented hoisting optimization for general FLWOR.
12 * Implemented flwor-merge optimization for general FLWOR.17 * Implemented flwor-merge optimization for general FLWOR.
1318
=== modified file 'NOTICE.xml'
--- NOTICE.xml 2013-02-07 17:24:36 +0000
+++ NOTICE.xml 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<notice xmlns="http://www.zorba-xquery.com/notice">2<notice xmlns="http://zorba.io/notice">
3 <master-license>3 <master-license>
4 <license>Apache 2</license>4 <license>Apache 2</license>
5 <text>5 <text>
66
=== modified file 'README.txt'
--- README.txt 2013-02-07 17:24:36 +0000
+++ README.txt 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5 The Latest Version5 The Latest Version
6 ------------------6 ------------------
77
8 The latest version can be found at http://www.zorba-xquery.org/.8 The latest version can be found at http://www.zorba.io/.
99
10 Documentation10 Documentation
11 -------------11 -------------
1212
=== modified file 'bin/CMakeLists.txt'
--- bin/CMakeLists.txt 2013-05-24 00:27:45 +0000
+++ bin/CMakeLists.txt 2013-08-09 11:00:15 +0000
@@ -61,9 +61,6 @@
61ZORBA_ADD_TEST(bin/zorba_f1 zorbacmd blub.xq)61ZORBA_ADD_TEST(bin/zorba_f1 zorbacmd blub.xq)
62ZORBA_SET_TEST_PROPERTY(bin/zorba_f1 PASS_REGULAR_EXPRESSION ".*file {blub.xq} not found or not readable.*")62ZORBA_SET_TEST_PROPERTY(bin/zorba_f1 PASS_REGULAR_EXPRESSION ".*file {blub.xq} not found or not readable.*")
6363
64ZORBA_ADD_TEST(bin/zorba_f2 zorbacmd "${CMAKE_CURRENT_SOURCE_DIR}/test/option.xq" --option "{http://www.zorba-xquery.com}option=highly_unique")
65ZORBA_SET_TEST_PROPERTY(bin/zorba_f2 PASS_REGULAR_EXPRESSION "highly_unique")
66
67ZORBA_ADD_TEST(bin/zorba1 zorbacmd --omit-xml-declaration -q "1+1")64ZORBA_ADD_TEST(bin/zorba1 zorbacmd --omit-xml-declaration -q "1+1")
68ZORBA_SET_TEST_PROPERTY(bin/zorba1 PASS_REGULAR_EXPRESSION "2")65ZORBA_SET_TEST_PROPERTY(bin/zorba1 PASS_REGULAR_EXPRESSION "2")
6966
@@ -99,7 +96,7 @@
99ZORBA_SET_TEST_PROPERTY(bin/zorba_compilechk3 PASS_REGULAR_EXPRESSION ".*XQST0046.*mymod2.xq.*line-begin=['\"]17['\"] column-begin=['\"]1['\"] line-end=['\"]17['\"] column-end=['\"]26['\"].*")96ZORBA_SET_TEST_PROPERTY(bin/zorba_compilechk3 PASS_REGULAR_EXPRESSION ".*XQST0046.*mymod2.xq.*line-begin=['\"]17['\"] column-begin=['\"]1['\"] line-end=['\"]17['\"] column-end=['\"]26['\"].*")
10097
101# test the --option option to set an option in the static context98# test the --option option to set an option in the static context
102ZORBA_ADD_TEST(bin/zorba_option zorbacmd -q "${CMAKE_CURRENT_SOURCE_DIR}/test/option.xq" -f --option "{http://www.zorba-xquery.com}option=value")99ZORBA_ADD_TEST(bin/zorba_option zorbacmd -q "${CMAKE_CURRENT_SOURCE_DIR}/test/option.xq" -f --option "{http://zorba.io/}option=value")
103ZORBA_SET_TEST_PROPERTY(bin/zorba_option PASS_REGULAR_EXPRESSION "value")100ZORBA_SET_TEST_PROPERTY(bin/zorba_option PASS_REGULAR_EXPRESSION "value")
104101
105# test the --uri-path, --lib-path, and --module-path args.102# test the --uri-path, --lib-path, and --module-path args.
106103
=== modified file 'bin/test/option.xq'
--- bin/test/option.xq 2013-02-07 17:24:36 +0000
+++ bin/test/option.xq 2013-08-09 11:00:15 +0000
@@ -16,4 +16,4 @@
1616
17import module namespace i = "http://www.zorba-xquery.com/modules/introspection/sctx";17import module namespace i = "http://www.zorba-xquery.com/modules/introspection/sctx";
1818
19i:option(fn:QName("http://www.zorba-xquery.com", "option"))19i:option(fn:QName("http://zorba.io/", "option"))
2020
=== modified file 'bin/zorbacmdproperties.txt'
--- bin/zorbacmdproperties.txt 2013-02-07 17:24:36 +0000
+++ bin/zorbacmdproperties.txt 2013-08-09 11:00:15 +0000
@@ -32,7 +32,7 @@
32("lib-path", po::value<std::string>(), "Library path (list of directories) where Zorba will look for dynamic libraries (e.g., module external function implementations.")32("lib-path", po::value<std::string>(), "Library path (list of directories) where Zorba will look for dynamic libraries (e.g., module external function implementations.")
33("module-path", po::value<std::string>(), "Path (list of directories) to add to both the URI and Library paths.")33("module-path", po::value<std::string>(), "Path (list of directories) to add to both the URI and Library paths.")
34("classpath", po::value<std::string>(), "JVM classpath to be used by modules using Java implementations")34("classpath", po::value<std::string>(), "JVM classpath to be used by modules using Java implementations")
35("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").35("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").
36("trailing-nl", "Output a trailing newline after the result of the query.")36("trailing-nl", "Output a trailing newline after the result of the query.")
37("stop-words", po::value<std::vector<std::string> >(), "Mapping specifying a stop-words URI to another.")37("stop-words", po::value<std::vector<std::string> >(), "Mapping specifying a stop-words URI to another.")
38("thesaurus", po::value<std::vector<std::string> >(), "Mapping specifying a thesaurus URI to another.")38("thesaurus", po::value<std::vector<std::string> >(), "Mapping specifying a thesaurus URI to another.")
3939
=== modified file 'bin/zorbacmdproperties_base.h'
--- bin/zorbacmdproperties_base.h 2013-05-14 01:56:17 +0000
+++ bin/zorbacmdproperties_base.h 2013-08-09 11:00:15 +0000
@@ -455,7 +455,7 @@
455 }455 }
456 else if (strcmp (*argv, "--disable-http-resolution") == 0)456 else if (strcmp (*argv, "--disable-http-resolution") == 0)
457 {457 {
458 init_val ("{http://www.zorba-xquery.com/options/features}disable=http-uri-resolution",458 init_val ("{http://zorba.io/options/features}disable=http-uri-resolution",
459 theOption, 0);459 theOption, 0);
460 }460 }
461 else if (strcmp (*argv, "--") == 0)461 else if (strcmp (*argv, "--") == 0)
@@ -515,7 +515,7 @@
515 "--lib-path\nLibrary path (list of directories) where Zorba will look for dynamic libraries (e.g., module external function implementations.\n\n"515 "--lib-path\nLibrary path (list of directories) where Zorba will look for dynamic libraries (e.g., module external function implementations.\n\n"
516 "--module-path\nPath (list of directories) to add to both the URI and Library paths.\n\n"516 "--module-path\nPath (list of directories) to add to both the URI and Library paths.\n\n"
517 "--classpath\nJVM classpath to be used by modules using Java implementations\n\n"517 "--classpath\nJVM classpath to be used by modules using Java implementations\n\n"
518 "--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"518 "--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"
519 "--trailing-nl\nOutput a trailing newline after the result of the query.\n\n"519 "--trailing-nl\nOutput a trailing newline after the result of the query.\n\n"
520 "--stop-words\nMapping specifying a stop-words URI to another.\n\n"520 "--stop-words\nMapping specifying a stop-words URI to another.\n\n"
521 "--thesaurus\nMapping specifying a thesaurus URI to another.\n\n"521 "--thesaurus\nMapping specifying a thesaurus URI to another.\n\n"
522522
=== modified file 'cmake_modules/ZorbaModule.cmake'
--- cmake_modules/ZorbaModule.cmake 2013-06-15 16:20:18 +0000
+++ cmake_modules/ZorbaModule.cmake 2013-08-09 11:00:15 +0000
@@ -748,7 +748,7 @@
748IF (NOT is_init)748IF (NOT is_init)
749 file (WRITE "${expected_failures_file}" "")749 file (WRITE "${expected_failures_file}" "")
750 file (WRITE "${zorba_manifest_file}"750 file (WRITE "${zorba_manifest_file}"
751 "<z:manifest xmlns:z=\"http://www.zorba-xquery.com/manifest\">\n")751 "<z:manifest xmlns:z=\"http://zorba.io/manifest\">\n")
752 SET_PROPERTY (GLOBAL PROPERTY ZorbaModule_initialized 1)752 SET_PROPERTY (GLOBAL PROPERTY ZorbaModule_initialized 1)
753ENDIF (NOT is_init)753ENDIF (NOT is_init)
754754
755755
=== modified file 'config/fedora/zorba.spec.in'
--- config/fedora/zorba.spec.in 2013-02-07 17:24:36 +0000
+++ config/fedora/zorba.spec.in 2013-08-09 11:00:15 +0000
@@ -8,7 +8,7 @@
88
9Group: System Environment/Libraries9Group: System Environment/Libraries
10License: ASL 2.010License: ASL 2.0
11URL: http://www.zorba-xquery.com/11URL: http://www.zorba.io/
12Source0: ftp://ftp.heanet.ie/pub/download.sourceforge/z/zo/zorba/%{name}-%{version}.tar.gz12Source0: ftp://ftp.heanet.ie/pub/download.sourceforge/z/zo/zorba/%{name}-%{version}.tar.gz
1313
14%{!?ruby_sitelib: %define ruby_sitelib %( ruby -r rbconfig -e "print Config::CONFIG['sitearchdir']")}14%{!?ruby_sitelib: %define ruby_sitelib %( ruby -r rbconfig -e "print Config::CONFIG['sitearchdir']")}
1515
=== modified file 'doc/c/examples/ccontext.c'
--- doc/c/examples/ccontext.c 2013-02-07 17:24:36 +0000
+++ doc/c/examples/ccontext.c 2013-08-09 11:00:15 +0000
@@ -121,14 +121,14 @@
121121
122/* impl->create_context(impl, &lContext); */122/* impl->create_context(impl, &lContext); */
123123
124/* lContext->set_base_uri(lContext, "http://www.zorba-xquery.com/"); */124/* lContext->set_base_uri(lContext, "http://zorba.io/"); */
125/* lContext->add_collation(lContext, "http://www.zorba-xquery.com/collations/PRIMARY/de/DE"); */125/* lContext->add_collation(lContext, "http://zorba.io/collations/PRIMARY/de/DE"); */
126126
127/* lContext->get_base_uri(lContext, &lStringValue); */127/* lContext->get_base_uri(lContext, &lStringValue); */
128/* if ( strcmp (lStringValue, "http://www.zorba-xquery.com/") != 0) return 0; */128/* if ( strcmp (lStringValue, "http://zorba.io/") != 0) return 0; */
129129
130/* impl->prepare(impl, */130/* impl->prepare(impl, */
131/* "fn:compare('Strasse', 'Straße', 'http://www.zorba-xquery.com/collations/PRIMARY/de/DE')", */131/* "fn:compare('Strasse', 'Straße', 'http://zorba.io/collations/PRIMARY/de/DE')", */
132/* lContext, &lExpr); */132/* lContext, &lExpr); */
133133
134/* lExpr->execute(lExpr, NULL, lOutFile); */134/* lExpr->execute(lExpr, NULL, lOutFile); */
@@ -243,7 +243,7 @@
243 if (check_error("create_string_sequence", lError)) return 0;243 if (check_error("create_string_sequence", lError)) return 0;
244244
245 lError = impl->prepare(impl,245 lError = impl->prepare(impl,
246 "declare namespace ns=\"http://www.zorba-xquery.com/\";\n"246 "declare namespace ns=\"http://zorba.io/\";\n"
247 "declare variable $ns:foo as xs:string external;\n"247 "declare variable $ns:foo as xs:string external;\n"
248 "($ns:foo, $ns:foo, $ns:foo)", NULL, &lExpr);248 "($ns:foo, $ns:foo, $ns:foo)", NULL, &lExpr);
249 if (check_error("prepare", lError)) return 0;249 if (check_error("prepare", lError)) return 0;
@@ -251,7 +251,7 @@
251 // get the dynamic context and set the variable251 // get the dynamic context and set the variable
252 lError = lExpr->create_context(lExpr, &lContext);252 lError = lExpr->create_context(lExpr, &lContext);
253 if (check_error("create_context", lError)) return 0;253 if (check_error("create_context", lError)) return 0;
254 lError = lContext->set_variable(lContext, "http://www.zorba-xquery.com/",254 lError = lContext->set_variable(lContext, "http://zorba.io/",
255 "foo", lSeq);255 "foo", lSeq);
256 if (check_error("set_variable", lError)) return 0;256 if (check_error("set_variable", lError)) return 0;
257257
@@ -293,7 +293,7 @@
293 impl->create_string_sequence(impl, lOther, 1, &lSeq2);293 impl->create_string_sequence(impl, lOther, 1, &lSeq2);
294294
295 lError = impl->prepare(impl,295 lError = impl->prepare(impl,
296 "declare namespace ns=\"http://www.zorba-xquery.com/\";\n"296 "declare namespace ns=\"http://zorba.io/\";\n"
297 "declare variable $ns:foo as xs:string external;\n"297 "declare variable $ns:foo as xs:string external;\n"
298 "($ns:foo, $ns:foo, $ns:foo)", NULL, &lExpr);298 "($ns:foo, $ns:foo, $ns:foo)", NULL, &lExpr);
299 if (check_error("prepare", lError)) return 0;299 if (check_error("prepare", lError)) return 0;
@@ -301,20 +301,20 @@
301 // get two dynamic context and bind $ns:foo on each to different values301 // get two dynamic context and bind $ns:foo on each to different values
302 lError = lExpr->create_context(lExpr, &lContext1);302 lError = lExpr->create_context(lExpr, &lContext1);
303 if (check_error("create_context 1", lError)) return 0;303 if (check_error("create_context 1", lError)) return 0;
304 lError = lContext1->set_variable(lContext1, "http://www.zorba-xquery.com/",304 lError = lContext1->set_variable(lContext1, "http://zorba.io/",
305 "foo", lSeq1);305 "foo", lSeq1);
306 if (check_error("set_variable 1", lError)) return 0;306 if (check_error("set_variable 1", lError)) return 0;
307 lError = lExpr->create_context(lExpr, &lContext2);307 lError = lExpr->create_context(lExpr, &lContext2);
308 if (check_error("create_context 2", lError)) return 0;308 if (check_error("create_context 2", lError)) return 0;
309 lError = lContext2->set_variable(lContext2, "http://www.zorba-xquery.com/",309 lError = lContext2->set_variable(lContext2, "http://zorba.io/",
310 "foo", lSeq2);310 "foo", lSeq2);
311 if (check_error("set_variable 2", lError)) return 0;311 if (check_error("set_variable 2", lError)) return 0;
312312
313 // Check the variable binding on both contexts313 // Check the variable binding on both contexts
314 lError = lContext1->get_variable(lContext1, "http://www.zorba-xquery.com/",314 lError = lContext1->get_variable(lContext1, "http://zorba.io/",
315 "foo", &lVariable1);315 "foo", &lVariable1);
316 if (check_error("get_variable 1", lError)) return 0;316 if (check_error("get_variable 1", lError)) return 0;
317 lError = lContext2->get_variable(lContext2, "http://www.zorba-xquery.com/",317 lError = lContext2->get_variable(lContext2, "http://zorba.io/",
318 "foo", &lVariable2);318 "foo", &lVariable2);
319 if (check_error("get_variable 2", lError)) return 0;319 if (check_error("get_variable 2", lError)) return 0;
320 if (check_sequence(lVariable1, lZorba[0], 1)) return 0;320 if (check_sequence(lVariable1, lZorba[0], 1)) return 0;
321321
=== modified file 'doc/c/examples/csequences.c'
--- doc/c/examples/csequences.c 2013-02-07 17:24:36 +0000
+++ doc/c/examples/csequences.c 2013-08-09 11:00:15 +0000
@@ -207,7 +207,7 @@
207{207{
208 int lI = 0;208 int lI = 0;
209 lI += cr_sngl_test(impl, XQC_ANY_URI_TYPE, "anyURI",209 lI += cr_sngl_test(impl, XQC_ANY_URI_TYPE, "anyURI",
210 "http://www.zorba-xquery.com/");210 "http://zorba.io/");
211 lI += cr_sngl_test(impl, XQC_DATE_TYPE, "date", "2010-01-13");211 lI += cr_sngl_test(impl, XQC_DATE_TYPE, "date", "2010-01-13");
212 lI += cr_sngl_test(impl, XQC_FLOAT_TYPE, "float", "8.25");212 lI += cr_sngl_test(impl, XQC_FLOAT_TYPE, "float", "8.25");
213 lI += cr_sngl_test(impl, XQC_DOUBLE_TYPE, "double", "8.25123532152");213 lI += cr_sngl_test(impl, XQC_DOUBLE_TYPE, "double", "8.25123532152");
214214
=== modified file 'doc/c/manual/indexpage.dox'
--- doc/c/manual/indexpage.dox 2013-02-07 17:24:36 +0000
+++ doc/c/manual/indexpage.dox 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6 interface for the XQuery Data Model (XDM).6 interface for the XQuery Data Model (XDM).
7 The project is available under the BSD License and is hosted on <a href="http://www.sourceforge.net">http://www.sourceforge.net</a>.7 The project is available under the BSD License and is hosted on <a href="http://www.sourceforge.net">http://www.sourceforge.net</a>.
8 It is a joint effort between <a href="http://xqilla.sourceforge.net/">XQilla</a> and the 8 It is a joint effort between <a href="http://xqilla.sourceforge.net/">XQilla</a> and the
9 <a href="http://www.zorba-xquery.org/">FLWOR Foundation's Zorba Group</a> with the goal to make these two 9 <a href="http://www.zorba.io/">FLWOR Foundation's Zorba Group</a> with the goal to make these two
10 XQuery processor easily exchangable.10 XQuery processor easily exchangable.
11 However, XQC is still in it's early stages. Zorba implements most of the things 11 However, XQC is still in it's early stages. Zorba implements most of the things
12 that are specified in XQC but also deviates from and enhances the XQC specification to some degree.12 that are specified in XQC but also deviates from and enhances the XQC specification to some degree.
1313
=== modified file 'doc/code/headers_svg/zorba_headers_dependencies.xqi'
--- doc/code/headers_svg/zorba_headers_dependencies.xqi 2013-02-07 17:24:36 +0000
+++ doc/code/headers_svg/zorba_headers_dependencies.xqi 2013-08-09 11:00:15 +0000
@@ -22,9 +22,9 @@
22import module namespace file = "http://expath.org/ns/file";22import module namespace file = "http://expath.org/ns/file";
23import module namespace dot = "http://www.zorba-xquery.com/modules/image/graphviz";23import module namespace dot = "http://www.zorba-xquery.com/modules/image/graphviz";
24import module namespace html = "http://www.zorba-xquery.com/modules/converters/html";24import module namespace html = "http://www.zorba-xquery.com/modules/converters/html";
25import module namespace functx = "http://www.functx.com/";25import module namespace functx = "http://www.functx.com";
2626
27declare namespace an = "http://www.zorba-xquery.com/annotations";27declare namespace an = "http://zorba.io/annotations";
2828
29declare variable $z:headersCollector := <headers/>;29declare variable $z:headersCollector := <headers/>;
3030
3131
=== modified file 'doc/cxx/examples/context.cpp'
--- doc/cxx/examples/context.cpp 2013-08-05 11:24:53 +0000
+++ doc/cxx/examples/context.cpp 2013-08-09 11:00:15 +0000
@@ -211,15 +211,15 @@
211 StaticContext_t lStaticContext = aZorba->createStaticContext();211 StaticContext_t lStaticContext = aZorba->createStaticContext();
212212
213 /* Add the German collation to the context */213 /* Add the German collation to the context */
214 lStaticContext->addCollation("http://www.zorba-xquery.com/collations/PRIMARY/de/DE");214 lStaticContext->addCollation("http://zorba.io/collations/PRIMARY/de/DE");
215215
216 lStaticContext->setBaseURI("http://www.zorba-xquery.com/");216 lStaticContext->setBaseURI("http://zorba.io/");
217217
218 if ( lStaticContext->getBaseURI() != "http://www.zorba-xquery.com/")218 if ( lStaticContext->getBaseURI() != "http://zorba.io/")
219 return false;219 return false;
220220
221 /* Use the German collation as the third argument to the fn:compare() XQuery function */221 /* Use the German collation as the third argument to the fn:compare() XQuery function */
222 XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://www.zorba-xquery.com/collations/PRIMARY/de/DE')",222 XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://zorba.io/collations/PRIMARY/de/DE')",
223 lStaticContext);223 lStaticContext);
224224
225 try {225 try {
@@ -243,9 +243,9 @@
243 StaticContext_t lStaticContext = aZorba->createStaticContext();243 StaticContext_t lStaticContext = aZorba->createStaticContext();
244244
245 try {245 try {
246 lStaticContext->addCollation("http://www.zorba-xquery.com/zorba/collations/PRIMARY");246 lStaticContext->addCollation("http://zorba.io/zorba/collations/PRIMARY");
247247
248 XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://www.zorba-xquery.com/zorba/collations/PRIMARY')",248 XQuery_t lQuery = aZorba->compileQuery("fn:compare('Strasse', 'Stra??e', 'http://zorba.io/zorba/collations/PRIMARY')",
249 lStaticContext);249 lStaticContext);
250250
251 std::cout << lQuery << std::endl;251 std::cout << lQuery << std::endl;
@@ -369,14 +369,14 @@
369 EntityData const* aEntityData)369 EntityData const* aEntityData)
370 {370 {
371 if (aEntityData->getKind() == EntityData::MODULE &&371 if (aEntityData->getKind() == EntityData::MODULE &&
372 aUrl == "http://www.zorba-xquery.com/mymodule") 372 aUrl == "http://zorba.io/mymodule")
373 {373 {
374 // we have only one module374 // we have only one module
375 std::auto_ptr<std::stringstream> lQuery(new std::stringstream());375 std::auto_ptr<std::stringstream> lQuery(new std::stringstream());
376 (*lQuery)376 (*lQuery)
377 << "module namespace mymodule = 'http://www.zorba-xquery.com/mymodule';" << std::endl377 << "module namespace mymodule = 'http://zorba.io/mymodule';" << std::endl
378 << "import module namespace dml = 'http://www.zorba-xquery.com/modules/store/static/collections/dml';" << std::endl378 << "import module namespace dml = 'http://www.zorba-xquery.com/modules/store/static/collections/dml';" << std::endl
379 << "declare namespace an = 'http://www.zorba-xquery.com/annotations';" << std::endl379 << "declare namespace an = 'http://zorba.io/annotations';" << std::endl
380 << "declare variable $mymodule:var := 'myvar';" << std::endl380 << "declare variable $mymodule:var := 'myvar';" << std::endl
381 << "declare collection mymodule:collection;" << std::endl381 << "declare collection mymodule:collection;" << std::endl
382 << "declare %an:automatic %an:value-equality index mymodule:index" << std::endl382 << "declare %an:automatic %an:value-equality index mymodule:index" << std::endl
@@ -408,7 +408,7 @@
408 try {408 try {
409 Zorba_CompilerHints_t hints;409 Zorba_CompilerHints_t hints;
410 std::stringstream lProlog;410 std::stringstream lProlog;
411 lProlog << "import module namespace mymodule = 'http://www.zorba-xquery.com/mymodule';" << std::endl411 lProlog << "import module namespace mymodule = 'http://zorba.io/mymodule';" << std::endl
412 << "import module namespace ddl = 'http://www.zorba-xquery.com/modules/store/static/collections/ddl';"412 << "import module namespace ddl = 'http://www.zorba-xquery.com/modules/store/static/collections/ddl';"
413 << std::endl413 << std::endl
414 << "declare function local:collections() { " << std::endl414 << "declare function local:collections() { " << std::endl
415415
=== modified file 'doc/cxx/examples/datamanager.cpp'
--- doc/cxx/examples/datamanager.cpp 2013-08-06 09:10:25 +0000
+++ doc/cxx/examples/datamanager.cpp 2013-08-09 11:00:15 +0000
@@ -89,7 +89,7 @@
8989
90 // name of the collection90 // name of the collection
91 Item lColName = aZorba->getItemFactory()->createQName(91 Item lColName = aZorba->getItemFactory()->createQName(
92 "http://www.zorba-xquery.com/collections", "mybooks");92 "http://zorba.io/collections", "mybooks");
9393
94 // (1) create the collection94 // (1) create the collection
95 lColMgr->createCollection(lColName);95 lColMgr->createCollection(lColName);
@@ -135,7 +135,7 @@
135135
136 // name of the collection136 // name of the collection
137 Item lColName = aZorba->getItemFactory()->createQName(137 Item lColName = aZorba->getItemFactory()->createQName(
138 "http://www.zorba-xquery.com/collections", "mybooks");138 "http://zorba.io/collections", "mybooks");
139139
140 // (1) create the collection140 // (1) create the collection
141 lColMgr->createCollection(lColName);141 lColMgr->createCollection(lColName);
142142
=== modified file 'doc/cxx/examples/errors.cpp'
--- doc/cxx/examples/errors.cpp 2013-02-07 17:24:36 +0000
+++ doc/cxx/examples/errors.cpp 2013-08-09 11:00:15 +0000
@@ -134,7 +134,7 @@
134{134{
135 try {135 try {
136 Item lQName = aZorba->getItemFactory()->createQName(136 Item lQName = aZorba->getItemFactory()->createQName(
137 "http://www.zorba-xquery.com/options/warnings", "", "error");137 "http://zorba.io/options/warnings", "", "error");
138138
139 // make sure that the warning zwarn::ZWST0002 is turned139 // make sure that the warning zwarn::ZWST0002 is turned
140 // into an error140 // into an error
@@ -142,7 +142,7 @@
142 lCtx->declareOption(lQName, "ZWST0003");142 lCtx->declareOption(lQName, "ZWST0003");
143143
144 std::ostringstream s;144 std::ostringstream s;
145 s << "declare namespace z = 'http://www.zorba-xquery.com/annotations';" << std::endl145 s << "declare namespace z = 'http://zorba.io/annotations';" << std::endl
146 << "declare %z:sequential function local:foo() { 1 };" << std::endl146 << "declare %z:sequential function local:foo() { 1 };" << std::endl
147 << "local:foo()" << std::endl;147 << "local:foo()" << std::endl;
148 XQuery_t lQuery = aZorba->compileQuery(s.str(), lCtx); 148 XQuery_t lQuery = aZorba->compileQuery(s.str(), lCtx);
149149
=== modified file 'doc/cxx/examples/external_functions.cpp'
--- doc/cxx/examples/external_functions.cpp 2013-02-07 17:24:36 +0000
+++ doc/cxx/examples/external_functions.cpp 2013-08-09 11:00:15 +0000
@@ -631,12 +631,12 @@
631 EntityData const* aEntityData)631 EntityData const* aEntityData)
632 {632 {
633 if (aEntityData->getKind() == EntityData::MODULE &&633 if (aEntityData->getKind() == EntityData::MODULE &&
634 aUrl == "http://www.zorba-xquery.com/mymodule") 634 aUrl == "http://zorba.io/mymodule")
635 {635 {
636 // we have only one module636 // we have only one module
637 std::auto_ptr<std::istream> lQuery637 std::auto_ptr<std::istream> lQuery
638 (new std::istringstream638 (new std::istringstream
639 ("module namespace lm = 'http://www.zorba-xquery.com/mymodule'; "639 ("module namespace lm = 'http://zorba.io/mymodule'; "
640 "declare function lm:foo() { 'foo' }; "640 "declare function lm:foo() { 'foo' }; "
641 "declare function lm:ext() external;"));641 "declare function lm:ext() external;"));
642 return StreamResource::create(lQuery.release(), &releaseStream);642 return StreamResource::create(lQuery.release(), &releaseStream);
@@ -664,7 +664,7 @@
664664
665 String getURI() const 665 String getURI() const
666 {666 {
667 return "http://www.zorba-xquery.com/mymodule";667 return "http://zorba.io/mymodule";
668 }668 }
669669
670 void setExternalFunction(MyModuleExternalFunction* f)670 void setExternalFunction(MyModuleExternalFunction* f)
@@ -732,7 +732,7 @@
732 MyModuleExternalFunction lExtFunc(&lExternalModule);732 MyModuleExternalFunction lExtFunc(&lExternalModule);
733733
734 std::ostringstream queryText;734 std::ostringstream queryText;
735 queryText << "import module namespace lm=\"http://www.zorba-xquery.com/mymodule\";"735 queryText << "import module namespace lm=\"http://zorba.io/mymodule\";"
736 << "concat(lm:foo(), lm:ext())" << std::endl;736 << "concat(lm:foo(), lm:ext())" << std::endl;
737737
738 try738 try
739739
=== modified file 'doc/cxx/examples/sax2.cpp'
--- doc/cxx/examples/sax2.cpp 2013-02-07 17:24:36 +0000
+++ doc/cxx/examples/sax2.cpp 2013-08-09 11:00:15 +0000
@@ -86,7 +86,7 @@
86 try 86 try
87 {87 {
88 // compile a query88 // compile a query
89 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>");89 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>");
9090
91 // register the content handler created above91 // register the content handler created above
92 lQuery->registerSAXHandler( &lContentHandler );92 lQuery->registerSAXHandler( &lContentHandler );
9393
=== modified file 'doc/cxx/examples/simple.cpp'
--- doc/cxx/examples/simple.cpp 2013-08-05 11:24:53 +0000
+++ doc/cxx/examples/simple.cpp 2013-08-09 11:00:15 +0000
@@ -245,7 +245,7 @@
245example_12(Zorba* aZorba)245example_12(Zorba* aZorba)
246{246{
247 XQuery_t lQuery = aZorba->compileQuery247 XQuery_t lQuery = aZorba->compileQuery
248 ("<a xmlns:foo='http://www.zorba-xquery.com/'><b attr='1' xmlns:bar='http://www.zorba-xquery.com/uri2'/><b attr='2'/></a>");248 ("<a xmlns:foo='http://zorba.io/'><b attr='1' xmlns:bar='http://zorba.io/uri2'/><b attr='2'/></a>");
249249
250 Iterator_t lIterator = lQuery->iterator();250 Iterator_t lIterator = lQuery->iterator();
251 lIterator->open();251 lIterator->open();
252252
=== modified file 'doc/cxx/examples/uri_resolvers.cpp'
--- doc/cxx/examples/uri_resolvers.cpp 2013-06-20 11:05:03 +0000
+++ doc/cxx/examples/uri_resolvers.cpp 2013-08-09 11:00:15 +0000
@@ -40,7 +40,7 @@
40 if (aEntityData->getKind() != EntityData::SCHEMA) {40 if (aEntityData->getKind() != EntityData::SCHEMA) {
41 return;41 return;
42 }42 }
43 if(aUri == "http://www.zorba-xquery.com/helloworld") {43 if(aUri == "http://zorba.io/helloworld") {
44 oUris.push_back("http://zorbatest.lambda.nu:8080/tutorial/helloworld.xsd");44 oUris.push_back("http://zorbatest.lambda.nu:8080/tutorial/helloworld.xsd");
45 }45 }
46 }46 }
@@ -65,12 +65,12 @@
65 EntityData const* aEntityData)65 EntityData const* aEntityData)
66 {66 {
67 if (aEntityData->getKind() == EntityData::MODULE &&67 if (aEntityData->getKind() == EntityData::MODULE &&
68 aUrl == "http://www.zorba-xquery.com/mymodule") 68 aUrl == "http://zorba.io/mymodule")
69 {69 {
70 // we have only one module70 // we have only one module
71 std::auto_ptr<std::istream> lModule71 std::auto_ptr<std::istream> lModule
72 (new std::istringstream72 (new std::istringstream
73 ("module namespace lm = 'http://www.zorba-xquery.com/mymodule'; "73 ("module namespace lm = 'http://zorba.io/mymodule'; "
74 "declare function lm:foo() { 'foo' };"));74 "declare function lm:foo() { 'foo' };"));
75 return StreamResource::create(lModule.release(), &releaseStream);75 return StreamResource::create(lModule.release(), &releaseStream);
76 }76 }
@@ -102,7 +102,7 @@
102 lContext->registerURLResolver(&lResolver);102 lContext->registerURLResolver(&lResolver);
103103
104 try {104 try {
105 XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://www.zorba-xquery.com/mymodule'; lm:foo()", lContext); 105 XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://zorba.io/mymodule'; lm:foo()", lContext);
106 std::cout << lQuery << std::endl;106 std::cout << lQuery << std::endl;
107 } catch (ZorbaException& e) {107 } catch (ZorbaException& e) {
108 std::cerr << e.what() << std::endl;108 std::cerr << e.what() << std::endl;
@@ -112,7 +112,7 @@
112 // test if an error is raised if a module uri resolver is not112 // test if an error is raised if a module uri resolver is not
113 // available using the serialization callback113 // available using the serialization callback
114 try {114 try {
115 XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://www.zorba-xquery.com/mymodule'; lm:foo()", lContext); 115 XQuery_t lQuery = aZorba->compileQuery("import module namespace lm='http://zorba.io/mymodule'; lm:foo()", lContext);
116116
117 std::stringstream lSerializedQuery;117 std::stringstream lSerializedQuery;
118 lQuery->saveExecutionPlan(lSerializedQuery);118 lQuery->saveExecutionPlan(lSerializedQuery);
@@ -140,7 +140,7 @@
140 try {140 try {
141 XQuery_t lQuery = aZorba->compileQuery141 XQuery_t lQuery = aZorba->compileQuery
142 ("import schema namespace lm="142 ("import schema namespace lm="
143 "'http://www.zorba-xquery.com/helloworld'; "143 "'http://zorba.io/helloworld'; "
144 "validate{ <p>Hello World!</p> }", lContext); 144 "validate{ <p>Hello World!</p> }", lContext);
145 std::cout << lQuery << std::endl;145 std::cout << lQuery << std::endl;
146 } catch (ZorbaException& e) {146 } catch (ZorbaException& e) {
147147
=== modified file 'doc/python/examples/test0.xq'
--- doc/python/examples/test0.xq 2013-02-07 17:24:36 +0000
+++ doc/python/examples/test0.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace an = "http://www.zorba-xquery.com/annotations";17declare namespace an = "http://zorba.io/annotations";
1818
19declare variable $sequence := (65 to 90);19declare variable $sequence := (65 to 90);
20declare variable $var := 1;20declare variable $var := 1;
2121
=== modified file 'doc/python/examples/test1.xq'
--- doc/python/examples/test1.xq 2013-02-07 17:24:36 +0000
+++ doc/python/examples/test1.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
1818
19declare function local:magic-trick() 19declare function local:magic-trick()
20{20{
2121
=== modified file 'doc/python/examples/test4.xq'
--- doc/python/examples/test4.xq 2013-02-07 17:24:36 +0000
+++ doc/python/examples/test4.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
1818
19declare variable $x := 1;19declare variable $x := 1;
2020
2121
=== modified file 'doc/python/examples/test6.xq'
--- doc/python/examples/test6.xq 2013-02-07 17:24:36 +0000
+++ doc/python/examples/test6.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
1818
19declare variable $x := 42;19declare variable $x := 42;
2020
2121
=== modified file 'doc/xqj/examples/Test_Zorba.java'
--- doc/xqj/examples/Test_Zorba.java 2012-05-15 19:57:41 +0000
+++ doc/xqj/examples/Test_Zorba.java 2013-08-09 11:00:15 +0000
@@ -225,7 +225,7 @@
225 CollectionManager manager = new CollectionManager(xmlManager.getCollectionManager());225 CollectionManager manager = new CollectionManager(xmlManager.getCollectionManager());
226226
227 ItemFactory factory = zorba.getItemFactory();227 ItemFactory factory = zorba.getItemFactory();
228 Item name = factory.createQName("http://www.zorba-xquery.com/", "aaa");228 Item name = factory.createQName("http://zorba.io/", "aaa");
229 manager.createCollection(name);229 manager.createCollection(name);
230 boolean resultAdding = manager.isAvailableCollection(name);230 boolean resultAdding = manager.isAvailableCollection(name);
231 Collection collection = null;231 Collection collection = null;
232232
=== modified file 'doc/zorba/commandline.dox'
--- doc/zorba/commandline.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/commandline.dox 2013-08-09 11:00:15 +0000
@@ -109,7 +109,7 @@
109Path (list of directories) to add to both the URI and Library paths.109Path (list of directories) to add to both the URI and Library paths.
110110
111--option111--option
112Set 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=value112Set 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
113113
114--trailing-nl114--trailing-nl
115Output a trailing newline after the result of the query.115Output a trailing newline after the result of the query.
116116
=== modified file 'doc/zorba/data_lifecycle.dox'
--- doc/zorba/data_lifecycle.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/data_lifecycle.dox 2013-08-09 11:00:15 +0000
@@ -311,7 +311,7 @@
311For 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.311For 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.
312Analogously, a main memory store does not provide persistence of data across process boundaries.312Analogously, a main memory store does not provide persistence of data across process boundaries.
313313
314The 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.314The 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.
315The lifecycle of the data in this store is bounded by the lifetime of the process in which it is running.315The lifecycle of the data in this store is bounded by the lifetime of the process in which it is running.
316For example, a document added to the store can be accessed by XQuery programs in the same process.316For example, a document added to the store can be accessed by XQuery programs in the same process.
317As soon as the process terminates (or even earlier if Zorba is shutdown before the process terminates), the default in-memory store will destroy the XML data it contains.317As soon as the process terminates (or even earlier if Zorba is shutdown before the process terminates), the default in-memory store will destroy the XML data it contains.
318318
=== modified file 'doc/zorba/errors_warnings.dox'
--- doc/zorba/errors_warnings.dox 2013-08-07 05:28:39 +0000
+++ doc/zorba/errors_warnings.dox 2013-08-09 11:00:15 +0000
@@ -33,7 +33,7 @@
33For example, given the following prolog of an XQuery module, all warnings are treated as errors:33For example, given the following prolog of an XQuery module, all warnings are treated as errors:
3434
35\code35\code
36 declare namespace op = "http://www.zorba-xquery.com/options/warnings";36 declare namespace op = "http://zorba.io/options/warnings";
37 declare namespace w = "http://zorba.io/warnings";37 declare namespace w = "http://zorba.io/warnings";
3838
39 declare option op:error "w:all";39 declare option op:error "w:all";
4040
=== modified file 'doc/zorba/ft_thesaurus.dox'
--- doc/zorba/ft_thesaurus.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/ft_thesaurus.dox 2013-08-09 11:00:15 +0000
@@ -89,7 +89,7 @@
8989
90Alternatively,90Alternatively,
91you can download a precompiled, little-endian (Intel) CPU WordNet database from91you can download a precompiled, little-endian (Intel) CPU WordNet database from
92<a href="http://www.zorba-xquery.com/downloads/WordNet-3.0/wordnet-en.zip">here</a>.92<a href="http://www.zorba.io/downloads/WordNet-3.0/wordnet-en.zip">here</a>.
9393
94\section ft_thesaurus_mappings Thesauri Mappings94\section ft_thesaurus_mappings Thesauri Mappings
9595
9696
=== modified file 'doc/zorba/impl_dep_features.dox'
--- doc/zorba/impl_dep_features.dox 2013-08-07 05:28:39 +0000
+++ doc/zorba/impl_dep_features.dox 2013-08-09 11:00:15 +0000
@@ -51,7 +51,7 @@
51 <tr bgcolor="lightcyan">51 <tr bgcolor="lightcyan">
52 <td>W3C XQuery 1.0</td>52 <td>W3C XQuery 1.0</td>
53 <td>Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</td>53 <td>Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</td>
54 <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>54 <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>
55 </tr>55 </tr>
56 <tr bgcolor="lightcyan">56 <tr bgcolor="lightcyan">
57 <td>W3C XQuery 1.0</td>57 <td>W3C XQuery 1.0</td>
@@ -604,7 +604,7 @@
604 <td>W3C XQuery 1.0</td>604 <td>W3C XQuery 1.0</td>
605 <td>Base URI</td>605 <td>Base URI</td>
606 <td>static</td>606 <td>static</td>
607 <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>607 <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>
608 </tr>608 </tr>
609 <tr bgcolor="lightcyan">609 <tr bgcolor="lightcyan">
610 <td>W3C XQuery 1.0</td>610 <td>W3C XQuery 1.0</td>
611611
=== modified file 'doc/zorba/link_crawler2.dox'
--- doc/zorba/link_crawler2.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/link_crawler2.dox 2013-08-09 11:00:15 +0000
@@ -23,14 +23,14 @@
23import module namespace parse-xml = "http://www.zorba-xquery.com/modules/xml";23import module namespace parse-xml = "http://www.zorba-xquery.com/modules/xml";
24import module namespace file = "http://expath.org/ns/file";24import module namespace file = "http://expath.org/ns/file";
2525
26declare namespace an = "http://www.zorba-xquery.com/annotations";26declare namespace an = "http://zorba.io/annotations";
27declare namespace xhtml="http://www.w3.org/1999/xhtml";27declare namespace xhtml="http://www.w3.org/1999/xhtml";
28declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";28declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
29declare namespace err="http://www.w3.org/2005/xqt-errors";29declare namespace err="http://www.w3.org/2005/xqt-errors";
30declare namespace httpsch = "http://expath.org/ns/http-client";30declare namespace httpsch = "http://expath.org/ns/http-client";
3131
32declare variable $top-uri as xs:string := "http://www.zorba-xquery.com/html/index";32declare variable $top-uri as xs:string := "http://www.zorba.io/";
33declare variable $uri-host as xs:string := "http://www.zorba-xquery.com";33declare variable $uri-host as xs:string := "http://www.zorba.io";
3434
3535
3636
3737
=== modified file 'doc/zorba/modules_authoring.dox'
--- doc/zorba/modules_authoring.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/modules_authoring.dox 2013-08-09 11:00:15 +0000
@@ -17,7 +17,7 @@
17easy reference.17easy reference.
1818
19\code19\code
20module namespace mymod = "http://www.zorba-xquery.com/mymod";20module namespace mymod = "http://zorba.io/mymod";
21\endcode21\endcode
2222
23After the module declaration, you may have as many <i>function</i> or23After the module declaration, you may have as many <i>function</i> or
@@ -29,7 +29,7 @@
29it a value), as well as two simple functions.29it a value), as well as two simple functions.
3030
31\code31\code
32module namespace mymod = "http://www.zorba-xquery.com/mymod";32module namespace mymod = "http://zorba.io/mymod";
3333
34declare variable $mymod:value as xs:string := "my string value";34declare variable $mymod:value as xs:string := "my string value";
3535
@@ -47,7 +47,7 @@
47imports the module and uses one of its functions:47imports the module and uses one of its functions:
4848
49\code49\code
50import module namespace mymod="http://www.zorba-xquery.com/mymod"50import module namespace mymod="http://zorba.io/mymod"
51 at "mymod.xq";51 at "mymod.xq";
5252
53mymod:hello()53mymod:hello()
@@ -97,7 +97,7 @@
97FIND_PACKAGE (Zorba REQUIRED)97FIND_PACKAGE (Zorba REQUIRED)
98INCLUDE ("${Zorba_USE_FILE}")98INCLUDE ("${Zorba_USE_FILE}")
9999
100DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://www.zorba-xquery.com/mymod")100DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://zorba.io/mymod")
101101
102DONE_DECLARING_ZORBA_URIS ()102DONE_DECLARING_ZORBA_URIS ()
103\endcode103\endcode
@@ -149,7 +149,7 @@
149(This "use file" technique is a convention for CMake projects.)149(This "use file" technique is a convention for CMake projects.)
150150
151\code151\code
152DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://www.zorba-xquery.com/mymod")152DECLARE_ZORBA_MODULE (FILE mymod.xq URI "http://zorba.io/mymod")
153\endcode153\endcode
154154
155<tt>DECLARE_ZORBA_MODULE()</tt> is the centerpiece of the Zorba module155<tt>DECLARE_ZORBA_MODULE()</tt> is the centerpiece of the Zorba module
@@ -260,7 +260,7 @@
260"..."</tt> clause from our test query which imports this module:260"..."</tt> clause from our test query which imports this module:
261261
262\code262\code
263import module namespace "http://www.zorba-xquery.com/mymod";263import module namespace "http://zorba.io/mymod";
264264
265mymod:hello()265mymod:hello()
266\endcode266\endcode
267267
=== modified file 'doc/zorba/modules_authoring_2.dox'
--- doc/zorba/modules_authoring_2.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/modules_authoring_2.dox 2013-08-09 11:00:15 +0000
@@ -32,7 +32,7 @@
32be anything you like. It does not have to have anything in common with32be anything you like. It does not have to have anything in common with
33the namespace URI. Conventionally, it will be the final component of33the namespace URI. Conventionally, it will be the final component of
34your URI with ".xq" appended, as in our example where the filename for34your URI with ".xq" appended, as in our example where the filename for
35the namespace URI <tt>http://www.zorba-xquery.com/mymod</tt> was35the namespace URI <tt>http://zorba.io/mymod</tt> was
36<tt>mymod.xq</tt>. This is a good convention, because once the module36<tt>mymod.xq</tt>. This is a good convention, because once the module
37is <i>installed</i> into the <tt>URI_PATH</tt> directory or elsewhere,37is <i>installed</i> into the <tt>URI_PATH</tt> directory or elsewhere,
38this is the filename it will have. However, it is not required.38this is the filename it will have. However, it is not required.
@@ -51,12 +51,12 @@
51XQuery options are identified by a QName. The specific QName Zorba51XQuery options are identified by a QName. The specific QName Zorba
52looks for has the localname <tt>module-version</tt>, and is located in52looks for has the localname <tt>module-version</tt>, and is located in
53the namespace53the namespace
54<tt>http://www.zorba-xquery.com/options/versioning</tt>. Therefore,54<tt>http://zorba.io/options/versioning</tt>. Therefore,
55put the following two lines into your module, after the module55put the following two lines into your module, after the module
56declaration:56declaration:
5757
58\code58\code
59declare namespace ver = "http://www.zorba-xquery.com/options/versioning";59declare namespace ver = "http://zorba.io/options/versioning";
60declare option ver:module-version "1.0";60declare option ver:module-version "1.0";
61\endcode61\endcode
6262
@@ -82,7 +82,7 @@
8282
83\code83\code
84DECLARE_ZORBA_MODULE84DECLARE_ZORBA_MODULE
85 (FILE mymod.xq URI "http://www.zorba-xquery.com/mymod" VERSION 1.0)85 (FILE mymod.xq URI "http://zorba.io/mymod" VERSION 1.0)
86\endcode86\endcode
8787
88As with <tt>URI</tt>, version numbers cannot contain space characters,88As with <tt>URI</tt>, version numbers cannot contain space characters,
@@ -103,11 +103,11 @@
103103
104\code104\code
105DECLARE_ZORBA_MODULE105DECLARE_ZORBA_MODULE
106 (FILE mymod-3.xq URI "http://www.zorba-xquery.com/mymod" VERSION 3.1)106 (FILE mymod-3.xq URI "http://zorba.io/mymod" VERSION 3.1)
107DECLARE_ZORBA_MODULE107DECLARE_ZORBA_MODULE
108 (FILE mymod-2.xq URI "http://www.zorba-xquery.com/mymod" VERSION 2.4)108 (FILE mymod-2.xq URI "http://zorba.io/mymod" VERSION 2.4)
109DECLARE_ZORBA_MODULE109DECLARE_ZORBA_MODULE
110 (FILE mymod-1.xq URI "http://www.zorba-xquery.com/mymod" VERSION 1.6)110 (FILE mymod-1.xq URI "http://zorba.io/mymod" VERSION 1.6)
111\endcode111\endcode
112112
113If you do this incorrectly (out of order), you will get an error when113If you do this incorrectly (out of order), you will get an error when
@@ -131,7 +131,7 @@
131131
132\code132\code
133DECLARE_ZORBA_SCHEMA133DECLARE_ZORBA_SCHEMA
134 (URI "http://www.zorba-xquery.com/myschema" FILE "schema.xsd")134 (URI "http://zorba.io/myschema" FILE "schema.xsd")
135\endcode135\endcode
136136
137The semantics and meanings of the <tt>URI</tt> and <tt>FILE</tt>137The semantics and meanings of the <tt>URI</tt> and <tt>FILE</tt>
@@ -305,7 +305,7 @@
305IF (LIBXSLT_FOUND)305IF (LIBXSLT_FOUND)
306 INCLUDE_DIRECTORIES (${LIBXSLT_INCLUDE_DIR})306 INCLUDE_DIRECTORIES (${LIBXSLT_INCLUDE_DIR})
307 DECLARE_ZORBA_MODULE (FILE xslt.xq VERSION 1.0307 DECLARE_ZORBA_MODULE (FILE xslt.xq VERSION 1.0
308 URI "http://www.zorba-xquery.com/modules/languages/xslt"308 URI "http://zorba.io/modules/xslt"
309 LINK_LIBRARIES "${LIBXSLT_LIBRARIES}")309 LINK_LIBRARIES "${LIBXSLT_LIBRARIES}")
310ENDIF (LIBXSLT_FOUND)310ENDIF (LIBXSLT_FOUND)
311\endcode311\endcode
312312
=== modified file 'doc/zorba/options.dox'
--- doc/zorba/options.dox 2013-08-07 05:28:39 +0000
+++ doc/zorba/options.dox 2013-08-09 11:00:15 +0000
@@ -23,7 +23,7 @@
23For example, the following declaration disables scripting support in the module that contains the option declaration.23For example, the following declaration disables scripting support in the module that contains the option declaration.
2424
25\code25\code
26 declare namespace op = "http://www.zorba-xquery.com/options/features";26 declare namespace op = "http://zorba.io/options/features";
2727
28 declare option op:disable "scripting";28 declare option op:disable "scripting";
29\endcode29\endcode
@@ -32,7 +32,7 @@
32\subsection options_zorba Available Options32\subsection options_zorba Available Options
3333
34Zorba provides a number of options which can be used to determine the behavior of a module.34Zorba provides a number of options which can be used to determine the behavior of a module.
35The namespace for all such options starts with <tt>http://www.zorba-xquery.com/options</tt>.35The namespace for all such options starts with <tt>http://zorba.io/options</tt>.
36An 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.36An 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.
3737
38In the following, we describe the set of options available in Zorba.38In the following, we describe the set of options available in Zorba.
@@ -44,7 +44,7 @@
44extension and the data definition facility are both features not defined by 44extension and the data definition facility are both features not defined by
45the W3C but available in Zorba. The user can enable or disable any of these 45the W3C but available in Zorba. The user can enable or disable any of these
46extensions using an option declaration, respectively. The URI of the names 46extensions using an option declaration, respectively. The URI of the names
47of these options is <tt>http://www.zorba-xquery.com/options/features</tt>.47of these options is <tt>http://zorba.io/options/features</tt>.
48The local name to enable a feature is <tt>enable</tt> and to disable a feature 48The local name to enable a feature is <tt>enable</tt> and to disable a feature
49is <tt>disable</tt>, respectively. As a value, any of these options allows 49is <tt>disable</tt>, respectively. As a value, any of these options allows
50a comma separated list of feature names (QNames).50a comma separated list of feature names (QNames).
@@ -53,14 +53,14 @@
53the following option declaration may be used:53the following option declaration may be used:
5454
55\code55\code
56 declare namespace op = "http://www.zorba-xquery.com/options/features";56 declare namespace op = "http://zorba.io/options/features";
57 declare namespace f = "http://www.zorba-xquery.com/features";57 declare namespace f = "http://zorba.io/features";
5858
59 declare option op:disable "f:scripting, f:ddl";59 declare option op:disable "f:scripting, f:ddl";
60\endcode60\endcode
6161
62If a given feature doesn't specify a prefix, the name is resolved against the 62If a given feature doesn't specify a prefix, the name is resolved against the
63default feature namespace <tt>http://www.zorba-xquery.com/features</tt>. All 63default feature namespace <tt>http://zorba.io/features</tt>. All
64Zorba specific features presented in the following are declared in this namespace.64Zorba specific features presented in the following are declared in this namespace.
6565
66<ul>66<ul>
@@ -108,7 +108,7 @@
108108
109Options can also be used to provide the Zorba optimizer with certain "hints".109Options can also be used to provide the Zorba optimizer with certain "hints".
110All options used for this purpose have a QName whose namespace URI is110All options used for this purpose have a QName whose namespace URI is
111<tt>http://www.zorba-xquery.com/options/optimizer</tt>. For some hints, the111<tt>http://zorba.io/options/optimizer</tt>. For some hints, the
112optimizer needs to know only whether the hint should be applied or not; no112optimizer needs to know only whether the hint should be applied or not; no
113additional information is required. For such hints, Zorba recognizes two 113additional information is required. For such hints, Zorba recognizes two
114options, whose local name is <tt>enable</tt> and <tt>disable</tt>, respectivaly,114options, whose local name is <tt>enable</tt> and <tt>disable</tt>, respectivaly,
@@ -129,7 +129,7 @@
129it constructs each of the new \code <country> \endcode nodes.129it constructs each of the new \code <country> \endcode nodes.
130130
131\code131\code
132declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";132declare namespace opt = "http://zorba.io/options/optimizer";
133133
134declare option opt:enable "for-serialization-only";134declare option opt:enable "for-serialization-only";
135135
@@ -156,7 +156,7 @@
156For example, given the following prolog, all warnings are treated as errors:156For example, given the following prolog, all warnings are treated as errors:
157157
158\code158\code
159 declare namespace op = "http://www.zorba-xquery.com/options/warnings";159 declare namespace op = "http://zorba.io/options/warnings";
160 declare namespace w = "http://zorba.io/warnings";160 declare namespace w = "http://zorba.io/warnings";
161161
162 declare option op:error "w:all";162 declare option op:error "w:all";
@@ -171,7 +171,7 @@
171annotations) to be suppressed:171annotations) to be suppressed:
172172
173\code173\code
174 declare namespace op = "http://www.zorba-xquery.com/options/warnings";174 declare namespace op = "http://zorba.io/options/warnings";
175175
176 declare option op:disable "ZWST0002";176 declare option op:disable "ZWST0002";
177\endcode177\endcode
@@ -192,7 +192,7 @@
192following option declaration may be used.192following option declaration may be used.
193193
194\code194\code
195declare namespace ver = "http://www.zorba-xquery.com/options/versioning";195declare namespace ver = "http://zorba.io/options/versioning";
196declare option ver:module-version "2.5";196declare option ver:module-version "2.5";
197declare option ver:zorba-version "2.0";197declare option ver:zorba-version "2.0";
198\endcode198\endcode
@@ -234,7 +234,7 @@
234zorba::StaticContext_t lContext = zorba->createStaticContext();234zorba::StaticContext_t lContext = zorba->createStaticContext();
235235
236zorba::Item lEnable = zorba->getItemFactory()->createQName(236zorba::Item lEnable = zorba->getItemFactory()->createQName(
237 "http://www.zorba-xquery.com/options/features", "", "enable");237 "http://zorba.io/options/features", "", "enable");
238238
239lContext->declareOption(lEnable, "hof");239lContext->declareOption(lEnable, "hof");
240240
@@ -278,7 +278,7 @@
278278
279Zorba provides a number of annotations that allow the user to define the 279Zorba provides a number of annotations that allow the user to define the
280semantics of functions, variables, collections, and indexes. All these 280semantics of functions, variables, collections, and indexes. All these
281annotations have the namespace <tt>http://www.zorba-xquery.com/annotations</tt>.281annotations have the namespace <tt>http://zorba.io/annotations</tt>.
282282
283283
284\paragraph deterministic_annotation Deterministic and Nondeterministic Functions284\paragraph deterministic_annotation Deterministic and Nondeterministic Functions
@@ -299,7 +299,7 @@
299As an example, the following snippet declares a nondeterministic random function.299As an example, the following snippet declares a nondeterministic random function.
300300
301\code301\code
302declare namespace an = "http://www.zorba-xquery.com/annotations";302declare namespace an = "http://zorba.io/annotations";
303303
304declare %an:nondeterministic function random:random() as xs:integer external;304declare %an:nondeterministic function random:random() as xs:integer external;
305\endcode305\endcode
@@ -338,7 +338,7 @@
338For example, preventing a variable from being assigned in scripting mode could be done as follows:338For example, preventing a variable from being assigned in scripting mode could be done as follows:
339339
340\code340\code
341declare namespace an = "http://www.zorba-xquery.com/annotations";341declare namespace an = "http://zorba.io/annotations";
342342
343declare %an:nonassignable variable $var := 3;343declare %an:nonassignable variable $var := 3;
344\endcode344\endcode
@@ -511,7 +511,7 @@
511An extension expression consists of one or more pragmas, followed by an expression enclosed in curly braces.511An extension expression consists of one or more pragmas, followed by an expression enclosed in curly braces.
512A pragma might be used to modify the behavior or semantics of the expression enclosed in curly braces.512A pragma might be used to modify the behavior or semantics of the expression enclosed in curly braces.
513Pragmas are denoted by the delimiters (# and #), and consists of an identifying EQName.513Pragmas are denoted by the delimiters (# and #), and consists of an identifying EQName.
514Zorba recognizes pragmas having the namespace <tt>http://www.zorba-xquery.com/extensions</tt>.514Zorba recognizes pragmas having the namespace <tt>http://zorba.io/extensions</tt>.
515Specifically, Zorba recognizes the following pragmas:515Specifically, Zorba recognizes the following pragmas:
516516
517<ul>517<ul>
@@ -519,7 +519,7 @@
519\code519\code
520import module namespace db = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";520import module namespace db = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
521521
522declare namespace ext = "http://www.zorba-xquery.com/extensions";522declare namespace ext = "http://zorba.io/extensions";
523523
524let $n := <a/>524let $n := <a/>
525return (# ext:no-copy #) { $n is db:apply-insert-last(xs:QName("local:bar"), $n) }525return (# ext:no-copy #) { $n is db:apply-insert-last(xs:QName("local:bar"), $n) }
526526
=== modified file 'doc/zorba/scripting.dox'
--- doc/zorba/scripting.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/scripting.dox 2013-08-09 11:00:15 +0000
@@ -352,7 +352,7 @@
352The following prolog option can be used to disable the scripting feature.352The following prolog option can be used to disable the scripting feature.
353353
354\code354\code
355 declare namespace op = "http://www.zorba-xquery.com/options/features";355 declare namespace op = "http://zorba.io/options/features";
356356
357 declare option op:disable "scripting";357 declare option op:disable "scripting";
358\endcode358\endcode
359359
=== modified file 'doc/zorba/scripting_spec.html'
--- doc/zorba/scripting_spec.html 2013-02-07 17:24:36 +0000
+++ doc/zorba/scripting_spec.html 2013-08-09 11:00:15 +0000
@@ -192,7 +192,7 @@
192 </li>192 </li>
193 </ul>193 </ul>
194 194
195 <p>This specification makes use of the prefix an for some annotations, bound with the namespace http://www.zorba-xquery.com/annotations</p>195 <p>This specification makes use of the prefix an for some annotations, bound with the namespace http://zorba.io/annotations</p>
196 196
197 <h1><a name="id-extensions-to-processing-model"></a>2. Extensions to the Processing Model197 <h1><a name="id-extensions-to-processing-model"></a>2. Extensions to the Processing Model
198 </h1>198 </h1>
199199
=== modified file 'doc/zorba/web_crawler.dox'
--- doc/zorba/web_crawler.dox 2013-02-07 17:24:36 +0000
+++ doc/zorba/web_crawler.dox 2013-08-09 11:00:15 +0000
@@ -25,8 +25,8 @@
25Change this variable to point to your website, or a subdirectory on your website.25Change this variable to point to your website, or a subdirectory on your website.
2626
27\code27\code
28declare variable $top-uri as xs:string := "http://www.zorba-xquery.com/html/index/";28declare variable $top-uri as xs:string := "http://zorba.io/";
29declare variable $uri-host as xs:string := "http://www.zorba-xquery.com";29declare variable $uri-host as xs:string := "http://zorba.io";
3030
31declare function local:is-internal($x as xs:string) as xs:boolean31declare function local:is-internal($x as xs:string) as xs:boolean
32{32{
3333
=== modified file 'doc/zorba/xqddf.dox'
--- doc/zorba/xqddf.dox 2013-08-07 05:28:39 +0000
+++ doc/zorba/xqddf.dox 2013-08-09 11:00:15 +0000
@@ -143,7 +143,7 @@
143143
144 import schema namespace news-schemas = "http://www.news.org/schemas";144 import schema namespace news-schemas = "http://www.news.org/schemas";
145145
146 declare namespace an = "http://www.zorba-xquery.com/annotations";146 declare namespace an = "http://zorba.io/annotations";
147147
148 declare collection news-data:employees as schema-element(news-schema:employee)*;148 declare collection news-data:employees as schema-element(news-schema:employee)*;
149149
@@ -1031,7 +1031,7 @@
10311031
1032 import schema namespace news-schemas = "http://www.news.org/schemas";1032 import schema namespace news-schemas = "http://www.news.org/schemas";
10331033
1034 declare namespace an = "http://www.zorba-xquery.com/annotations";1034 declare namespace an = "http://zorba.io/annotations";
10351035
1036 declare collection news-data:employees as schema-element(news-schema:employee)*;1036 declare collection news-data:employees as schema-element(news-schema:employee)*;
10371037
10381038
=== modified file 'doc/zorba/xqdoc/src/xqdoc-html.xq'
--- doc/zorba/xqdoc/src/xqdoc-html.xq 2013-08-06 01:09:07 +0000
+++ doc/zorba/xqdoc/src/xqdoc-html.xq 2013-08-09 11:00:15 +0000
@@ -20,7 +20,7 @@
20import module namespace xqdoc-html = "http://www.zorba-xquery.com/xqdoc-html" at "xqdoc-html.xqy";20import module namespace xqdoc-html = "http://www.zorba-xquery.com/xqdoc-html" at "xqdoc-html.xqy";
2121
22declare namespace xqd = "http://www.xqdoc.org/1.0";22declare namespace xqd = "http://www.xqdoc.org/1.0";
23declare namespace z = "http://www.zorba-xquery.com/manifest";23declare namespace z = "http://zorba.io/manifest";
24declare namespace xs = "http://www.w3.org/2001/XMLSchema";24declare namespace xs = "http://www.w3.org/2001/XMLSchema";
2525
26declare variable $zorbaManifestPath as xs:string external;26declare variable $zorbaManifestPath as xs:string external;
2727
=== modified file 'doc/zorba/xqdoc/src/xqdoc-html.xqy'
--- doc/zorba/xqdoc/src/xqdoc-html.xqy 2013-06-15 16:20:18 +0000
+++ doc/zorba/xqdoc/src/xqdoc-html.xqy 2013-08-09 11:00:15 +0000
@@ -22,7 +22,7 @@
22import module namespace batch = "http://www.zorba-xquery.com/modules/xqdoc/batch";22import module namespace batch = "http://www.zorba-xquery.com/modules/xqdoc/batch";
2323
24declare namespace xqd = "http://www.xqdoc.org/1.0";24declare namespace xqd = "http://www.xqdoc.org/1.0";
25declare namespace z = "http://www.zorba-xquery.com/manifest";25declare namespace z = "http://zorba.io/manifest";
26declare namespace xs = "http://www.w3.org/2001/XMLSchema";26declare namespace xs = "http://www.w3.org/2001/XMLSchema";
2727
28declare function xqdoc-html:id($label as xs:string)28declare function xqdoc-html:id($label as xs:string)
2929
=== modified file 'doc/zorba/xqdoc/src/zorba_module_dependencies.xqy'
--- doc/zorba/xqdoc/src/zorba_module_dependencies.xqy 2013-06-15 20:57:44 +0000
+++ doc/zorba/xqdoc/src/zorba_module_dependencies.xqy 2013-08-09 11:00:15 +0000
@@ -20,11 +20,11 @@
2020
21module namespace z = "http://www.zorba-xquery.com/module-dependencies";21module namespace z = "http://www.zorba-xquery.com/module-dependencies";
2222
23declare namespace an = "http://www.zorba-xquery.com/annotations";23declare namespace an = "http://zorba.io/annotations";
24declare namespace zm = "http://www.zorba-xquery.com/manifest";24declare namespace zm = "http://zorba.io/manifest";
2525
26import module namespace file = "http://expath.org/ns/file";26import module namespace file = "http://expath.org/ns/file";
27import module namespace functx = "http://www.functx.com/";27import module namespace functx = "http://www.functx.com";
2828
29import module namespace dot = "http://www.zorba-xquery.com/modules/image/graphviz";29import module namespace dot = "http://www.zorba-xquery.com/modules/image/graphviz";
30import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";30import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";
3131
=== modified file 'include/zorba/static_context.h'
--- include/zorba/static_context.h 2013-06-12 04:55:14 +0000
+++ include/zorba/static_context.h 2013-08-09 11:00:15 +0000
@@ -160,12 +160,12 @@
160 /** \brief Adds a collation URI.160 /** \brief Adds a collation URI.
161 *161 *
162 * The URI specifies the locale and collation strength of the collation that is added.162 * The URI specifies the locale and collation strength of the collation that is added.
163 * A valid collation URI must begin with %http://www.zorba-xquery.com/collations/.163 * A valid collation URI must begin with %http://zorba.io/collations/.
164 * This prefix is followed by a collation strength (i.e. PRIMARY, SECONDARY, TERTIARY,164 * This prefix is followed by a collation strength (i.e. PRIMARY, SECONDARY, TERTIARY,
165 * QUATTERNARY, or IDENTICAL) followed by a '/'.165 * QUATTERNARY, or IDENTICAL) followed by a '/'.
166 * After the strength a lower-case two- or three-letter ISO-639 language code must follow.166 * After the strength a lower-case two- or three-letter ISO-639 language code must follow.
167 * The URI may end with an upper-case two-letter ISO-3166.167 * The URI may end with an upper-case two-letter ISO-3166.
168 * For example, %http://www.zorba-xquery.com/collations/PRIMARY/en/US168 * For example, %http://zorba.io/collations/PRIMARY/en/US
169 * specifies an english language with US begin the country..169 * specifies an english language with US begin the country..
170 *170 *
171 * Internally, ICU is used for comparing strings. For detailed description see171 * Internally, ICU is used for comparing strings. For detailed description see
172172
=== modified file 'modules/atomic/base64.xq'
--- modules/atomic/base64.xq 2013-08-07 05:28:39 +0000
+++ modules/atomic/base64.xq 2013-08-09 11:00:15 +0000
@@ -27,7 +27,7 @@
2727
28declare namespace zerr = "http://zorba.io/errors";28declare namespace zerr = "http://zorba.io/errors";
2929
30declare namespace ver = "http://www.zorba-xquery.com/options/versioning";30declare namespace ver = "http://zorba.io/options/versioning";
31declare option ver:module-version "1.0";31declare option ver:module-version "1.0";
3232
33(:~33(:~
3434
=== modified file 'modules/atomic/math.xq'
--- modules/atomic/math.xq 2013-07-17 09:15:53 +0000
+++ modules/atomic/math.xq 2013-08-09 11:00:15 +0000
@@ -29,7 +29,7 @@
29:)29:)
30declare namespace W3Cmath = "http://www.w3.org/2005/xpath-functions/math";30declare namespace W3Cmath = "http://www.w3.org/2005/xpath-functions/math";
3131
32declare namespace ver = "http://www.zorba-xquery.com/options/versioning";32declare namespace ver = "http://zorba.io/options/versioning";
33declare option ver:module-version "1.0";33declare option ver:module-version "1.0";
3434
35declare %private variable $math:errNS as string := "http://zorba.io/modules/math";35declare %private variable $math:errNS as string := "http://zorba.io/modules/math";
3636
=== modified file 'modules/atomic/random.xq'
--- modules/atomic/random.xq 2013-08-07 05:28:39 +0000
+++ modules/atomic/random.xq 2013-08-09 11:00:15 +0000
@@ -26,10 +26,10 @@
26 :)26 :)
27module namespace r = "http://zorba.io/modules/random";27module namespace r = "http://zorba.io/modules/random";
2828
29declare namespace an = "http://www.zorba-xquery.com/annotations";29declare namespace an = "http://zorba.io/annotations";
30declare namespace zerr = "http://zorba.io/errors";30declare namespace zerr = "http://zorba.io/errors";
3131
32declare namespace ver = "http://www.zorba-xquery.com/options/versioning";32declare namespace ver = "http://zorba.io/options/versioning";
33declare option ver:module-version "1.0";33declare option ver:module-version "1.0";
3434
35declare %private variable $r:errNS as string := "http://zorba.io/modules/random";35declare %private variable $r:errNS as string := "http://zorba.io/modules/random";
3636
=== modified file 'modules/atomic/string.xq'
--- modules/atomic/string.xq 2013-07-26 18:53:36 +0000
+++ modules/atomic/string.xq 2013-08-09 11:00:15 +0000
@@ -28,7 +28,7 @@
28 :28 :
29 :)29 :)
30module namespace string = "http://zorba.io/modules/string";30module namespace string = "http://zorba.io/modules/string";
31declare namespace ver = "http://www.zorba-xquery.com/options/versioning";31declare namespace ver = "http://zorba.io/options/versioning";
32declare option ver:module-version "1.0";32declare option ver:module-version "1.0";
3333
34(:~34(:~
3535
=== modified file 'modules/com/zorba-xquery/www/modules/datetime.xq'
--- modules/com/zorba-xquery/www/modules/datetime.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/datetime.xq 2013-08-09 11:00:15 +0000
@@ -54,10 +54,10 @@
54 :)54 :)
55module namespace datetime = "http://www.zorba-xquery.com/modules/datetime";55module namespace datetime = "http://www.zorba-xquery.com/modules/datetime";
5656
57declare namespace an = "http://www.zorba-xquery.com/annotations";57declare namespace an = "http://zorba.io/annotations";
58declare namespace zerr = "http://zorba.io/errors";58declare namespace zerr = "http://zorba.io/errors";
5959
60declare namespace ver = "http://www.zorba-xquery.com/options/versioning";60declare namespace ver = "http://zorba.io/options/versioning";
61declare option ver:module-version "2.0";61declare option ver:module-version "2.0";
6262
63(:~63(:~
6464
=== modified file 'modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq'
--- modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq 2013-07-17 07:20:31 +0000
+++ modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq 2013-08-09 11:00:15 +0000
@@ -26,7 +26,7 @@
2626
27import module namespace base64 = "http://zorba.io/modules/base64";27import module namespace base64 = "http://zorba.io/modules/base64";
2828
29declare namespace ver = "http://www.zorba-xquery.com/options/versioning";29declare namespace ver = "http://zorba.io/options/versioning";
30declare option ver:module-version "1.0";30declare option ver:module-version "1.0";
3131
32(:~32(:~
3333
=== modified file 'modules/com/zorba-xquery/www/modules/fetch.xq'
--- modules/com/zorba-xquery/www/modules/fetch.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/fetch.xq 2013-08-09 11:00:15 +0000
@@ -31,11 +31,11 @@
31 :)31 :)
32module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";32module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";
3333
34declare namespace an = "http://www.zorba-xquery.com/annotations";34declare namespace an = "http://zorba.io/annotations";
3535
36declare namespace zerr = "http://zorba.io/errors";36declare namespace zerr = "http://zorba.io/errors";
3737
38declare namespace ver = "http://www.zorba-xquery.com/options/versioning";38declare namespace ver = "http://zorba.io/options/versioning";
39declare option ver:module-version "2.1";39declare option ver:module-version "2.1";
4040
41(:~41(:~
4242
=== modified file 'modules/com/zorba-xquery/www/modules/introspection/sctx.xq'
--- modules/com/zorba-xquery/www/modules/introspection/sctx.xq 2013-06-15 20:57:44 +0000
+++ modules/com/zorba-xquery/www/modules/introspection/sctx.xq 2013-08-09 11:00:15 +0000
@@ -28,7 +28,7 @@
2828
29module namespace sctx = "http://www.zorba-xquery.com/modules/introspection/sctx";29module namespace sctx = "http://www.zorba-xquery.com/modules/introspection/sctx";
3030
31declare namespace ver = "http://www.zorba-xquery.com/options/versioning";31declare namespace ver = "http://zorba.io/options/versioning";
32declare option ver:module-version "2.0";32declare option ver:module-version "2.0";
3333
34(:~34(:~
3535
=== modified file 'modules/com/zorba-xquery/www/modules/item.xq'
--- modules/com/zorba-xquery/www/modules/item.xq 2013-06-15 20:57:44 +0000
+++ modules/com/zorba-xquery/www/modules/item.xq 2013-08-09 11:00:15 +0000
@@ -26,7 +26,7 @@
26 :)26 :)
27module namespace item = "http://www.zorba-xquery.com/modules/item";27module namespace item = "http://www.zorba-xquery.com/modules/item";
2828
29declare namespace ver = "http://www.zorba-xquery.com/options/versioning";29declare namespace ver = "http://zorba.io/options/versioning";
30declare option ver:module-version "1.0";30declare option ver:module-version "1.0";
3131
32(:~32(:~
3333
=== modified file 'modules/com/zorba-xquery/www/modules/node.xq'
--- modules/com/zorba-xquery/www/modules/node.xq 2013-06-15 16:20:18 +0000
+++ modules/com/zorba-xquery/www/modules/node.xq 2013-08-09 11:00:15 +0000
@@ -31,7 +31,7 @@
31 :)31 :)
32module namespace node = "http://www.zorba-xquery.com/modules/node";32module namespace node = "http://www.zorba-xquery.com/modules/node";
3333
34declare namespace ver = "http://www.zorba-xquery.com/options/versioning";34declare namespace ver = "http://zorba.io/options/versioning";
35declare option ver:module-version "2.0";35declare option ver:module-version "2.0";
3636
37(:~37(:~
3838
=== modified file 'modules/com/zorba-xquery/www/modules/reflection.xq'
--- modules/com/zorba-xquery/www/modules/reflection.xq 2013-06-15 16:20:18 +0000
+++ modules/com/zorba-xquery/www/modules/reflection.xq 2013-08-09 11:00:15 +0000
@@ -29,11 +29,11 @@
2929
30module namespace reflection = "http://www.zorba-xquery.com/modules/reflection";30module namespace reflection = "http://www.zorba-xquery.com/modules/reflection";
3131
32declare namespace an = "http://www.zorba-xquery.com/annotations";32declare namespace an = "http://zorba.io/annotations";
3333
34declare namespace err = "http://www.w3.org/2005/xqt-errors";34declare namespace err = "http://www.w3.org/2005/xqt-errors";
3535
36declare namespace ver = "http://www.zorba-xquery.com/options/versioning";36declare namespace ver = "http://zorba.io/options/versioning";
37declare option ver:module-version "2.0";37declare option ver:module-version "2.0";
3838
39(:~39(:~
4040
=== modified file 'modules/com/zorba-xquery/www/modules/schema.xq'
--- modules/com/zorba-xquery/www/modules/schema.xq 2013-06-15 20:57:44 +0000
+++ modules/com/zorba-xquery/www/modules/schema.xq 2013-08-09 11:00:15 +0000
@@ -25,7 +25,7 @@
25 :25 :
26 :)26 :)
27module namespace schema = "http://www.zorba-xquery.com/modules/schema";27module namespace schema = "http://www.zorba-xquery.com/modules/schema";
28declare namespace ver = "http://www.zorba-xquery.com/options/versioning";28declare namespace ver = "http://zorba.io/options/versioning";
29declare option ver:module-version "2.0";29declare option ver:module-version "2.0";
3030
31(:~31(:~
3232
=== modified file 'modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq'
--- modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq 2013-08-09 11:00:15 +0000
@@ -42,9 +42,9 @@
4242
43declare namespace zerr = "http://zorba.io/errors";43declare namespace zerr = "http://zorba.io/errors";
44declare namespace err = "http://www.w3.org/2005/xqt-errors";44declare namespace err = "http://www.w3.org/2005/xqt-errors";
45declare namespace an = "http://www.zorba-xquery.com/annotations";45declare namespace an = "http://zorba.io/annotations";
4646
47declare namespace ver = "http://www.zorba-xquery.com/options/versioning";47declare namespace ver = "http://zorba.io/options/versioning";
48declare option ver:module-version "2.0";48declare option ver:module-version "2.0";
4949
50(:~50(:~
5151
=== modified file 'modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq'
--- modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq 2013-08-09 11:00:15 +0000
@@ -35,7 +35,7 @@
3535
36declare namespace zerr = "http://zorba.io/errors";36declare namespace zerr = "http://zorba.io/errors";
37declare namespace err = "http://www.w3.org/2005/xqt-errors";37declare namespace err = "http://www.w3.org/2005/xqt-errors";
38declare namespace ver = "http://www.zorba-xquery.com/options/versioning";38declare namespace ver = "http://zorba.io/options/versioning";
39declare option ver:module-version "2.0";39declare option ver:module-version "2.0";
4040
41(:~41(:~
4242
=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq'
--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq 2013-08-09 11:00:15 +0000
@@ -36,7 +36,7 @@
36module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";36module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
3737
38declare namespace zerr = "http://zorba.io/errors";38declare namespace zerr = "http://zorba.io/errors";
39declare namespace ver = "http://www.zorba-xquery.com/options/versioning";39declare namespace ver = "http://zorba.io/options/versioning";
40declare option ver:module-version "2.0";40declare option ver:module-version "2.0";
4141
4242
4343
=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq'
--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq 2013-08-09 11:00:15 +0000
@@ -35,9 +35,9 @@
35module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";35module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3636
37declare namespace zerr = "http://zorba.io/errors";37declare namespace zerr = "http://zorba.io/errors";
38declare namespace an = "http://www.zorba-xquery.com/annotations";38declare namespace an = "http://zorba.io/annotations";
3939
40declare namespace ver = "http://www.zorba-xquery.com/options/versioning";40declare namespace ver = "http://zorba.io/options/versioning";
41declare option ver:module-version "2.0";41declare option ver:module-version "2.0";
4242
4343
4444
=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq'
--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq 2013-08-09 11:00:15 +0000
@@ -41,7 +41,7 @@
41import module namespace qddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";41import module namespace qddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
4242
43declare namespace zerr = "http://zorba.io/errors";43declare namespace zerr = "http://zorba.io/errors";
44declare namespace ver = "http://www.zorba-xquery.com/options/versioning";44declare namespace ver = "http://zorba.io/options/versioning";
45declare option ver:module-version "2.0";45declare option ver:module-version "2.0";
4646
47(:~47(:~
4848
=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq'
--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq 2013-08-09 11:00:15 +0000
@@ -43,9 +43,9 @@
43import module namespace qdml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";43import module namespace qdml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
4444
45declare namespace zerr = "http://zorba.io/errors";45declare namespace zerr = "http://zorba.io/errors";
46declare namespace an = "http://www.zorba-xquery.com/annotations";46declare namespace an = "http://zorba.io/annotations";
4747
48declare namespace ver = "http://www.zorba-xquery.com/options/versioning";48declare namespace ver = "http://zorba.io/options/versioning";
49declare option ver:module-version "2.0";49declare option ver:module-version "2.0";
5050
51(:~51(:~
5252
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq'
--- modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2013-08-09 11:00:15 +0000
@@ -44,7 +44,7 @@
44module namespace cddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";44module namespace cddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
4545
46declare namespace zerr = "http://zorba.io/errors";46declare namespace zerr = "http://zorba.io/errors";
47declare namespace ver = "http://www.zorba-xquery.com/options/versioning";47declare namespace ver = "http://zorba.io/options/versioning";
48declare option ver:module-version "2.0";48declare option ver:module-version "2.0";
4949
5050
5151
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq'
--- modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2013-08-09 11:00:15 +0000
@@ -42,10 +42,10 @@
42 :)42 :)
43module namespace cdml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";43module namespace cdml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
4444
45declare namespace an = "http://www.zorba-xquery.com/annotations";45declare namespace an = "http://zorba.io/annotations";
46declare namespace zerr = "http://zorba.io/errors";46declare namespace zerr = "http://zorba.io/errors";
4747
48declare namespace ver = "http://www.zorba-xquery.com/options/versioning";48declare namespace ver = "http://zorba.io/options/versioning";
49declare option ver:module-version "2.0";49declare option ver:module-version "2.0";
5050
5151
5252
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq'
--- modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq 2013-08-09 11:00:15 +0000
@@ -43,7 +43,7 @@
43module namespace iddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";43module namespace iddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
4444
45declare namespace zerr = "http://zorba.io/errors";45declare namespace zerr = "http://zorba.io/errors";
46declare namespace ver = "http://www.zorba-xquery.com/options/versioning";46declare namespace ver = "http://zorba.io/options/versioning";
47declare option ver:module-version "2.0";47declare option ver:module-version "2.0";
4848
49(:~49(:~
5050
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq'
--- modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq 2013-08-09 11:00:15 +0000
@@ -43,9 +43,9 @@
43module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";43module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
4444
45declare namespace zerr = "http://zorba.io/errors";45declare namespace zerr = "http://zorba.io/errors";
46declare namespace an = "http://www.zorba-xquery.com/annotations";46declare namespace an = "http://zorba.io/annotations";
4747
48declare namespace ver = "http://www.zorba-xquery.com/options/versioning";48declare namespace ver = "http://zorba.io/options/versioning";
4949
50declare option ver:module-version "2.0";50declare option ver:module-version "2.0";
5151
5252
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq'
--- modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq 2013-08-09 11:00:15 +0000
@@ -44,7 +44,7 @@
44module namespace icddl = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl";44module namespace icddl = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl";
4545
46declare namespace zerr = "http://zorba.io/errors";46declare namespace zerr = "http://zorba.io/errors";
47declare namespace ver = "http://www.zorba-xquery.com/options/versioning";47declare namespace ver = "http://zorba.io/options/versioning";
48declare option ver:module-version "2.0";48declare option ver:module-version "2.0";
4949
50(:~50(:~
5151
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq'
--- modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq 2013-08-09 11:00:15 +0000
@@ -42,7 +42,7 @@
42module namespace icdml = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml";42module namespace icdml = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml";
4343
44declare namespace zerr = "http://zorba.io/errors";44declare namespace zerr = "http://zorba.io/errors";
45declare namespace ver = "http://www.zorba-xquery.com/options/versioning";45declare namespace ver = "http://zorba.io/options/versioning";
46declare option ver:module-version "2.0";46declare option ver:module-version "2.0";
4747
48(:~48(:~
4949
=== modified file 'modules/com/zorba-xquery/www/modules/uri.xq'
--- modules/com/zorba-xquery/www/modules/uri.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/uri.xq 2013-08-09 11:00:15 +0000
@@ -26,7 +26,7 @@
26module namespace uri = "http://www.zorba-xquery.com/modules/uri";26module namespace uri = "http://www.zorba-xquery.com/modules/uri";
2727
28declare namespace zerr = "http://zorba.io/errors";28declare namespace zerr = "http://zorba.io/errors";
29declare namespace ver = "http://www.zorba-xquery.com/options/versioning";29declare namespace ver = "http://zorba.io/options/versioning";
30declare option ver:module-version "1.0";30declare option ver:module-version "1.0";
3131
32(:~32(:~
3333
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc.xq 2013-08-07 05:28:39 +0000
+++ modules/com/zorba-xquery/www/modules/xqdoc.xq 2013-08-09 11:00:15 +0000
@@ -67,8 +67,8 @@
67import schema namespace opt =67import schema namespace opt =
68 "http://www.zorba-xquery.com/modules/xqdoc-options";68 "http://www.zorba-xquery.com/modules/xqdoc-options";
6969
70declare namespace an = "http://www.zorba-xquery.com/annotations";70declare namespace an = "http://zorba.io/annotations";
71declare namespace ver = "http://www.zorba-xquery.com/options/versioning";71declare namespace ver = "http://zorba.io/options/versioning";
7272
73declare namespace err = "http://www.w3.org/2005/xqt-errors";73declare namespace err = "http://www.w3.org/2005/xqt-errors";
74declare namespace zerr = "http://zorba.io/errors";74declare namespace zerr = "http://zorba.io/errors";
7575
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/batch.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc/batch.xq 2013-08-06 14:15:41 +0000
+++ modules/com/zorba-xquery/www/modules/xqdoc/batch.xq 2013-08-09 11:00:15 +0000
@@ -26,7 +26,7 @@
26 :)26 :)
27module namespace batch = "http://www.zorba-xquery.com/modules/xqdoc/batch";27module namespace batch = "http://www.zorba-xquery.com/modules/xqdoc/batch";
2828
29import module namespace functx = "http://www.functx.com/";29import module namespace functx = "http://www.functx.com";
3030
31import module namespace file = "http://expath.org/ns/file";31import module namespace file = "http://expath.org/ns/file";
3232
@@ -34,13 +34,13 @@
34import module namespace menu = "http://www.zorba-xquery.com/modules/xqdoc/menu";34import module namespace menu = "http://www.zorba-xquery.com/modules/xqdoc/menu";
35import module namespace html = "http://www.zorba-xquery.com/modules/xqdoc/html";35import module namespace html = "http://www.zorba-xquery.com/modules/xqdoc/html";
3636
37declare namespace an = "http://www.zorba-xquery.com/annotations";37declare namespace an = "http://zorba.io/annotations";
38declare namespace out = "http://www.w3.org/2010/xslt-xquery-serialization";38declare namespace out = "http://www.w3.org/2010/xslt-xquery-serialization";
39declare namespace xq = "http://www.xqdoc.org/1.0";39declare namespace xq = "http://www.xqdoc.org/1.0";
40declare namespace h = "http://www.w3.org/1999/xhtml";40declare namespace h = "http://www.w3.org/1999/xhtml";
41declare namespace err = "http://www.w3.org/2005/xqt-errors"; 41declare namespace err = "http://www.w3.org/2005/xqt-errors";
4242
43declare namespace ver = "http://www.zorba-xquery.com/options/versioning";43declare namespace ver = "http://zorba.io/options/versioning";
44declare option ver:module-version "2.0";44declare option ver:module-version "2.0";
4545
46(:~46(:~
@@ -54,7 +54,7 @@
54 : @param $modules Document describing the documentation project. For instance:54 : @param $modules Document describing the documentation project. For instance:
55 : <pre class="ace-static" ace-mode="xml">55 : <pre class="ace-static" ace-mode="xml">
56 : <modules>56 : <modules>
57 : <namespace prefix="ann" uri="http://www.zorba-xquery.com/annotations" />57 : <namespace prefix="ann" uri="http://zorba.io/annotations" />
58 : <section id="modules" label="My Modules">58 : <section id="modules" label="My Modules">
59 : <!-- Location hints are optionnals -->59 : <!-- Location hints are optionnals -->
60 : <module ns="http://example.com/mymodule" label="My Module" id="module" file="module.xq" />60 : <module ns="http://example.com/mymodule" label="My Module" id="module" file="module.xq" />
6161
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/html.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc/html.xq 2013-07-12 10:40:11 +0000
+++ modules/com/zorba-xquery/www/modules/xqdoc/html.xq 2013-08-09 11:00:15 +0000
@@ -38,7 +38,7 @@
3838
39declare copy-namespaces no-preserve, inherit;39declare copy-namespaces no-preserve, inherit;
4040
41declare namespace ver = "http://www.zorba-xquery.com/options/versioning";41declare namespace ver = "http://zorba.io/options/versioning";
42declare option ver:module-version "2.0";42declare option ver:module-version "2.0";
4343
44declare %private variable $html:empty-tags-to-delete := ("tt");44declare %private variable $html:empty-tags-to-delete := ("tt");
@@ -478,25 +478,25 @@
478declare %private function html:is-function-nondeterministic($function as element(xq:function))478declare %private function html:is-function-nondeterministic($function as element(xq:function))
479as xs:boolean479as xs:boolean
480{480{
481 exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "nondeterministic"]) 481 exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "nondeterministic"])
482};482};
483483
484declare %private function html:is-function-streamable($function as element(xq:function))484declare %private function html:is-function-streamable($function as element(xq:function))
485as xs:boolean485as xs:boolean
486{486{
487 exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "streamable"]) 487 exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "streamable"])
488};488};
489489
490declare %private function html:is-function-variadic($function as element(xq:function))490declare %private function html:is-function-variadic($function as element(xq:function))
491as xs:boolean491as xs:boolean
492{492{
493 exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "variadic"]) 493 exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "variadic"])
494};494};
495495
496declare %private function html:is-function-sequential($function as element(xq:function))496declare %private function html:is-function-sequential($function as element(xq:function))
497as xs:boolean497as xs:boolean
498{498{
499 exists($function//xq:annotation[@namespace = "http://www.zorba-xquery.com/annotations" and @localname = "sequential"]) 499 exists($function//xq:annotation[@namespace = "http://zorba.io/annotations" and @localname = "sequential"])
500};500};
501501
502declare %private function html:is-function-external($function as element(xq:function))502declare %private function html:is-function-external($function as element(xq:function))
503503
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/menu.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc/menu.xq 2013-06-15 16:20:18 +0000
+++ modules/com/zorba-xquery/www/modules/xqdoc/menu.xq 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6 :)6 :)
7module namespace menu = "http://www.zorba-xquery.com/modules/xqdoc/menu";7module namespace menu = "http://www.zorba-xquery.com/modules/xqdoc/menu";
88
9declare namespace ver = "http://www.zorba-xquery.com/options/versioning";9declare namespace ver = "http://zorba.io/options/versioning";
10declare option ver:module-version "2.0";10declare option ver:module-version "2.0";
1111
12declare variable $menu:not-found as xs:QName := xs:QName('menu:not-found');12declare variable $menu:not-found as xs:QName := xs:QName('menu:not-found');
1313
=== modified file 'modules/full-text/full-text.xq'
--- modules/full-text/full-text.xq 2013-08-07 05:28:39 +0000
+++ modules/full-text/full-text.xq 2013-08-09 11:00:15 +0000
@@ -338,7 +338,7 @@
338declare namespace err = "http://www.w3.org/2005/xqt-errors";338declare namespace err = "http://www.w3.org/2005/xqt-errors";
339declare namespace zerr = "http://zorba.io/errors";339declare namespace zerr = "http://zorba.io/errors";
340340
341declare namespace ver = "http://www.zorba-xquery.com/options/versioning";341declare namespace ver = "http://zorba.io/options/versioning";
342declare option ver:module-version "1.0";342declare option ver:module-version "1.0";
343343
344(:===========================================================================:)344(:===========================================================================:)
345345
=== modified file 'modules/functx/CMakeLists.txt'
--- modules/functx/CMakeLists.txt 2013-02-07 17:24:36 +0000
+++ modules/functx/CMakeLists.txt 2013-08-09 11:00:15 +0000
@@ -12,4 +12,4 @@
12# See the License for the specific language governing permissions and12# See the License for the specific language governing permissions and
13# limitations under the License.13# limitations under the License.
1414
15DECLARE_ZORBA_MODULE(FILE functx.xq URI "http://www.functx.com/")15DECLARE_ZORBA_MODULE(FILE functx.xq URI "http://www.functx.com")
1616
=== modified file 'modules/functx/functx.xq'
--- modules/functx/functx.xq 2013-06-15 20:57:44 +0000
+++ modules/functx/functx.xq 2013-08-09 11:00:15 +0000
@@ -27,7 +27,7 @@
27 : @see http://www.xqueryfunctions.com27 : @see http://www.xqueryfunctions.com
28 : @project FunctX28 : @project FunctX
29 :) 29 :)
30module namespace functx = "http://www.functx.com/" ;30module namespace functx = "http://www.functx.com" ;
3131
32(:~32(:~
33 : Adds attributes to XML elements 33 : Adds attributes to XML elements
3434
=== modified file 'modules/http-client/conv/http-client-wrapper.xq'
--- modules/http-client/conv/http-client-wrapper.xq 2013-07-25 14:47:04 +0000
+++ modules/http-client/conv/http-client-wrapper.xq 2013-08-09 11:00:15 +0000
@@ -42,8 +42,8 @@
4242
43import schema namespace http-schema = "http://expath.org/ns/http-client";43import schema namespace http-schema = "http://expath.org/ns/http-client";
4444
45declare namespace an = "http://www.zorba-xquery.com/annotations";45declare namespace an = "http://zorba.io/annotations";
46declare namespace ver = "http://www.zorba-xquery.com/options/versioning";46declare namespace ver = "http://zorba.io/options/versioning";
47declare namespace err = "http://www.w3.org/2005/xqt-errors";47declare namespace err = "http://www.w3.org/2005/xqt-errors";
48declare namespace ser = "http://www.w3.org/2010/xslt-xquery-serialization";48declare namespace ser = "http://www.w3.org/2010/xslt-xquery-serialization";
49declare namespace jn = "http://jsoniq.org/functions";49declare namespace jn = "http://jsoniq.org/functions";
5050
=== modified file 'modules/http-client/json/http-client.xq'
--- modules/http-client/json/http-client.xq 2013-07-24 07:21:59 +0000
+++ modules/http-client/json/http-client.xq 2013-08-09 11:00:15 +0000
@@ -187,8 +187,8 @@
187187
188import module namespace libjn = "http://jsoniq.org/function-library";188import module namespace libjn = "http://jsoniq.org/function-library";
189189
190declare namespace an = "http://www.zorba-xquery.com/annotations";190declare namespace an = "http://zorba.io/annotations";
191declare namespace ver = "http://www.zorba-xquery.com/options/versioning";191declare namespace ver = "http://zorba.io/options/versioning";
192declare namespace err = "http://www.w3.org/2005/xqt-errors";192declare namespace err = "http://www.w3.org/2005/xqt-errors";
193193
194declare option ver:module-version "1.0";194declare option ver:module-version "1.0";
195195
=== modified file 'modules/http-client/xml/http-client.xq'
--- modules/http-client/xml/http-client.xq 2013-07-25 14:47:04 +0000
+++ modules/http-client/xml/http-client.xq 2013-08-09 11:00:15 +0000
@@ -256,8 +256,8 @@
256256
257import schema namespace http-schema = "http://expath.org/ns/http-client";257import schema namespace http-schema = "http://expath.org/ns/http-client";
258258
259declare namespace an = "http://www.zorba-xquery.com/annotations";259declare namespace an = "http://zorba.io/annotations";
260declare namespace ver = "http://www.zorba-xquery.com/options/versioning";260declare namespace ver = "http://zorba.io/options/versioning";
261declare namespace err = "http://www.w3.org/2005/xqt-errors";261declare namespace err = "http://www.w3.org/2005/xqt-errors";
262declare namespace ser = "http://www.w3.org/2010/xslt-xquery-serialization";262declare namespace ser = "http://www.w3.org/2010/xslt-xquery-serialization";
263declare namespace jn = "http://jsoniq.org/functions";263declare namespace jn = "http://jsoniq.org/functions";
264264
=== modified file 'modules/json/json-xml.xq'
--- modules/json/json-xml.xq 2013-08-08 03:32:36 +0000
+++ modules/json/json-xml.xq 2013-08-09 11:00:15 +0000
@@ -98,7 +98,7 @@
98declare namespace err = "http://www.w3.org/2005/xqt-errors";98declare namespace err = "http://www.w3.org/2005/xqt-errors";
99declare namespace zerr = "http://zorba.io/errors";99declare namespace zerr = "http://zorba.io/errors";
100100
101declare namespace ver = "http://www.zorba-xquery.com/options/versioning";101declare namespace ver = "http://zorba.io/options/versioning";
102declare option ver:module-version "1.0";102declare option ver:module-version "1.0";
103103
104(:~104(:~
105105
=== modified file 'modules/org/expath/ns/file.xq'
--- modules/org/expath/ns/file.xq 2013-08-08 17:07:14 +0000
+++ modules/org/expath/ns/file.xq 2013-08-09 11:00:15 +0000
@@ -24,8 +24,8 @@
24 :)24 :)
25module namespace file = "http://expath.org/ns/file";25module namespace file = "http://expath.org/ns/file";
2626
27declare namespace an = "http://www.zorba-xquery.com/annotations";27declare namespace an = "http://zorba.io/annotations";
28declare namespace ver = "http://www.zorba-xquery.com/options/versioning";28declare namespace ver = "http://zorba.io/options/versioning";
29declare option ver:module-version "2.0";29declare option ver:module-version "2.0";
3030
31(:~31(:~
3232
=== modified file 'modules/org/jsoniq/www/function-library.xq'
--- modules/org/jsoniq/www/function-library.xq 2013-06-15 20:57:44 +0000
+++ modules/org/jsoniq/www/function-library.xq 2013-08-09 11:00:15 +0000
@@ -33,7 +33,7 @@
3333
34import module namespace jn = "http://jsoniq.org/functions";34import module namespace jn = "http://jsoniq.org/functions";
3535
36declare namespace ver = "http://www.zorba-xquery.com/options/versioning";36declare namespace ver = "http://zorba.io/options/versioning";
37declare option ver:module-version "1.0";37declare option ver:module-version "1.0";
3838
39(:~39(:~
4040
=== modified file 'modules/org/jsoniq/www/functions.xq'
--- modules/org/jsoniq/www/functions.xq 2013-06-19 14:19:40 +0000
+++ modules/org/jsoniq/www/functions.xq 2013-08-09 11:00:15 +0000
@@ -37,7 +37,7 @@
37declare namespace jerr = "http://jsoniq.org/errors";37declare namespace jerr = "http://jsoniq.org/errors";
38declare namespace js = "http://jsoniq.org/types";38declare namespace js = "http://jsoniq.org/types";
3939
40declare namespace ver = "http://www.zorba-xquery.com/options/versioning";40declare namespace ver = "http://zorba.io/options/versioning";
41declare option ver:module-version "1.0";41declare option ver:module-version "1.0";
4242
4343
4444
=== modified file 'modules/structured-items/node-position.xq'
--- modules/structured-items/node-position.xq 2013-07-09 07:43:26 +0000
+++ modules/structured-items/node-position.xq 2013-08-09 11:00:15 +0000
@@ -32,7 +32,7 @@
32 :)32 :)
33module namespace np = "http://zorba.io/modules/node-position";33module namespace np = "http://zorba.io/modules/node-position";
3434
35declare namespace ver = "http://www.zorba-xquery.com/options/versioning";35declare namespace ver = "http://zorba.io/options/versioning";
36declare option ver:module-version "2.0";36declare option ver:module-version "2.0";
3737
38(:~38(:~
3939
=== modified file 'modules/structured-items/reference.xq'
--- modules/structured-items/reference.xq 2013-08-07 05:28:39 +0000
+++ modules/structured-items/reference.xq 2013-08-09 11:00:15 +0000
@@ -40,7 +40,7 @@
4040
41declare namespace zerr = "http://zorba.io/errors";41declare namespace zerr = "http://zorba.io/errors";
4242
43declare namespace ver = "http://www.zorba-xquery.com/options/versioning";43declare namespace ver = "http://zorba.io/options/versioning";
4444
45declare option ver:module-version "1.0";45declare option ver:module-version "1.0";
4646
4747
=== modified file 'modules/xml/xml.xq'
--- modules/xml/xml.xq 2013-08-07 23:46:25 +0000
+++ modules/xml/xml.xq 2013-08-09 11:00:15 +0000
@@ -76,7 +76,7 @@
76declare namespace zerr = "http://zorba.io/errors";76declare namespace zerr = "http://zorba.io/errors";
77declare namespace err = "http://www.w3.org/xqt-errors";77declare namespace err = "http://www.w3.org/xqt-errors";
7878
79declare namespace ver = "http://www.zorba-xquery.com/options/versioning";79declare namespace ver = "http://zorba.io/options/versioning";
80declare option ver:module-version "1.0";80declare option ver:module-version "1.0";
8181
8282
8383
=== modified file 'modules/xqxq/xqxq.xq'
--- modules/xqxq/xqxq.xq 2013-06-15 20:57:44 +0000
+++ modules/xqxq/xqxq.xq 2013-08-09 11:00:15 +0000
@@ -25,10 +25,10 @@
25 :)25 :)
26module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq';26module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq';
2727
28declare namespace an = "http://www.zorba-xquery.com/annotations";28declare namespace an = "http://zorba.io/annotations";
29declare namespace ver = "http://www.zorba-xquery.com/options/versioning";29declare namespace ver = "http://zorba.io/options/versioning";
30declare namespace op = "http://www.zorba-xquery.com/options/features";30declare namespace op = "http://zorba.io/options/features";
31declare namespace f = "http://www.zorba-xquery.com/features";31declare namespace f = "http://zorba.io/features";
3232
33declare option ver:module-version "2.0";33declare option ver:module-version "2.0";
3434
3535
=== modified file 'scripts/check_apache_license.xq'
--- scripts/check_apache_license.xq 2013-02-07 17:24:36 +0000
+++ scripts/check_apache_license.xq 2013-08-09 11:00:15 +0000
@@ -15,10 +15,10 @@
15:)15:)
1616
17import module namespace file = "http://expath.org/ns/file";17import module namespace file = "http://expath.org/ns/file";
18declare namespace ann = "http://www.zorba-xquery.com/annotations";18declare namespace ann = "http://zorba.io/annotations";
19declare namespace notice = "http://www.zorba-xquery.com/notice";19declare namespace notice = "http://zorba.io/notice";
20declare namespace opt = "http://www.zorba-xquery.com/options/features";20declare namespace opt = "http://zorba.io/options/features";
21declare namespace f = "http://www.zorba-xquery.com/features";21declare namespace f = "http://zorba.io/features";
2222
23declare variable $path-to-zorba as xs:string external; (:PROJECT_SOURCE_DIR:)23declare variable $path-to-zorba as xs:string external; (:PROJECT_SOURCE_DIR:)
24declare variable $path-to-modules as xs:string external; (:ZORBA_MODULES_DIR:)24declare variable $path-to-modules as xs:string external; (:ZORBA_MODULES_DIR:)
2525
=== modified file 'scripts/notice-generator.xq.in'
--- scripts/notice-generator.xq.in 2013-08-02 04:03:36 +0000
+++ scripts/notice-generator.xq.in 2013-08-09 11:00:15 +0000
@@ -15,8 +15,8 @@
15:)15:)
1616
17import module namespace file = "http://expath.org/ns/file";17import module namespace file = "http://expath.org/ns/file";
18declare namespace ann = "http://www.zorba-xquery.com/annotations";18declare namespace ann = "http://zorba.io/annotations";
19declare namespace notice = "http://www.zorba-xquery.com/notice";19declare namespace notice = "http://zorba.io/notice";
2020
21declare variable $local:path-to-zorba := "${PROJECT_SOURCE_DIR}"; 21declare variable $local:path-to-zorba := "${PROJECT_SOURCE_DIR}";
22declare variable $local:zorba-version := "${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER}";22declare variable $local:zorba-version := "${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER}";
2323
=== modified file 'scripts/sanity_checks/conformance_xqftts.xqi'
--- scripts/sanity_checks/conformance_xqftts.xqi 2013-02-07 17:24:36 +0000
+++ scripts/sanity_checks/conformance_xqftts.xqi 2013-08-09 11:00:15 +0000
@@ -19,14 +19,14 @@
19module namespace conf = "http://www.zorba-xquery.com/modules/conformance";19module namespace conf = "http://www.zorba-xquery.com/modules/conformance";
2020
21import module namespace file = "http://expath.org/ns/file";21import module namespace file = "http://expath.org/ns/file";
22import module namespace functx = "http://www.functx.com/";22import module namespace functx = "http://www.functx.com";
2323
24import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";24import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
25import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";25import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2626
27import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";27import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
2828
29declare namespace ann = "http://www.zorba-xquery.com/annotations";29declare namespace ann = "http://zorba.io/annotations";
30declare namespace xqCat = "http://www.w3.org/2005/02/query-test-full-text";30declare namespace xqCat = "http://www.w3.org/2005/02/query-test-full-text";
31declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";31declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";
3232
3333
=== modified file 'scripts/sanity_checks/conformance_xqts.xqi'
--- scripts/sanity_checks/conformance_xqts.xqi 2013-02-07 17:24:36 +0000
+++ scripts/sanity_checks/conformance_xqts.xqi 2013-08-09 11:00:15 +0000
@@ -19,14 +19,14 @@
19module namespace conf = "http://www.zorba-xquery.com/modules/conformance";19module namespace conf = "http://www.zorba-xquery.com/modules/conformance";
2020
21import module namespace file = "http://expath.org/ns/file";21import module namespace file = "http://expath.org/ns/file";
22import module namespace functx = "http://www.functx.com/";22import module namespace functx = "http://www.functx.com";
2323
24import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";24import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
25import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";25import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2626
27import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";27import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
2828
29declare namespace ann = "http://www.zorba-xquery.com/annotations";29declare namespace ann = "http://zorba.io/annotations";
30declare namespace xqCat = "http://www.w3.org/2005/02/query-test-XQTSCatalog";30declare namespace xqCat = "http://www.w3.org/2005/02/query-test-XQTSCatalog";
31declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";31declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";
3232
3333
=== modified file 'scripts/sanity_checks/conformance_xquts.xqi'
--- scripts/sanity_checks/conformance_xquts.xqi 2013-02-07 17:24:36 +0000
+++ scripts/sanity_checks/conformance_xquts.xqi 2013-08-09 11:00:15 +0000
@@ -19,14 +19,14 @@
19module namespace conf = "http://www.zorba-xquery.com/modules/conformance";19module namespace conf = "http://www.zorba-xquery.com/modules/conformance";
2020
21import module namespace file = "http://expath.org/ns/file";21import module namespace file = "http://expath.org/ns/file";
22import module namespace functx = "http://www.functx.com/";22import module namespace functx = "http://www.functx.com";
2323
24import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";24import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
25import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";25import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2626
27import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";27import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
2828
29declare namespace ann = "http://www.zorba-xquery.com/annotations";29declare namespace ann = "http://zorba.io/annotations";
30declare namespace xqCat = "http://www.w3.org/2005/02/query-test-update";30declare namespace xqCat = "http://www.w3.org/2005/02/query-test-update";
31declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";31declare namespace xqRes = "http://www.w3.org/2005/02/query-test-XQTSResult";
3232
3333
=== modified file 'src/context/default_uri_mappers.cpp'
--- src/context/default_uri_mappers.cpp 2013-08-02 21:35:01 +0000
+++ src/context/default_uri_mappers.cpp 2013-08-09 11:00:15 +0000
@@ -68,8 +68,14 @@
68 URI lUri(aUri);68 URI lUri(aUri);
69 zstring lPath = lUri.get_encoded_path();69 zstring lPath = lUri.get_encoded_path();
70 bool lChanged = false;70 bool lChanged = false;
71 if (lPath.length() == 0 && lUri.get_host().length() > 0) {
72 // If URI has *no* path component (eg. "http://www.functx.com" with no
73 // trailing slash), provide a path of "/". Note: the check for a non-empty
74 // host is to work around a possibly bogus FOTS test module-URIs-19.
75 lPath.append("/");
76 }
71 if (ascii::ends_with(lPath, "/")) {77 if (ascii::ends_with(lPath, "/")) {
72 // If URI ends with /, append "index.<extension>".78 // If URI's path component ends with /, append "index.<extension>".
73 lPath.append("index");79 lPath.append("index");
74 lPath.append(lExtension);80 lPath.append(lExtension);
75 lChanged = true;81 lChanged = true;
7682
=== modified file 'src/context/root_static_context.cpp'
--- src/context/root_static_context.cpp 2013-08-06 08:41:26 +0000
+++ src/context/root_static_context.cpp 2013-08-09 11:00:15 +0000
@@ -163,7 +163,7 @@
163163
164 add_collation(ZORBA_DEF_COLLATION_NS, QueryLoc::null);164 add_collation(ZORBA_DEF_COLLATION_NS, QueryLoc::null);
165 add_collation(W3C_CODEPT_COLLATION_NS, QueryLoc::null);165 add_collation(W3C_CODEPT_COLLATION_NS, QueryLoc::null);
166 add_collation("http://www.zorba-xquery.com/collations/SECONDARY/en/EN", QueryLoc::null);166 add_collation("http://zorba.io/collations/SECONDARY/en/EN", QueryLoc::null);
167 set_default_collation(W3C_CODEPT_COLLATION_NS, QueryLoc::null);167 set_default_collation(W3C_CODEPT_COLLATION_NS, QueryLoc::null);
168168
169 set_construction_mode(StaticContextConsts::cons_preserve);169 set_construction_mode(StaticContextConsts::cons_preserve);
170170
=== modified file 'src/context/static_context.cpp'
--- src/context/static_context.cpp 2013-08-07 08:08:22 +0000
+++ src/context/static_context.cpp 2013-08-09 11:00:15 +0000
@@ -440,7 +440,7 @@
440440
441const char*441const char*
442static_context::ZORBA_UTIL_FN_NS =442static_context::ZORBA_UTIL_FN_NS =
443"http://www.zorba-xquery.com/zorba/util-functions";443"http://zorba.io/util-functions";
444444
445const char*445const char*
446static_context::ZORBA_SCRIPTING_FN_NS =446static_context::ZORBA_SCRIPTING_FN_NS =
@@ -488,31 +488,25 @@
488 Target namespaces of zorba reserved modules488 Target namespaces of zorba reserved modules
489********************************************************************************/489********************************************************************************/
490const char*490const char*
491static_context::XQUERY_OP_NS =491static_context::XQUERY_OP_NS = "http://zorba.io/internal/xquery-ops";
492"http://www.zorba-xquery.com/internal/xquery-ops";
493492
494const char*493const char*
495static_context::ZORBA_OP_NS =494static_context::ZORBA_OP_NS = "http://zorba.io/internal/zorba-ops";
496"http://www.zorba-xquery.com/internal/zorba-ops";
497495
498/***************************************************************************//**496/***************************************************************************//**
499 Options-related namespaces497 Options-related namespaces
500********************************************************************************/498********************************************************************************/
501const char*499const char*
502static_context::ZORBA_OPTIONS_NS =500static_context::ZORBA_OPTIONS_NS = "http://zorba.io/options";
503"http://www.zorba-xquery.com/options";501
504502const char*
505const char*503static_context::ZORBA_OPTION_WARN_NS = "http://zorba.io/options/warnings";
506static_context::ZORBA_OPTION_WARN_NS =504
507"http://www.zorba-xquery.com/options/warnings";505const char*
508506static_context::ZORBA_OPTION_FEATURE_NS = "http://zorba.io/options/features";
509const char*507
510static_context::ZORBA_OPTION_FEATURE_NS =508const char*
511"http://www.zorba-xquery.com/options/features";509static_context::ZORBA_OPTION_OPTIM_NS = "http://zorba.io/options/optimizer";
512
513const char*
514static_context::ZORBA_OPTION_OPTIM_NS =
515"http://www.zorba-xquery.com/options/optimizer";
516510
517const char*511const char*
518static_context::XQUERY_NS =512static_context::XQUERY_NS =
@@ -524,7 +518,7 @@
524518
525const char*519const char*
526static_context::ZORBA_VERSIONING_NS =520static_context::ZORBA_VERSIONING_NS =
527"http://www.zorba-xquery.com/options/versioning";521"http://zorba.io/options/versioning";
528522
529523
530/***************************************************************************//**524/***************************************************************************//**
531525
=== modified file 'src/functions/func_var_decl.cpp'
--- src/functions/func_var_decl.cpp 2013-05-03 14:31:19 +0000
+++ src/functions/func_var_decl.cpp 2013-08-09 11:00:15 +0000
@@ -87,7 +87,7 @@
87 util:context-item()87 util:context-item()
88 88
89 This library also contains the declaration of the ZORBA_UTIL_FN_NS 89 This library also contains the declaration of the ZORBA_UTIL_FN_NS
90 "http://www.zorba-xquery.com/zorba/util-functions" context-item() function,90 "http://zorba.io/util-functions" context-item() function,
91 which is a placeholder for the "." or "$$" context item accessors, as a 91 which is a placeholder for the "." or "$$" context item accessors, as a
92 universal and language-neutral (XQuery and JSONiq) function. 92 universal and language-neutral (XQuery and JSONiq) function.
93********************************************************************************/ 93********************************************************************************/
9494
=== modified file 'src/functions/pregenerated/func_booleans.cpp'
--- src/functions/pregenerated/func_booleans.cpp 2013-03-05 23:11:50 +0000
+++ src/functions/pregenerated/func_booleans.cpp 2013-08-09 11:00:15 +0000
@@ -67,7 +67,7 @@
6767
68 {68 {
69 DECL_WITH_KIND(sctx, op_is_same_node,69 DECL_WITH_KIND(sctx, op_is_same_node,
70 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","is-same-node"), 70 (createQName("http://zorba.io/internal/xquery-ops","","is-same-node"),
71 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION, 71 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
72 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION, 72 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
73 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),73 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),
@@ -80,7 +80,7 @@
8080
81 {81 {
82 DECL_WITH_KIND(sctx, op_node_before,82 DECL_WITH_KIND(sctx, op_node_before,
83 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","node-before"), 83 (createQName("http://zorba.io/internal/xquery-ops","","node-before"),
84 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION, 84 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
85 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION, 85 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
86 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),86 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),
@@ -93,7 +93,7 @@
9393
94 {94 {
95 DECL_WITH_KIND(sctx, op_node_after,95 DECL_WITH_KIND(sctx, op_node_after,
96 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","node-after"), 96 (createQName("http://zorba.io/internal/xquery-ops","","node-after"),
97 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION, 97 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
98 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION, 98 GENV_TYPESYSTEM.ANY_NODE_TYPE_QUESTION,
99 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),99 GENV_TYPESYSTEM.BOOLEAN_TYPE_QUESTION),
100100
=== modified file 'src/functions/pregenerated/func_fn_hof_functions.cpp'
--- src/functions/pregenerated/func_fn_hof_functions.cpp 2013-06-04 21:47:40 +0000
+++ src/functions/pregenerated/func_fn_hof_functions.cpp 2013-08-09 11:00:15 +0000
@@ -84,7 +84,7 @@
8484
85 {85 {
86 DECL_WITH_KIND(sctx, op_zorba_function_lookup_3_0,86 DECL_WITH_KIND(sctx, op_zorba_function_lookup_3_0,
87 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","function-lookup"), 87 (createQName("http://zorba.io/internal/zorba-ops","","function-lookup"),
88 GENV_TYPESYSTEM.QNAME_TYPE_ONE, 88 GENV_TYPESYSTEM.QNAME_TYPE_ONE,
89 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 89 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
90 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION, 90 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
9191
=== modified file 'src/functions/pregenerated/func_jsoniq_functions.cpp'
--- src/functions/pregenerated/func_jsoniq_functions.cpp 2013-06-08 05:33:57 +0000
+++ src/functions/pregenerated/func_jsoniq_functions.cpp 2013-08-09 11:00:15 +0000
@@ -318,7 +318,7 @@
318318
319 {319 {
320 DECL_WITH_KIND(sctx, op_zorba_json_item_accessor,320 DECL_WITH_KIND(sctx, op_zorba_json_item_accessor,
321 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-item-accessor"), 321 (createQName("http://zorba.io/internal/zorba-ops","","json-item-accessor"),
322 GENV_TYPESYSTEM.ITEM_TYPE_ONE, 322 GENV_TYPESYSTEM.ITEM_TYPE_ONE,
323 GENV_TYPESYSTEM.ITEM_TYPE_STAR),323 GENV_TYPESYSTEM.ITEM_TYPE_STAR),
324 FunctionConsts::OP_ZORBA_JSON_ITEM_ACCESSOR_1);324 FunctionConsts::OP_ZORBA_JSON_ITEM_ACCESSOR_1);
@@ -330,7 +330,7 @@
330330
331 {331 {
332 DECL_WITH_KIND(sctx, op_zorba_json_item_accessor,332 DECL_WITH_KIND(sctx, op_zorba_json_item_accessor,
333 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-item-accessor"), 333 (createQName("http://zorba.io/internal/zorba-ops","","json-item-accessor"),
334 GENV_TYPESYSTEM.ITEM_TYPE_ONE, 334 GENV_TYPESYSTEM.ITEM_TYPE_ONE,
335 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION, 335 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
336 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION),336 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION),
@@ -355,7 +355,7 @@
355355
356 {356 {
357 DECL_WITH_KIND(sctx, op_zorba_keys,357 DECL_WITH_KIND(sctx, op_zorba_keys,
358 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","keys"), 358 (createQName("http://zorba.io/internal/zorba-ops","","keys"),
359 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION, 359 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
360 GENV_TYPESYSTEM.STRING_TYPE_STAR),360 GENV_TYPESYSTEM.STRING_TYPE_STAR),
361 FunctionConsts::OP_ZORBA_KEYS_1);361 FunctionConsts::OP_ZORBA_KEYS_1);
@@ -418,7 +418,7 @@
418418
419 {419 {
420 DECL_WITH_KIND(sctx, op_zorba_members,420 DECL_WITH_KIND(sctx, op_zorba_members,
421 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","members"), 421 (createQName("http://zorba.io/internal/zorba-ops","","members"),
422 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION, 422 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION,
423 GENV_TYPESYSTEM.ITEM_TYPE_STAR),423 GENV_TYPESYSTEM.ITEM_TYPE_STAR),
424 FunctionConsts::OP_ZORBA_MEMBERS_1);424 FunctionConsts::OP_ZORBA_MEMBERS_1);
@@ -477,7 +477,7 @@
477477
478 {478 {
479 DECL_WITH_KIND(sctx, op_zorba_json_object_insert,479 DECL_WITH_KIND(sctx, op_zorba_json_object_insert,
480 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-object-insert"), 480 (createQName("http://zorba.io/internal/zorba-ops","","json-object-insert"),
481 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE, 481 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE,
482 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE, 482 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE,
483 GENV_TYPESYSTEM.EMPTY_TYPE),483 GENV_TYPESYSTEM.EMPTY_TYPE),
@@ -490,7 +490,7 @@
490490
491 {491 {
492 DECL_WITH_KIND(sctx, op_zorba_json_array_insert,492 DECL_WITH_KIND(sctx, op_zorba_json_array_insert,
493 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-array-insert"), 493 (createQName("http://zorba.io/internal/zorba-ops","","json-array-insert"),
494 GENV_TYPESYSTEM.JSON_ARRAY_TYPE_ONE, 494 GENV_TYPESYSTEM.JSON_ARRAY_TYPE_ONE,
495 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 495 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
496 GENV_TYPESYSTEM.ITEM_TYPE_STAR, 496 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
@@ -504,7 +504,7 @@
504504
505 {505 {
506 DECL_WITH_KIND(sctx, op_zorba_json_delete,506 DECL_WITH_KIND(sctx, op_zorba_json_delete,
507 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-delete"), 507 (createQName("http://zorba.io/internal/zorba-ops","","json-delete"),
508 GENV_TYPESYSTEM.JSON_ITEM_TYPE_ONE, 508 GENV_TYPESYSTEM.JSON_ITEM_TYPE_ONE,
509 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_ONE, 509 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_ONE,
510 GENV_TYPESYSTEM.EMPTY_TYPE),510 GENV_TYPESYSTEM.EMPTY_TYPE),
@@ -517,7 +517,7 @@
517517
518 {518 {
519 DECL_WITH_KIND(sctx, op_zorba_json_replace_value,519 DECL_WITH_KIND(sctx, op_zorba_json_replace_value,
520 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-replace-value"), 520 (createQName("http://zorba.io/internal/zorba-ops","","json-replace-value"),
521 GENV_TYPESYSTEM.JSON_ITEM_TYPE_ONE, 521 GENV_TYPESYSTEM.JSON_ITEM_TYPE_ONE,
522 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_ONE, 522 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_ONE,
523 GENV_TYPESYSTEM.ITEM_TYPE_ONE, 523 GENV_TYPESYSTEM.ITEM_TYPE_ONE,
@@ -531,7 +531,7 @@
531531
532 {532 {
533 DECL_WITH_KIND(sctx, op_zorba_json_rename,533 DECL_WITH_KIND(sctx, op_zorba_json_rename,
534 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-rename"), 534 (createQName("http://zorba.io/internal/zorba-ops","","json-rename"),
535 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE, 535 GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE,
536 GENV_TYPESYSTEM.STRING_TYPE_ONE, 536 GENV_TYPESYSTEM.STRING_TYPE_ONE,
537 GENV_TYPESYSTEM.STRING_TYPE_ONE, 537 GENV_TYPESYSTEM.STRING_TYPE_ONE,
@@ -545,7 +545,7 @@
545545
546 {546 {
547 DECL_WITH_KIND(sctx, op_zorba_json_array_append,547 DECL_WITH_KIND(sctx, op_zorba_json_array_append,
548 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-array-append"), 548 (createQName("http://zorba.io/internal/zorba-ops","","json-array-append"),
549 GENV_TYPESYSTEM.JSON_ARRAY_TYPE_ONE, 549 GENV_TYPESYSTEM.JSON_ARRAY_TYPE_ONE,
550 GENV_TYPESYSTEM.ITEM_TYPE_STAR, 550 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
551 GENV_TYPESYSTEM.EMPTY_TYPE),551 GENV_TYPESYSTEM.EMPTY_TYPE),
@@ -558,7 +558,7 @@
558558
559 {559 {
560 DECL_WITH_KIND(sctx, op_zorba_json_box,560 DECL_WITH_KIND(sctx, op_zorba_json_box,
561 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","json-box"), 561 (createQName("http://zorba.io/internal/zorba-ops","","json-box"),
562 GENV_TYPESYSTEM.ITEM_TYPE_STAR, 562 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
563 GENV_TYPESYSTEM.ITEM_TYPE_ONE),563 GENV_TYPESYSTEM.ITEM_TYPE_ONE),
564 FunctionConsts::OP_ZORBA_JSON_BOX_1);564 FunctionConsts::OP_ZORBA_JSON_BOX_1);
565565
=== modified file 'src/functions/pregenerated/func_other_diagnostics.cpp'
--- src/functions/pregenerated/func_other_diagnostics.cpp 2013-03-05 23:11:50 +0000
+++ src/functions/pregenerated/func_other_diagnostics.cpp 2013-08-09 11:00:15 +0000
@@ -57,7 +57,7 @@
5757
58 {58 {
59 DECL_WITH_KIND(sctx, op_zorba_read_line,59 DECL_WITH_KIND(sctx, op_zorba_read_line,
60 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","read-line"), 60 (createQName("http://zorba.io/internal/zorba-ops","","read-line"),
61 GENV_TYPESYSTEM.STRING_TYPE_ONE),61 GENV_TYPESYSTEM.STRING_TYPE_ONE),
62 FunctionConsts::OP_ZORBA_READ_LINE_0);62 FunctionConsts::OP_ZORBA_READ_LINE_0);
6363
@@ -68,7 +68,7 @@
6868
69 {69 {
70 DECL_WITH_KIND(sctx, fn_zorba_util_print,70 DECL_WITH_KIND(sctx, fn_zorba_util_print,
71 (createQName("http://www.zorba-xquery.com/zorba/util-functions","","print"), 71 (createQName("http://zorba.io/util-functions","","print"),
72 GENV_TYPESYSTEM.ITEM_TYPE_STAR, 72 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
73 GENV_TYPESYSTEM.EMPTY_TYPE),73 GENV_TYPESYSTEM.EMPTY_TYPE),
74 FunctionConsts::FN_ZORBA_UTIL_PRINT_1);74 FunctionConsts::FN_ZORBA_UTIL_PRINT_1);
7575
=== modified file 'src/functions/pregenerated/func_qnames.cpp'
--- src/functions/pregenerated/func_qnames.cpp 2013-03-05 23:11:50 +0000
+++ src/functions/pregenerated/func_qnames.cpp 2013-08-09 11:00:15 +0000
@@ -143,7 +143,7 @@
143143
144 {144 {
145 DECL_WITH_KIND(sctx, op_QName_equal,145 DECL_WITH_KIND(sctx, op_QName_equal,
146 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","QName-equal"), 146 (createQName("http://zorba.io/internal/xquery-ops","","QName-equal"),
147 GENV_TYPESYSTEM.QNAME_TYPE_ONE, 147 GENV_TYPESYSTEM.QNAME_TYPE_ONE,
148 GENV_TYPESYSTEM.QNAME_TYPE_ONE, 148 GENV_TYPESYSTEM.QNAME_TYPE_ONE,
149 GENV_TYPESYSTEM.BOOLEAN_TYPE_ONE),149 GENV_TYPESYSTEM.BOOLEAN_TYPE_ONE),
150150
=== modified file 'src/functions/pregenerated/func_random.cpp'
--- src/functions/pregenerated/func_random.cpp 2013-07-17 09:01:57 +0000
+++ src/functions/pregenerated/func_random.cpp 2013-08-09 11:00:15 +0000
@@ -92,7 +92,7 @@
9292
93 {93 {
94 DECL_WITH_KIND(sctx, fn_zorba_util_uuid,94 DECL_WITH_KIND(sctx, fn_zorba_util_uuid,
95 (createQName("http://www.zorba-xquery.com/zorba/util-functions","","uuid"), 95 (createQName("http://zorba.io/util-functions","","uuid"),
96 GENV_TYPESYSTEM.STRING_TYPE_ONE),96 GENV_TYPESYSTEM.STRING_TYPE_ONE),
97 FunctionConsts::FN_ZORBA_UTIL_UUID_0);97 FunctionConsts::FN_ZORBA_UTIL_UUID_0);
9898
9999
=== modified file 'src/functions/pregenerated/func_sequences.cpp'
--- src/functions/pregenerated/func_sequences.cpp 2013-03-20 01:19:04 +0000
+++ src/functions/pregenerated/func_sequences.cpp 2013-08-09 11:00:15 +0000
@@ -307,7 +307,7 @@
307 {307 {
308 std::vector<xqtref_t> lParamTypes;308 std::vector<xqtref_t> lParamTypes;
309 lParamTypes.push_back(GENV_TYPESYSTEM.ITEM_TYPE_STAR);DECL_WITH_KIND(sctx, op_concatenate,309 lParamTypes.push_back(GENV_TYPESYSTEM.ITEM_TYPE_STAR);DECL_WITH_KIND(sctx, op_concatenate,
310 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","concatenate"), 310 (createQName("http://zorba.io/internal/xquery-ops","","concatenate"),
311 lParamTypes, GENV_TYPESYSTEM.ITEM_TYPE_STAR, true),311 lParamTypes, GENV_TYPESYSTEM.ITEM_TYPE_STAR, true),
312 FunctionConsts::OP_CONCATENATE_N);312 FunctionConsts::OP_CONCATENATE_N);
313313
@@ -460,7 +460,7 @@
460460
461 {461 {
462 DECL_WITH_KIND(sctx, op_zorba_subsequence_int,462 DECL_WITH_KIND(sctx, op_zorba_subsequence_int,
463 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","subsequence-int"), 463 (createQName("http://zorba.io/internal/zorba-ops","","subsequence-int"),
464 GENV_TYPESYSTEM.ITEM_TYPE_STAR, 464 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
465 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 465 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
466 GENV_TYPESYSTEM.ITEM_TYPE_STAR),466 GENV_TYPESYSTEM.ITEM_TYPE_STAR),
@@ -473,7 +473,7 @@
473473
474 {474 {
475 DECL_WITH_KIND(sctx, op_zorba_subsequence_int,475 DECL_WITH_KIND(sctx, op_zorba_subsequence_int,
476 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","subsequence-int"), 476 (createQName("http://zorba.io/internal/zorba-ops","","subsequence-int"),
477 GENV_TYPESYSTEM.ITEM_TYPE_STAR, 477 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
478 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 478 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
479 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 479 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
@@ -487,7 +487,7 @@
487487
488 {488 {
489 DECL_WITH_KIND(sctx, op_zorba_sequence_point_access,489 DECL_WITH_KIND(sctx, op_zorba_sequence_point_access,
490 (createQName("http://www.zorba-xquery.com/internal/zorba-ops","","sequence-point-access"), 490 (createQName("http://zorba.io/internal/zorba-ops","","sequence-point-access"),
491 GENV_TYPESYSTEM.ITEM_TYPE_STAR, 491 GENV_TYPESYSTEM.ITEM_TYPE_STAR,
492 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 492 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
493 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION),493 GENV_TYPESYSTEM.ITEM_TYPE_QUESTION),
@@ -600,7 +600,7 @@
600600
601 {601 {
602 DECL_WITH_KIND(sctx, op_sum_double,602 DECL_WITH_KIND(sctx, op_sum_double,
603 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_double"), 603 (createQName("http://zorba.io/internal/xquery-ops","","sum_double"),
604 GENV_TYPESYSTEM.DOUBLE_TYPE_STAR, 604 GENV_TYPESYSTEM.DOUBLE_TYPE_STAR,
605 GENV_TYPESYSTEM.DOUBLE_TYPE_ONE),605 GENV_TYPESYSTEM.DOUBLE_TYPE_ONE),
606 FunctionConsts::OP_SUM_DOUBLE_1);606 FunctionConsts::OP_SUM_DOUBLE_1);
@@ -612,7 +612,7 @@
612612
613 {613 {
614 DECL_WITH_KIND(sctx, op_sum_double,614 DECL_WITH_KIND(sctx, op_sum_double,
615 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_double"), 615 (createQName("http://zorba.io/internal/xquery-ops","","sum_double"),
616 GENV_TYPESYSTEM.DOUBLE_TYPE_STAR, 616 GENV_TYPESYSTEM.DOUBLE_TYPE_STAR,
617 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 617 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
618 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),618 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
@@ -625,7 +625,7 @@
625625
626 {626 {
627 DECL_WITH_KIND(sctx, op_sum_float,627 DECL_WITH_KIND(sctx, op_sum_float,
628 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_float"), 628 (createQName("http://zorba.io/internal/xquery-ops","","sum_float"),
629 GENV_TYPESYSTEM.FLOAT_TYPE_STAR, 629 GENV_TYPESYSTEM.FLOAT_TYPE_STAR,
630 GENV_TYPESYSTEM.FLOAT_TYPE_ONE),630 GENV_TYPESYSTEM.FLOAT_TYPE_ONE),
631 FunctionConsts::OP_SUM_FLOAT_1);631 FunctionConsts::OP_SUM_FLOAT_1);
@@ -637,7 +637,7 @@
637637
638 {638 {
639 DECL_WITH_KIND(sctx, op_sum_float,639 DECL_WITH_KIND(sctx, op_sum_float,
640 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_float"), 640 (createQName("http://zorba.io/internal/xquery-ops","","sum_float"),
641 GENV_TYPESYSTEM.FLOAT_TYPE_STAR, 641 GENV_TYPESYSTEM.FLOAT_TYPE_STAR,
642 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 642 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
643 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),643 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
@@ -650,7 +650,7 @@
650650
651 {651 {
652 DECL_WITH_KIND(sctx, op_sum_decimal,652 DECL_WITH_KIND(sctx, op_sum_decimal,
653 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_decimal"), 653 (createQName("http://zorba.io/internal/xquery-ops","","sum_decimal"),
654 GENV_TYPESYSTEM.DECIMAL_TYPE_STAR, 654 GENV_TYPESYSTEM.DECIMAL_TYPE_STAR,
655 GENV_TYPESYSTEM.DECIMAL_TYPE_ONE),655 GENV_TYPESYSTEM.DECIMAL_TYPE_ONE),
656 FunctionConsts::OP_SUM_DECIMAL_1);656 FunctionConsts::OP_SUM_DECIMAL_1);
@@ -662,7 +662,7 @@
662662
663 {663 {
664 DECL_WITH_KIND(sctx, op_sum_decimal,664 DECL_WITH_KIND(sctx, op_sum_decimal,
665 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_decimal"), 665 (createQName("http://zorba.io/internal/xquery-ops","","sum_decimal"),
666 GENV_TYPESYSTEM.DECIMAL_TYPE_STAR, 666 GENV_TYPESYSTEM.DECIMAL_TYPE_STAR,
667 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 667 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
668 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),668 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
@@ -675,7 +675,7 @@
675675
676 {676 {
677 DECL_WITH_KIND(sctx, op_sum_integer,677 DECL_WITH_KIND(sctx, op_sum_integer,
678 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_integer"), 678 (createQName("http://zorba.io/internal/xquery-ops","","sum_integer"),
679 GENV_TYPESYSTEM.INTEGER_TYPE_STAR, 679 GENV_TYPESYSTEM.INTEGER_TYPE_STAR,
680 GENV_TYPESYSTEM.INTEGER_TYPE_ONE),680 GENV_TYPESYSTEM.INTEGER_TYPE_ONE),
681 FunctionConsts::OP_SUM_INTEGER_1);681 FunctionConsts::OP_SUM_INTEGER_1);
@@ -687,7 +687,7 @@
687687
688 {688 {
689 DECL_WITH_KIND(sctx, op_sum_integer,689 DECL_WITH_KIND(sctx, op_sum_integer,
690 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","sum_integer"), 690 (createQName("http://zorba.io/internal/xquery-ops","","sum_integer"),
691 GENV_TYPESYSTEM.INTEGER_TYPE_STAR, 691 GENV_TYPESYSTEM.INTEGER_TYPE_STAR,
692 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 692 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION,
693 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),693 GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION),
@@ -700,7 +700,7 @@
700700
701 {701 {
702 DECL_WITH_KIND(sctx, op_to,702 DECL_WITH_KIND(sctx, op_to,
703 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","to"), 703 (createQName("http://zorba.io/internal/xquery-ops","","to"),
704 GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION, 704 GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION,
705 GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION, 705 GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION,
706 GENV_TYPESYSTEM.INTEGER_TYPE_STAR),706 GENV_TYPESYSTEM.INTEGER_TYPE_STAR),
707707
=== modified file 'src/functions/pregenerated/func_strings.cpp'
--- src/functions/pregenerated/func_strings.cpp 2013-07-11 22:08:29 +0000
+++ src/functions/pregenerated/func_strings.cpp 2013-08-09 11:00:15 +0000
@@ -474,7 +474,7 @@
474474
475 {475 {
476 DECL_WITH_KIND(sctx, op_substring_int,476 DECL_WITH_KIND(sctx, op_substring_int,
477 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","substring_int"), 477 (createQName("http://zorba.io/internal/xquery-ops","","substring_int"),
478 GENV_TYPESYSTEM.STRING_TYPE_QUESTION, 478 GENV_TYPESYSTEM.STRING_TYPE_QUESTION,
479 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 479 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
480 GENV_TYPESYSTEM.STRING_TYPE_ONE),480 GENV_TYPESYSTEM.STRING_TYPE_ONE),
@@ -487,7 +487,7 @@
487487
488 {488 {
489 DECL_WITH_KIND(sctx, op_substring_int,489 DECL_WITH_KIND(sctx, op_substring_int,
490 (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","substring_int"), 490 (createQName("http://zorba.io/internal/xquery-ops","","substring_int"),
491 GENV_TYPESYSTEM.STRING_TYPE_QUESTION, 491 GENV_TYPESYSTEM.STRING_TYPE_QUESTION,
492 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 492 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
493 GENV_TYPESYSTEM.INTEGER_TYPE_ONE, 493 GENV_TYPESYSTEM.INTEGER_TYPE_ONE,
494494
=== modified file 'src/runtime/spec/mappings.xml'
--- src/runtime/spec/mappings.xml 2013-08-07 08:08:22 +0000
+++ src/runtime/spec/mappings.xml 2013-08-09 11:00:15 +0000
@@ -98,19 +98,19 @@
98 define="ZORBA_INTROSPECT_SCTX_FN_NS" 98 define="ZORBA_INTROSPECT_SCTX_FN_NS"
99 prefix="fn-zorba-introspect-sctx"/>99 prefix="fn-zorba-introspect-sctx"/>
100100
101 <zorba:namespace uri="http://www.zorba-xquery.com/modules/reflection"101 <zorba:namespace uri="http://www.zorba-xquery.com/modules/reflection"
102 define="ZORBA_REFLECTION_FN_NS" 102 define="ZORBA_REFLECTION_FN_NS"
103 prefix="fn-zorba-reflection"/>103 prefix="fn-zorba-reflection"/>
104104
105 <zorba:namespace uri="http://www.zorba-xquery.com/zorba/util-functions"105 <zorba:namespace uri="http://zorba.io/util-functions"
106 define="ZORBA_UTIL_FN_NS"106 define="ZORBA_UTIL_FN_NS"
107 prefix="fn-zorba-util"/>107 prefix="fn-zorba-util"/>
108108
109 <zorba:namespace uri="http://zorba.io/modules/string"109 <zorba:namespace uri="http://zorba.io/modules/string"
110 define="ZORBA_STRING_FN_NS" 110 define="ZORBA_STRING_FN_NS"
111 prefix="fn-zorba-string"/>111 prefix="fn-zorba-string"/>
112112
113 <zorba:namespace uri="http://www.zorba-xquery.com/modules/uri"113 <zorba:namespace uri="http://www.zorba-xquery.com/modules/uri"
114 define="ZORBA_URI_FN_NS" 114 define="ZORBA_URI_FN_NS"
115 prefix="fn-zorba-uri"/>115 prefix="fn-zorba-uri"/>
116116
@@ -118,15 +118,15 @@
118 define="ZORBA_JSON_FN_NS" 118 define="ZORBA_JSON_FN_NS"
119 prefix="fn-zorba-json"/>119 prefix="fn-zorba-json"/>
120120
121 <zorba:namespace uri="http://www.zorba-xquery.com/modules/fetch"121 <zorba:namespace uri="http://www.zorba-xquery.com/modules/fetch"
122 define="ZORBA_FETCH_FN_NS" 122 define="ZORBA_FETCH_FN_NS"
123 prefix="fn-zorba-fetch"/>123 prefix="fn-zorba-fetch"/>
124124
125 <zorba:namespace uri="http://www.zorba-xquery.com/modules/node"125 <zorba:namespace uri="http://www.zorba-xquery.com/modules/node"
126 define="ZORBA_NODE_FN_NS" 126 define="ZORBA_NODE_FN_NS"
127 prefix="fn-zorba-node"/>127 prefix="fn-zorba-node"/>
128128
129 <zorba:namespace uri="http://www.zorba-xquery.com/modules/item"129 <zorba:namespace uri="http://www.zorba-xquery.com/modules/item"
130 define="ZORBA_ITEM_FN_NS" 130 define="ZORBA_ITEM_FN_NS"
131 prefix="fn-zorba-item"/>131 prefix="fn-zorba-item"/>
132 132
@@ -134,11 +134,11 @@
134 define="ZORBA_XML_FN_NS" 134 define="ZORBA_XML_FN_NS"
135 prefix="fn-zorba-xml"/>135 prefix="fn-zorba-xml"/>
136136
137 <zorba:namespace uri="http://www.zorba-xquery.com/internal/xquery-ops"137 <zorba:namespace uri="http://zorba.io/internal/xquery-ops"
138 define="XQUERY_OP_NS"138 define="XQUERY_OP_NS"
139 prefix="op"/>139 prefix="op"/>
140140
141 <zorba:namespace uri="http://www.zorba-xquery.com/internal/zorba-ops"141 <zorba:namespace uri="http://zorba.io/internal/zorba-ops"
142 define="ZORBA_OP_NS"142 define="ZORBA_OP_NS"
143 prefix="op-zorba"/>143 prefix="op-zorba"/>
144144
145145
=== modified file 'src/runtime/spec/plan_iter_visitor_h.xq'
--- src/runtime/spec/plan_iter_visitor_h.xq 2013-02-07 17:24:36 +0000
+++ src/runtime/spec/plan_iter_visitor_h.xq 2013-08-09 11:00:15 +0000
@@ -15,7 +15,7 @@
15:)15:)
1616
17declare namespace zorba = "http://www.zorba-xquery.com";17declare namespace zorba = "http://www.zorba-xquery.com";
18declare namespace ann = "http://www.zorba-xquery.com/annotations";18declare namespace ann = "http://zorba.io/annotations";
1919
20import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";20import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";
21import module namespace file = "http://expath.org/ns/file";21import module namespace file = "http://expath.org/ns/file";
2222
=== modified file 'src/runtime/spec/printer_visitor_cpp.xq'
--- src/runtime/spec/printer_visitor_cpp.xq 2013-08-02 21:35:01 +0000
+++ src/runtime/spec/printer_visitor_cpp.xq 2013-08-09 11:00:15 +0000
@@ -15,7 +15,7 @@
15:)15:)
1616
17declare namespace zorba = "http://www.zorba-xquery.com";17declare namespace zorba = "http://www.zorba-xquery.com";
18declare namespace ann = "http://www.zorba-xquery.com/annotations";18declare namespace ann = "http://zorba.io/annotations";
1919
20import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";20import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";
21import module namespace file = "http://expath.org/ns/file";21import module namespace file = "http://expath.org/ns/file";
2222
=== modified file 'src/runtime/spec/printer_visitor_h.xq'
--- src/runtime/spec/printer_visitor_h.xq 2013-02-07 17:24:36 +0000
+++ src/runtime/spec/printer_visitor_h.xq 2013-08-09 11:00:15 +0000
@@ -15,7 +15,7 @@
15:)15:)
1616
17declare namespace zorba = "http://www.zorba-xquery.com";17declare namespace zorba = "http://www.zorba-xquery.com";
18declare namespace ann = "http://www.zorba-xquery.com/annotations";18declare namespace ann = "http://zorba.io/annotations";
1919
20import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";20import module namespace gen = "http://www.zorba-xquery.com/internal/gen" at "utils.xq";
21import module namespace file = "http://expath.org/ns/file";21import module namespace file = "http://expath.org/ns/file";
2222
=== modified file 'src/zorbamisc/ns_consts.h'
--- src/zorbamisc/ns_consts.h 2013-08-07 05:28:39 +0000
+++ src/zorbamisc/ns_consts.h 2013-08-09 11:00:15 +0000
@@ -40,18 +40,15 @@
4040
41///////////////////////////////////////////////////////////////////////////////41///////////////////////////////////////////////////////////////////////////////
4242
43#define ZORBA_NS "http://www.zorba-xquery.com/"43#define ZORBA_NS_BASE "http://zorba.io/"
44#define ZORBA_MODULES_NS "http://zorba.io/modules/"44#define ZORBA_COLLATION_NS_BASE ZORBA_NS_BASE "collations/"
4545
46#define ZORBA_DEF_COLLATION_NS ZORBA_COLLATION_NS_BASE "IDENTICAL/en/US"46#define ZORBA_DEF_COLLATION_NS ZORBA_COLLATION_NS_BASE "IDENTICAL/en/US"
4747#define ZORBA_ERR_NS ZORBA_NS_BASE "errors"
48#define ZORBA_ERR_NS "http://zorba.io/errors"48#define ZORBA_WARN_NS ZORBA_NS_BASE "warnings"
49#define ZORBA_WARN_NS "http://zorba.io/warnings"49#define ZORBA_FEATURES_NS ZORBA_NS_BASE "features"
5050#define ZORBA_ANNOTATIONS_NS ZORBA_NS_BASE "annotations"
51#define ZORBA_FEATURES_NS ZORBA_NS "features"51#define ZORBA_EXTENSIONS_NS ZORBA_NS_BASE "extensions"
52#define ZORBA_ANNOTATIONS_NS ZORBA_NS "annotations"
53#define ZORBA_COLLATION_NS_BASE ZORBA_NS "collations/"
54#define ZORBA_EXTENSIONS_NS ZORBA_NS "extensions"
5552
56// TODO these probably should not be in "ns_consts"53// TODO these probably should not be in "ns_consts"
57#define ZORBA_OPTION_ENABLE_DTD "enable-dtd"54#define ZORBA_OPTION_ENABLE_DTD "enable-dtd"
5855
=== modified file 'src/zorbatypes/collation_manager.h'
--- src/zorbatypes/collation_manager.h 2013-02-07 17:24:36 +0000
+++ src/zorbatypes/collation_manager.h 2013-08-09 11:00:15 +0000
@@ -71,12 +71,12 @@
71 * The URI specifies the locale and collation strengh that is used.71 * The URI specifies the locale and collation strengh that is used.
72 *72 *
73 * The uri must begin with73 * The uri must begin with
74 * http://www.zorba-xquery.com/collations/.74 * http://zorba.io/collations/.
75 * Then a collation strengh (PRIMARY, SECONDARY, TERTIARY, QUATTERNARY,75 * Then a collation strengh (PRIMARY, SECONDARY, TERTIARY, QUATTERNARY,
76 * or IDENTICAL followed by a '/'.76 * or IDENTICAL followed by a '/'.
77 * Then a lowercase two-letter or three-letter ISO-639 code77 * Then a lowercase two-letter or three-letter ISO-639 code
78 * followed by '/' and an optional uppercase two-letter ISO-3166 code.78 * followed by '/' and an optional uppercase two-letter ISO-3166 code.
79 * For example, http://www.zorba-xquery.com/collations/PRIMARY/en/US79 * For example, http://zorba.io/collations/PRIMARY/en/US
80 * specifies an english language with US begin the country..80 * specifies an english language with US begin the country..
81 *81 *
82 * For a detailed description see82 * For a detailed description see
8383
=== modified file 'swig/StaticContext.h'
--- swig/StaticContext.h 2013-02-07 17:24:36 +0000
+++ swig/StaticContext.h 2013-08-09 11:00:15 +0000
@@ -91,12 +91,12 @@
91 /** \brief Adds a collation URI.91 /** \brief Adds a collation URI.
92 *92 *
93 * The URI specifies the locale and collation strength of the collation that is added.93 * The URI specifies the locale and collation strength of the collation that is added.
94 * A valid collation URI must begin with %http://www.zorba-xquery.com/collations/.94 * A valid collation URI must begin with %http://zorba.io/collations/.
95 * This prefix is followed by a collation strength (i.e. PRIMARY, SECONDARY, TERTIARY,95 * This prefix is followed by a collation strength (i.e. PRIMARY, SECONDARY, TERTIARY,
96 * QUATTERNARY, or IDENTICAL) followed by a '/'.96 * QUATTERNARY, or IDENTICAL) followed by a '/'.
97 * After the strength a lower-case two- or three-letter ISO-639 language code must follow.97 * After the strength a lower-case two- or three-letter ISO-639 language code must follow.
98 * The URI may end with an upper-case two-letter ISO-3166.98 * The URI may end with an upper-case two-letter ISO-3166.
99 * For example, %http://www.zorba-xquery.com/collations/PRIMARY/en/US99 * For example, %http://zorba.io/collations/PRIMARY/en/US
100 * specifies an english language with US begin the country..100 * specifies an english language with US begin the country..
101 *101 *
102 * Internally, ICU is used for comparing strings. For detailed description see102 * Internally, ICU is used for comparing strings. For detailed description see
103103
=== modified file 'swig/xqj/managers/module2.xq'
--- swig/xqj/managers/module2.xq 2012-04-28 06:29:50 +0000
+++ swig/xqj/managers/module2.xq 2013-08-09 11:00:15 +0000
@@ -20,7 +20,7 @@
2020
21import module namespace mod3 = "http://www.mod3.com/" at "file:///${CMAKE_CURRENT_BINARY_DIR}/managers/module3.xq";21import module namespace mod3 = "http://www.mod3.com/" at "file:///${CMAKE_CURRENT_BINARY_DIR}/managers/module3.xq";
2222
23declare namespace ann = "http://www.zorba-xquery.com/annotations";23declare namespace ann = "http://zorba.io/annotations";
2424
25declare %ann:ordered collection mod2:coll as node()*;25declare %ann:ordered collection mod2:coll as node()*;
2626
2727
=== modified file 'swig/xqj/managers/module3.xq'
--- swig/xqj/managers/module3.xq 2012-04-28 06:17:35 +0000
+++ swig/xqj/managers/module3.xq 2013-08-09 11:00:15 +0000
@@ -16,7 +16,7 @@
1616
17module namespace mod3 = "http://www.mod3.com/";17module namespace mod3 = "http://www.mod3.com/";
1818
19declare namespace ann = "http://www.zorba-xquery.com/annotations";19declare namespace ann = "http://zorba.io/annotations";
2020
21declare %ann:ordered %ann:append-only collection mod3:coll as node()*;21declare %ann:ordered %ann:append-only collection mod3:coll as node()*;
2222
2323
=== modified file 'test/driver/testdriver.cpp'
--- test/driver/testdriver.cpp 2013-07-31 17:16:23 +0000
+++ test/driver/testdriver.cpp 2013-08-09 11:00:15 +0000
@@ -197,10 +197,10 @@
197197
198 zorba::Item lEnable198 zorba::Item lEnable
199 = engine->getItemFactory()->createQName(199 = engine->getItemFactory()->createQName(
200 "http://www.zorba-xquery.com/options/features", "", "enable");200 "http://zorba.io/options/features", "", "enable");
201 zorba::Item lDisable201 zorba::Item lDisable
202 = engine->getItemFactory()->createQName(202 = engine->getItemFactory()->createQName(
203 "http://www.zorba-xquery.com/options/features", "", "disable");203 "http://zorba.io/options/features", "", "disable");
204 lContext->declareOption(lDisable, "scripting");204 lContext->declareOption(lDisable, "scripting");
205 }205 }
206206
207207
=== modified file 'test/driver/testdriver_common.cpp'
--- test/driver/testdriver_common.cpp 2013-08-06 08:41:26 +0000
+++ test/driver/testdriver_common.cpp 2013-08-09 11:00:15 +0000
@@ -544,7 +544,7 @@
544 if ( spec.getEnableDtd() )544 if ( spec.getEnableDtd() )
545 {545 {
546 zorba::Item lQName = driverCtx.theEngine->getItemFactory()->546 zorba::Item lQName = driverCtx.theEngine->getItemFactory()->
547 createQName("http://www.zorba-xquery.com/options/features", "", "enable");547 createQName("http://zorba.io/options/features", "", "enable");
548548
549 sctx->declareOption(lQName, "dtd");549 sctx->declareOption(lQName, "dtd");
550 }550 }
551551
=== modified file 'test/driver/testdriver_mt.cpp'
--- test/driver/testdriver_mt.cpp 2013-07-31 17:16:23 +0000
+++ test/driver/testdriver_mt.cpp 2013-08-09 11:00:15 +0000
@@ -573,7 +573,7 @@
573 sctx->setXQueryVersion(zorba::xquery_version_1_0);573 sctx->setXQueryVersion(zorba::xquery_version_1_0);
574574
575 zorba::Item lDisable = zorba->getItemFactory()->575 zorba::Item lDisable = zorba->getItemFactory()->
576 createQName("http://www.zorba-xquery.com/options/features", "", "disable");576 createQName("http://zorba.io/options/features", "", "disable");
577577
578 sctx->declareOption(lDisable, "scripting");578 sctx->declareOption(lDisable, "scripting");
579 sctx->setTraceStream(queries->theOutput);579 sctx->setTraceStream(queries->theOutput);
580580
=== modified file 'test/driver/updtestdriver.cpp'
--- test/driver/updtestdriver.cpp 2013-08-06 08:41:26 +0000
+++ test/driver/updtestdriver.cpp 2013-08-09 11:00:15 +0000
@@ -325,10 +325,10 @@
325 lContext->registerURIMapper( smapper.get() );325 lContext->registerURIMapper( smapper.get() );
326326
327 zorba::Item lEnable = engine->getItemFactory()->327 zorba::Item lEnable = engine->getItemFactory()->
328 createQName("http://www.zorba-xquery.com/options/features", "", "enable");328 createQName("http://zorba.io/options/features", "", "enable");
329329
330 zorba::Item lDisable = engine->getItemFactory()->330 zorba::Item lDisable = engine->getItemFactory()->
331 createQName("http://www.zorba-xquery.com/options/features", "", "disable");331 createQName("http://zorba.io/options/features", "", "disable");
332332
333 lContext->declareOption(lDisable, "scripting");333 lContext->declareOption(lDisable, "scripting");
334#if 1334#if 1
335335
=== modified file 'test/extern/nondeterm-1.xq'
--- test/extern/nondeterm-1.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-1.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern="urn:extern";18declare namespace extern="urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-2.xq'
--- test/extern/nondeterm-2.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-2.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern="urn:extern";18declare namespace extern="urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-3.xq'
--- test/extern/nondeterm-3.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-3.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern = "urn:extern";18declare namespace extern = "urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-4.xq'
--- test/extern/nondeterm-4.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-4.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern="urn:extern";18declare namespace extern="urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-5.xq'
--- test/extern/nondeterm-5.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-5.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern = "urn:extern";18declare namespace extern = "urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-6.xq'
--- test/extern/nondeterm-6.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-6.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern = "urn:extern";18declare namespace extern = "urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-7.xq'
--- test/extern/nondeterm-7.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-7.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern="urn:extern";18declare namespace extern="urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-8.xq'
--- test/extern/nondeterm-8.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-8.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern="urn:extern";18declare namespace extern="urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/extern/nondeterm-9.xq'
--- test/extern/nondeterm-9.xq 2013-02-07 17:24:36 +0000
+++ test/extern/nondeterm-9.xq 2013-08-09 11:00:15 +0000
@@ -14,7 +14,7 @@
14 : limitations under the License.14 : limitations under the License.
15:)15:)
1616
17declare namespace ann = "http://www.zorba-xquery.com/annotations";17declare namespace ann = "http://zorba.io/annotations";
18declare namespace extern = "urn:extern";18declare namespace extern = "urn:extern";
19declare %ann:nondeterministic function extern:nondeterm() external;19declare %ann:nondeterministic function extern:nondeterm() external;
2020
2121
=== modified file 'test/fots_driver/environment.xq'
--- test/fots_driver/environment.xq 2013-08-05 16:13:27 +0000
+++ test/fots_driver/environment.xq 2013-08-09 11:00:15 +0000
@@ -32,7 +32,7 @@
32 "http://www.w3.org/2010/09/qt-fots-catalog";32 "http://www.w3.org/2010/09/qt-fots-catalog";
3333
34declare namespace ann =34declare namespace ann =
35 "http://www.zorba-xquery.com/annotations";35 "http://zorba.io/annotations";
3636
3737
38(:~38(:~
3939
=== modified file 'test/fots_driver/evaluate.xq'
--- test/fots_driver/evaluate.xq 2013-07-24 09:17:59 +0000
+++ test/fots_driver/evaluate.xq 2013-08-09 11:00:15 +0000
@@ -47,7 +47,7 @@
47 "http://www.w3.org/2010/09/qt-fots-catalog";47 "http://www.w3.org/2010/09/qt-fots-catalog";
4848
49declare namespace ann =49declare namespace ann =
50 "http://www.zorba-xquery.com/annotations";50 "http://zorba.io/annotations";
5151
5252
53(:~53(:~
5454
=== modified file 'test/fots_driver/execute.xq'
--- test/fots_driver/execute.xq 2013-04-09 14:22:41 +0000
+++ test/fots_driver/execute.xq 2013-08-09 11:00:15 +0000
@@ -35,11 +35,11 @@
35 "http://www.w3.org/2005/xqt-errors";35 "http://www.w3.org/2005/xqt-errors";
3636
37declare namespace ann =37declare namespace ann =
38 "http://www.zorba-xquery.com/annotations";38 "http://zorba.io/annotations";
3939
4040
41declare namespace op = "http://www.zorba-xquery.com/options/features";41declare namespace op = "http://zorba.io/options/features";
42declare namespace f = "http://www.zorba-xquery.com/features";42declare namespace f = "http://zorba.io/features";
43declare option op:disable "f:trace";43declare option op:disable "f:trace";
4444
45(:~45(:~
4646
=== modified file 'test/fots_driver/feedback.xq'
--- test/fots_driver/feedback.xq 2013-07-19 08:58:43 +0000
+++ test/fots_driver/feedback.xq 2013-08-09 11:00:15 +0000
@@ -23,7 +23,7 @@
23 "http://www.zorba-xquery.com/fots-driver/feedback";23 "http://www.zorba-xquery.com/fots-driver/feedback";
2424
25declare namespace ann =25declare namespace ann =
26 "http://www.zorba-xquery.com/annotations";26 "http://zorba.io/annotations";
2727
28declare namespace fots =28declare namespace fots =
29 "http://www.w3.org/2010/09/qt-fots-catalog";29 "http://www.w3.org/2010/09/qt-fots-catalog";
3030
=== modified file 'test/fots_driver/fots-driver.xq'
--- test/fots_driver/fots-driver.xq 2013-08-07 08:08:22 +0000
+++ test/fots_driver/fots-driver.xq 2013-08-09 11:00:15 +0000
@@ -23,7 +23,7 @@
23 "http://www.zorba-xquery.com/fots-driver";23 "http://www.zorba-xquery.com/fots-driver";
2424
25import module namespace functx =25import module namespace functx =
26 "http://www.functx.com/";26 "http://www.functx.com";
2727
28import module namespace datetime =28import module namespace datetime =
29 "http://www.zorba-xquery.com/modules/datetime";29 "http://www.zorba-xquery.com/modules/datetime";
@@ -54,7 +54,7 @@
54 "http://www.w3.org/2010/09/qt-fots-catalog";54 "http://www.w3.org/2010/09/qt-fots-catalog";
5555
56declare namespace ann =56declare namespace ann =
57 "http://www.zorba-xquery.com/annotations";57 "http://zorba.io/annotations";
5858
59(:~59(:~
60 : Returns the names of all qualifying test-sets.60 : Returns the names of all qualifying test-sets.
6161
=== modified file 'test/fots_driver/reporting.xq'
--- test/fots_driver/reporting.xq 2013-08-06 01:09:07 +0000
+++ test/fots_driver/reporting.xq 2013-08-09 11:00:15 +0000
@@ -32,7 +32,7 @@
32import module namespace fots-err =32import module namespace fots-err =
33 "http://www.zorba-xquery.com/fots-driver/errors" at "errors.xq";33 "http://www.zorba-xquery.com/fots-driver/errors" at "errors.xq";
34import module namespace functx =34import module namespace functx =
35 "http://www.functx.com/";35 "http://www.functx.com";
3636
37declare namespace err =37declare namespace err =
38 "http://www.w3.org/2005/xqt-errors";38 "http://www.w3.org/2005/xqt-errors";
@@ -45,7 +45,7 @@
45 "http://www.w3.org/2012/08/qt-fots-results";45 "http://www.w3.org/2012/08/qt-fots-results";
4646
47declare namespace ann =47declare namespace ann =
48 "http://www.zorba-xquery.com/annotations";48 "http://zorba.io/annotations";
4949
5050
51(:~51(:~
5252
=== modified file 'test/fots_driver/tools/process.xq'
--- test/fots_driver/tools/process.xq 2013-05-22 17:10:21 +0000
+++ test/fots_driver/tools/process.xq 2013-08-09 11:00:15 +0000
@@ -32,7 +32,7 @@
32 "http://www.zorba-xquery.com/fots-driver/errors" at "../errors.xq";32 "http://www.zorba-xquery.com/fots-driver/errors" at "../errors.xq";
33 33
34declare namespace ann =34declare namespace ann =
35 "http://www.zorba-xquery.com/annotations";35 "http://zorba.io/annotations";
36declare namespace fots =36declare namespace fots =
37 "http://www.w3.org/2010/09/qt-fots-catalog";37 "http://www.w3.org/2010/09/qt-fots-catalog";
3838
3939
=== modified file 'test/fots_driver/util.xq'
--- test/fots_driver/util.xq 2013-08-05 23:01:27 +0000
+++ test/fots_driver/util.xq 2013-08-09 11:00:15 +0000
@@ -38,10 +38,10 @@
38 "http://www.w3.org/2010/09/qt-fots-catalog";38 "http://www.w3.org/2010/09/qt-fots-catalog";
3939
40declare namespace ann =40declare namespace ann =
41 "http://www.zorba-xquery.com/annotations";41 "http://zorba.io/annotations";
4242
43declare namespace op = "http://www.zorba-xquery.com/options/features";43declare namespace op = "http://zorba.io/options/features";
44declare namespace f = "http://www.zorba-xquery.com/features";44declare namespace f = "http://zorba.io/features";
45declare option op:disable "f:trace";45declare option op:disable "f:trace";
4646
47(:~47(:~
4848
=== modified file 'test/rbkt/ExpQueryResults/zorba/fetch/fetch_module1.xml.res'
--- test/rbkt/ExpQueryResults/zorba/fetch/fetch_module1.xml.res 2013-02-07 17:24:36 +0000
+++ test/rbkt/ExpQueryResults/zorba/fetch/fetch_module1.xml.res 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1(: Test module with external functions implemented in C++ :)1(: Test module with external functions implemented in C++ :)
2module namespace ext = "http://zorba-tests.28msec.us/modules/ext";2module namespace ext = "http://zorba-tests.28msec.us/modules/ext";
33
4declare namespace ver = "http://www.zorba-xquery.com/options/versioning";4declare namespace ver = "http://zorba.io/options/versioning";
5declare option ver:module-version "2.0";5declare option ver:module-version "2.0";
66
7declare function ext:func() as xs:string external;7declare function ext:func() as xs:string external;
88
=== modified file 'test/rbkt/ExpQueryResults/zorba/fetch/fetch_module2.xml.res'
--- test/rbkt/ExpQueryResults/zorba/fetch/fetch_module2.xml.res 2013-02-07 17:24:36 +0000
+++ test/rbkt/ExpQueryResults/zorba/fetch/fetch_module2.xml.res 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1(: Test module with external functions implemented in C++ :)1(: Test module with external functions implemented in C++ :)
2module namespace ext = "http://zorba-tests.28msec.us/modules/ext";2module namespace ext = "http://zorba-tests.28msec.us/modules/ext";
33
4declare namespace ver = "http://www.zorba-xquery.com/options/versioning";4declare namespace ver = "http://zorba.io/options/versioning";
5declare option ver:module-version "1.0";5declare option ver:module-version "1.0";
66
7declare function ext:func() as xs:string external;7declare function ext:func() as xs:string external;
88
=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/collindex.xml.res'
--- test/rbkt/ExpQueryResults/zorba/xqdoc/collindex.xml.res 2012-09-24 08:06:53 +0000
+++ test/rbkt/ExpQueryResults/zorba/xqdoc/collindex.xml.res 2013-08-09 11:00:15 +0000
@@ -12,7 +12,7 @@
12 <xqdoc:namespace prefix="cil" uri="http://www.zorba-xquery.com/collindex" isSchema="false"/>12 <xqdoc:namespace prefix="cil" uri="http://www.zorba-xquery.com/collindex" isSchema="false"/>
13 <xqdoc:namespace prefix="ddl" uri="http://www.zorba-xquery.com/modules/store/static/collections/ddl" isSchema="false"/>13 <xqdoc:namespace prefix="ddl" uri="http://www.zorba-xquery.com/modules/store/static/collections/ddl" isSchema="false"/>
14 <xqdoc:namespace prefix="dml" uri="http://www.zorba-xquery.com/modules/store/static/collections/dml" isSchema="false"/>14 <xqdoc:namespace prefix="dml" uri="http://www.zorba-xquery.com/modules/store/static/collections/dml" isSchema="false"/>
15 <xqdoc:namespace prefix="functx" uri="http://www.functx.com/" isSchema="false"/>15 <xqdoc:namespace prefix="functx" uri="http://www.functx.com" isSchema="false"/>
16 <xqdoc:namespace prefix="idml" uri="http://www.zorba-xquery.com/modules/store/static/indexes/dml" isSchema="false"/>16 <xqdoc:namespace prefix="idml" uri="http://www.zorba-xquery.com/modules/store/static/indexes/dml" isSchema="false"/>
17 <xqdoc:namespace prefix="req" uri="http://www.28msec.com/modules/http/request" isSchema="false"/>17 <xqdoc:namespace prefix="req" uri="http://www.28msec.com/modules/http/request" isSchema="false"/>
18 <xqdoc:namespace prefix="resp" uri="http://www.28msec.com/modules/http/response" isSchema="false"/>18 <xqdoc:namespace prefix="resp" uri="http://www.28msec.com/modules/http/response" isSchema="false"/>
@@ -20,7 +20,7 @@
20 </xqdoc:module>20 </xqdoc:module>
21 <xqdoc:imports>21 <xqdoc:imports>
22 <xqdoc:import type="library">22 <xqdoc:import type="library">
23 <xqdoc:uri>http://www.functx.com/</xqdoc:uri>23 <xqdoc:uri>http://www.functx.com</xqdoc:uri>
24 </xqdoc:import>24 </xqdoc:import>
25 <xqdoc:import type="library">25 <xqdoc:import type="library">
26 <xqdoc:uri>http://www.28msec.com/modules/http/request</xqdoc:uri>26 <xqdoc:uri>http://www.28msec.com/modules/http/request</xqdoc:uri>
2727
=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res'
--- test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res 2013-02-07 17:24:36 +0000
+++ test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res 2013-08-09 11:00:15 +0000
@@ -1,1 +1,1 @@
1<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>1<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>
22
=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/no_global_var.xml.res'
--- test/rbkt/ExpQueryResults/zorba/xqdoc/no_global_var.xml.res 2013-02-07 17:24:36 +0000
+++ test/rbkt/ExpQueryResults/zorba/xqdoc/no_global_var.xml.res 2013-08-09 11:00:15 +0000
@@ -1,1 +1,1 @@
1<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>1<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>
22
=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-020.xq'
--- test/rbkt/Queries/zorba/HigherOrder/hof-020.xq 2013-03-13 21:14:37 +0000
+++ test/rbkt/Queries/zorba/HigherOrder/hof-020.xq 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
3(: Function expecting a function, caller supplies inline function :)3(: Function expecting a function, caller supplies inline function :)
4(: Author - Michael Kay, Saxonica :)4(: Author - Michael Kay, Saxonica :)
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
77
8declare %ann:sequential function local:scramble(8declare %ann:sequential function local:scramble(
9 $x as function(*), 9 $x as function(*),
1010
=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-022.xq'
--- test/rbkt/Queries/zorba/HigherOrder/hof-022.xq 2013-03-13 21:14:37 +0000
+++ test/rbkt/Queries/zorba/HigherOrder/hof-022.xq 2013-08-09 11:00:15 +0000
@@ -3,9 +3,9 @@
3(: Name and arity of a user-defined function :)3(: Name and arity of a user-defined function :)
4(: Author - Michael Kay, Saxonica :)4(: Author - Michael Kay, Saxonica :)
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
77
8declare namespace o = "http://www.zorba-xquery.com/options/features";8declare namespace o = "http://zorba.io/options/features";
99
10declare %ann:sequential function local:scramble(10declare %ann:sequential function local:scramble(
11 $x as function(xs:string) as xs:string,11 $x as function(xs:string) as xs:string,
1212
=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-101.xq'
--- test/rbkt/Queries/zorba/HigherOrder/hof-101.xq 2013-03-27 14:17:57 +0000
+++ test/rbkt/Queries/zorba/HigherOrder/hof-101.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace an = "http://www.zorba-xquery.com/annotations";1declare namespace an = "http://zorba.io/annotations";
22
3declare %private variable $handlers := ();3declare %private variable $handlers := ();
44
55
=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-102.xq'
--- test/rbkt/Queries/zorba/HigherOrder/hof-102.xq 2013-03-13 21:14:37 +0000
+++ test/rbkt/Queries/zorba/HigherOrder/hof-102.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace o = "http://www.zorba-xquery.com/options/features";1declare namespace o = "http://zorba.io/options/features";
2declare namespace err = "http://www.w3.org/2005/xqt-errors";2declare namespace err = "http://www.w3.org/2005/xqt-errors";
33
4try { function () { fn:error() } () } catch err:FOER0000 { 0 }4try { function () { fn:error() } () } catch err:FOER0000 { 0 }
55
=== modified file 'test/rbkt/Queries/zorba/HigherOrder/hof-103.xq'
--- test/rbkt/Queries/zorba/HigherOrder/hof-103.xq 2013-03-13 21:14:37 +0000
+++ test/rbkt/Queries/zorba/HigherOrder/hof-103.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace o = "http://www.zorba-xquery.com/options/features";1declare namespace o = "http://zorba.io/options/features";
2declare namespace err = "http://www.w3.org/2005/xqt-errors";2declare namespace err = "http://www.w3.org/2005/xqt-errors";
33
4try { function() { 1 div 0 } () } catch err:FOAR0001 { 0 }4try { function() { 1 div 0 } () } catch err:FOAR0001 { 0 }
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-05.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-05.xq 2013-07-17 09:01:57 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-05.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare namespace random = "http://zorba.io/modules/random";3declare namespace random = "http://zorba.io/modules/random";
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-06.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-06.xq 2013-07-17 09:01:57 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-06.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare namespace random = "http://zorba.io/modules/random";3declare namespace random = "http://zorba.io/modules/random";
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-07.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-07.xq 2013-07-17 09:01:57 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-07.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare namespace random = "http://zorba.io/modules/random";3declare namespace random = "http://zorba.io/modules/random";
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-10.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-10.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-10.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "https://www.zorba-xquery.com/annotations";1declare namespace ann = "https://zorba.io/annotations";
22
3declare %ann:deterministic function local:public()3declare %ann:deterministic function local:public()
4{4{
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-11.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-11.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-11.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:nondeterministic function local:public()3declare %ann:nondeterministic function local:public()
4{4{
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-12.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-12.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-12.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:nonassignable %ann:nonassignable variable $var := 3;3declare %ann:nonassignable %ann:nonassignable variable $var := 3;
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-13.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-13.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-13.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:assignable %ann:assignable variable $var := 3;3declare %ann:assignable %ann:assignable variable $var := 3;
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-14.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-14.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-14.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:assignable %ann:nonassignable variable $var := 3;3declare %ann:assignable %ann:nonassignable variable $var := 3;
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-err-22.xq'
--- test/rbkt/Queries/zorba/annotations/annot-err-22.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-err-22.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations"; 1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:nonexistent variable $var := 3;3declare %ann:nonexistent variable $var := 3;
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-01.xq'
--- test/rbkt/Queries/zorba/annotations/annot-literals-01.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-literals-01.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1(: The purpose of the query is to the parsing of annotations1(: The purpose of the query is to the parsing of annotations
2 literals. The value will be ignored :)2 literals. The value will be ignored :)
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential("string literal") function local:func()6declare %ann:sequential("string literal") function local:func()
7{7{
88
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-02.xq'
--- test/rbkt/Queries/zorba/annotations/annot-literals-02.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-literals-02.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1(: The purpose of the query is to the parsing of annotations1(: The purpose of the query is to the parsing of annotations
2 literals. The value will be ignored :)2 literals. The value will be ignored :)
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential(123) function local:func() { 1 };6declare %ann:sequential(123) function local:func() { 1 };
77
88
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-03.xq'
--- test/rbkt/Queries/zorba/annotations/annot-literals-03.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-literals-03.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1(: The purpose of the query is to the parsing of annotations1(: The purpose of the query is to the parsing of annotations
2 literals. The value will be ignored :)2 literals. The value will be ignored :)
3 3
4declare namespace ann = "http://www.zorba-xquery.com/annotations"; 4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential(123, "string literal") function local:func() { 1 };6declare %ann:sequential(123, "string literal") function local:func() { 1 };
77
88
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-literals-04.xq'
--- test/rbkt/Queries/zorba/annotations/annot-literals-04.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-literals-04.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1(: The purpose of the query is to the parsing of annotations1(: The purpose of the query is to the parsing of annotations
2 literals. The value will be ignored :)2 literals. The value will be ignored :)
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential(123, "string literal", 456, "just random") function6declare %ann:sequential(123, "string literal", 456, "just random") function
7local:func() { 1 };7local:func() { 1 };
88
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-02.xq'
--- test/rbkt/Queries/zorba/annotations/annot-unknown-02.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-unknown-02.xq 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
1declare namespace zann = "http://www.zorba-xquery.com/annotations";1declare namespace zann = "http://zorba.io/annotations";
2declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";2declare namespace zwarn = "http://zorba.io/options/warnings";
3declare option zwarn:error "ZWST0003";3declare option zwarn:error "ZWST0003";
44
5declare %zann:sequential function local:foo()5declare %zann:sequential function local:foo()
66
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-03.xq'
--- test/rbkt/Queries/zorba/annotations/annot-unknown-03.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-unknown-03.xq 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
1declare namespace unknown = "unknown-annotation";1declare namespace unknown = "unknown-annotation";
2declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";2declare namespace zwarn = "http://zorba.io/options/warnings";
33
4(: all warnings are errors :)4(: all warnings are errors :)
5declare option zwarn:error "all";5declare option zwarn:error "all";
66
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-04.xq'
--- test/rbkt/Queries/zorba/annotations/annot-unknown-04.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-unknown-04.xq 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
1declare namespace zann = "http://www.zorba-xquery.com/annotations";1declare namespace zann = "http://zorba.io/annotations";
2declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";2declare namespace zwarn = "http://zorba.io/options/warnings";
3declare option zwarn:enable "all";3declare option zwarn:enable "all";
4declare option zwarn:error "ZWST0003";4declare option zwarn:error "ZWST0003";
55
66
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-05.xq'
--- test/rbkt/Queries/zorba/annotations/annot-unknown-05.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-unknown-05.xq 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
1declare namespace unknown = "unknown-annotation";1declare namespace unknown = "unknown-annotation";
2declare namespace zwarn = "http://www.zorba-xquery.com/options/warnings";2declare namespace zwarn = "http://zorba.io/options/warnings";
3declare option zwarn:error "ZWST0002";3declare option zwarn:error "ZWST0002";
4declare option zwarn:enable "all";4declare option zwarn:enable "all";
55
66
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-assignable-01.xq'
--- test/rbkt/Queries/zorba/annotations/annot-var-assignable-01.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-var-assignable-01.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:assignable variable $var := 3;3declare %ann:assignable variable $var := 3;
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-assignable-02.xq'
--- test/rbkt/Queries/zorba/annotations/annot-var-assignable-02.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-var-assignable-02.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3{3{
4 %ann:assignable variable $var := 3;4 %ann:assignable variable $var := 3;
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.xq'
--- test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:nonassignable variable $var := 3;3declare %ann:nonassignable variable $var := 3;
44
55
=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.xq'
--- test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3{3{
4 %ann:nonassignable variable $var := 3;4 %ann:nonassignable variable $var := 3;
55
=== modified file 'test/rbkt/Queries/zorba/block/block_and_type.xq'
--- test/rbkt/Queries/zorba/block/block_and_type.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/block_and_type.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3(:3(:
4 : This query tests if it is possible to have a return type in a function that 4 : This query tests if it is possible to have a return type in a function that
55
=== modified file 'test/rbkt/Queries/zorba/block/declare_variable.xq'
--- test/rbkt/Queries/zorba/block/declare_variable.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/declare_variable.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:sequential function local:test2 () as xs:string3declare %ann:sequential function local:test2 () as xs:string
4{4{
55
=== modified file 'test/rbkt/Queries/zorba/block/local_var1.xq'
--- test/rbkt/Queries/zorba/block/local_var1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/local_var1.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $x := 1;3declare variable $x := 1;
44
55
=== modified file 'test/rbkt/Queries/zorba/block/local_var2.xq'
--- test/rbkt/Queries/zorba/block/local_var2.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/local_var2.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $x := 42;3declare variable $x := 42;
44
55
=== modified file 'test/rbkt/Queries/zorba/block/local_var3.xq'
--- test/rbkt/Queries/zorba/block/local_var3.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/local_var3.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $x := 5;3declare variable $x := 5;
44
55
=== modified file 'test/rbkt/Queries/zorba/block/local_var4.xq'
--- test/rbkt/Queries/zorba/block/local_var4.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/local_var4.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $x := 100;3declare variable $x := 100;
44
55
=== modified file 'test/rbkt/Queries/zorba/block/local_var5.xq'
--- test/rbkt/Queries/zorba/block/local_var5.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/local_var5.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $x as xs:integer := 1;3declare variable $x as xs:integer := 1;
44
55
=== modified file 'test/rbkt/Queries/zorba/block/no_hoisting_of_seq_return.xq'
--- test/rbkt/Queries/zorba/block/no_hoisting_of_seq_return.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/no_hoisting_of_seq_return.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:sequential function local:foo() 3declare %ann:sequential function local:foo()
4{4{
55
=== modified file 'test/rbkt/Queries/zorba/block/seq_func1.xq'
--- test/rbkt/Queries/zorba/block/seq_func1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/seq_func1.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:sequential function local:foo() 3declare %ann:sequential function local:foo()
4{4{
55
=== modified file 'test/rbkt/Queries/zorba/block/seq_func2.xq'
--- test/rbkt/Queries/zorba/block/seq_func2.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/seq_func2.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare %ann:sequential function local:foo() as xs:boolean 3declare %ann:sequential function local:foo() as xs:boolean
4{4{
55
=== modified file 'test/rbkt/Queries/zorba/block/set2.xq'
--- test/rbkt/Queries/zorba/block/set2.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/set2.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $x := 1;3declare variable $x := 1;
44
55
=== modified file 'test/rbkt/Queries/zorba/block/set3.xq'
--- test/rbkt/Queries/zorba/block/set3.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/block/set3.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $x := 1;3declare variable $x := 1;
44
55
=== modified file 'test/rbkt/Queries/zorba/collections/availability.xq'
--- test/rbkt/Queries/zorba/collections/availability.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/availability.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:create() {6declare %ann:sequential function local:create() {
7 ddl:create($ns:collection_1);7 ddl:create($ns:collection_1);
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_001/q1.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_001/q1.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_001/q1.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:collection_1"));7 ddl:create(xs:QName("ns:collection_1"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_001/q2.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_001/q2.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_001/q2.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:collection_2"));7 ddl:create(xs:QName("ns:collection_2"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_001/q3.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_001/q3.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_001/q3.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:delete(xs:QName("ns:collection_1"));7 ddl:delete(xs:QName("ns:collection_1"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_002/q1.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_002/q1.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_002/q1.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:collection_1"));7 ddl:create(xs:QName("ns:collection_1"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_002/q2.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_002/q2.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_002/q2.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:collection_2"));7 ddl:create(xs:QName("ns:collection_2"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_003/q1.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_003/q1.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_003/q1.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:http"));7 ddl:create(xs:QName("ns:http"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_003/q2.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_003/q2.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_003/q2.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";1import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 dml:insert-nodes-first(xs:QName("ns:http"), <book>One Thousand and One Nights</book>);7 dml:insert-nodes-first(xs:QName("ns:http"), <book>One Thousand and One Nights</book>);
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_004/q1.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_004/q1.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_004/q1.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:http"), (<b><a/></b>, <a/>));7 ddl:create(xs:QName("ns:http"), (<b><a/></b>, <a/>));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_004/q2.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_004/q2.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_004/q2.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";1import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 dml:insert-nodes-last(xs:QName('ns:http'), <a/>);7 dml:insert-nodes-last(xs:QName('ns:http'), <a/>);
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_005/q1.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_005/q1.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_005/q1.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare variable $input-context1 external;6declare variable $input-context1 external;
77
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_010/q1.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_010/q1.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_010/q1.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:collection_1"));7 ddl:create(xs:QName("ns:collection_1"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_010/q2.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_010/q2.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_010/q2.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:collection_2"));7 ddl:create(xs:QName("ns:collection_2"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q1.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q1.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q1.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName('ns:collection_1'), (<a/>,<b/>));7 ddl:create(xs:QName('ns:collection_1'), (<a/>,<b/>));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q2.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q2.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q2.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:create(xs:QName("ns:collection_2"));7 ddl:create(xs:QName("ns:collection_2"));
88
=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.cxq'
--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.cxq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.cxq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "../collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:foo() {6declare %ann:sequential function local:foo() {
7 ddl:delete(xs:QName('ns:collection_333'));7 ddl:delete(xs:QName('ns:collection_333'));
88
=== modified file 'test/rbkt/Queries/zorba/collections/collection_001.xqdata'
--- test/rbkt/Queries/zorba/collections/collection_001.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/collection_001.xqdata 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace ns = "http://www.example.com/example";1module namespace ns = "http://www.example.com/example";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare collection ns:collection as node()*;5declare collection ns:collection as node()*;
66
77
=== modified file 'test/rbkt/Queries/zorba/collections/collection_available_check.xq'
--- test/rbkt/Queries/zorba/collections/collection_available_check.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/collection_available_check.xq 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
33
4import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";4import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
7declare namespace err = "http://www.w3.org/2005/xqt-errors";7declare namespace err = "http://www.w3.org/2005/xqt-errors";
88
9declare function local:testa() {9declare function local:testa() {
1010
=== modified file 'test/rbkt/Queries/zorba/collections/collection_known_check.xq'
--- test/rbkt/Queries/zorba/collections/collection_known_check.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/collection_known_check.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";1import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare namespace ns = "http://www.unknown.com/";6declare namespace ns = "http://www.unknown.com/";
7declare namespace err = "http://www.w3.org/2005/xqt-errors";7declare namespace err = "http://www.w3.org/2005/xqt-errors";
88
=== modified file 'test/rbkt/Queries/zorba/collections/collections.xqdata'
--- test/rbkt/Queries/zorba/collections/collections.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/collections.xqdata 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace ns = "http://example.org/datamodule/";1module namespace ns = "http://example.org/datamodule/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare variable $ns:collection_1 as xs:QName := xs:QName("ns:collection_1");5declare variable $ns:collection_1 as xs:QName := xs:QName("ns:collection_1");
6declare %ann:ordered collection ns:collection_1 as node()*;6declare %ann:ordered collection ns:collection_1 as node()*;
77
=== modified file 'test/rbkt/Queries/zorba/collections/create_collection.xq'
--- test/rbkt/Queries/zorba/collections/create_collection.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/create_collection.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:create() {7declare %ann:sequential function local:create() {
8 ddl:create(xs:QName("ns:test1"));8 ddl:create(xs:QName("ns:test1"));
99
=== modified file 'test/rbkt/Queries/zorba/collections/create_collision.xq'
--- test/rbkt/Queries/zorba/collections/create_collision.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/create_collision.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test() {7declare %ann:sequential function local:test() {
8 (ddl:create($ns:http),ddl:create($ns:http));8 (ddl:create($ns:http),ddl:create($ns:http));
99
=== modified file 'test/rbkt/Queries/zorba/collections/delete_collection.xq'
--- test/rbkt/Queries/zorba/collections/delete_collection.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/delete_collection.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:create() 7declare %ann:sequential function local:create()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/edit/collection_with_index.xqdata'
--- test/rbkt/Queries/zorba/collections/edit/collection_with_index.xqdata 2012-12-10 16:04:40 +0000
+++ test/rbkt/Queries/zorba/collections/edit/collection_with_index.xqdata 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare collection ns:collection as node()*;7declare collection ns:collection as node()*;
88
99
=== modified file 'test/rbkt/Queries/zorba/collections/edit/collection_with_type.xqdata'
--- test/rbkt/Queries/zorba/collections/edit/collection_with_type.xqdata 2012-12-11 15:01:41 +0000
+++ test/rbkt/Queries/zorba/collections/edit/collection_with_type.xqdata 2013-08-09 11:00:15 +0000
@@ -2,6 +2,6 @@
22
3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare collection ns:collection as element(foo)*;7declare collection ns:collection as element(foo)*;
88
=== modified file 'test/rbkt/Queries/zorba/collections/inconsistency_1.xqdata'
--- test/rbkt/Queries/zorba/collections/inconsistency_1.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/inconsistency_1.xqdata 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
1module namespace ns = "http://example.org/datamodule/";1module namespace ns = "http://example.org/datamodule/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare %ann:queue %ann:append-only collection ns:collection_1;5declare %ann:queue %ann:append-only collection ns:collection_1;
66
=== modified file 'test/rbkt/Queries/zorba/collections/inconsistency_2.xqdata'
--- test/rbkt/Queries/zorba/collections/inconsistency_2.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/inconsistency_2.xqdata 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace ns = "http://example.org/datamodule/";1module namespace ns = "http://example.org/datamodule/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare %ann:ordered %ann:unordered collection ns:collection_1;5declare %ann:ordered %ann:unordered collection ns:collection_1;
66
77
=== modified file 'test/rbkt/Queries/zorba/collections/inconsistency_3.xqdata'
--- test/rbkt/Queries/zorba/collections/inconsistency_3.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/inconsistency_3.xqdata 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
1module namespace ns = "http://example.org/datamodule/";1module namespace ns = "http://example.org/datamodule/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare %ann:queue %ann:unordered collection ns:collection_1;5declare %ann:queue %ann:unordered collection ns:collection_1;
66
=== modified file 'test/rbkt/Queries/zorba/collections/index_of_1.xq'
--- test/rbkt/Queries/zorba/collections/index_of_1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/index_of_1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/index_of_3.xq'
--- test/rbkt/Queries/zorba/collections/index_of_3.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/index_of_3.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";1import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
2import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";2import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:sequential function local:test()6declare %ann:sequential function local:test()
7{7{
88
=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after_1.xq'
--- test/rbkt/Queries/zorba/collections/insert_nodes_after_1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/insert_nodes_after_1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_at_1.xq'
--- test/rbkt/Queries/zorba/collections/insert_nodes_at_1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/insert_nodes_at_1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_at_4.xq'
--- test/rbkt/Queries/zorba/collections/insert_nodes_at_4.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/insert_nodes_at_4.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before_1.xq'
--- test/rbkt/Queries/zorba/collections/insert_nodes_before_1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/insert_nodes_before_1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first.xq'
--- test/rbkt/Queries/zorba/collections/insert_nodes_first.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/insert_nodes_first.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:create() {7declare %ann:sequential function local:create() {
8 ddl:create(xs:QName("ns:test1"));8 ddl:create(xs:QName("ns:test1"));
99
=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last.xq'
--- test/rbkt/Queries/zorba/collections/insert_nodes_last.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/insert_nodes_last.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:create() 7declare %ann:sequential function local:create()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/modifier_1.xq'
--- test/rbkt/Queries/zorba/collections/modifier_1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/modifier_1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "modifier_1.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "modifier_1.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
6declare namespace err = "http://www.w3.org/2005/xqt-errors";6declare namespace err = "http://www.w3.org/2005/xqt-errors";
77
8declare %ann:sequential function local:ddl() {8declare %ann:sequential function local:ddl() {
99
=== modified file 'test/rbkt/Queries/zorba/collections/modifier_1.xqdata'
--- test/rbkt/Queries/zorba/collections/modifier_1.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/modifier_1.xqdata 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace ns = "http://example.org/datamodule/";1module namespace ns = "http://example.org/datamodule/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare variable $ns:coll_1 as xs:QName := xs:QName("ns:coll_1");5declare variable $ns:coll_1 as xs:QName := xs:QName("ns:coll_1");
6declare %ann:const collection ns:coll_1 as node()*;6declare %ann:const collection ns:coll_1 as node()*;
77
=== modified file 'test/rbkt/Queries/zorba/collections/modifier_2.xq'
--- test/rbkt/Queries/zorba/collections/modifier_2.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/modifier_2.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "modifier_1.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "modifier_1.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare namespace err = "http://www.w3.org/2005/xqt-errors";7declare namespace err = "http://www.w3.org/2005/xqt-errors";
88
99
=== modified file 'test/rbkt/Queries/zorba/collections/modifier_3.xq'
--- test/rbkt/Queries/zorba/collections/modifier_3.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/modifier_3.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "modifier_3.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "modifier_3.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
6declare namespace err = "http://www.w3.org/2005/xqt-errors";6declare namespace err = "http://www.w3.org/2005/xqt-errors";
77
8declare %ann:sequential function local:ddl() {8declare %ann:sequential function local:ddl() {
99
=== modified file 'test/rbkt/Queries/zorba/collections/modifier_3.xqdata'
--- test/rbkt/Queries/zorba/collections/modifier_3.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/modifier_3.xqdata 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace ns = "http://example.org/datamodule/";1module namespace ns = "http://example.org/datamodule/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare variable $ns:coll_1 as xs:QName := xs:QName("ns:coll_1");5declare variable $ns:coll_1 as xs:QName := xs:QName("ns:coll_1");
66
77
=== modified file 'test/rbkt/Queries/zorba/collections/no_copy_01.xq'
--- test/rbkt/Queries/zorba/collections/no_copy_01.xq 2012-09-12 21:29:50 +0000
+++ test/rbkt/Queries/zorba/collections/no_copy_01.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace db = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";1import module namespace db = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
2import module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";2import module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
33
4declare namespace ext = "http://www.zorba-xquery.com/extensions";4declare namespace ext = "http://zorba.io/extensions";
55
6ddl:create(xs:QName("local:bar"));6ddl:create(xs:QName("local:bar"));
77
88
=== modified file 'test/rbkt/Queries/zorba/collections/node_type.xq'
--- test/rbkt/Queries/zorba/collections/node_type.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/node_type.xq 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
3import schema namespace s = "http://www.zorba-xquery.org/schema" at "node_type.xsd";3import schema namespace s = "http://www.zorba-xquery.org/schema" at "node_type.xsd";
4import module namespace ns = "http://example.org/datamodule/" at "node_type.xqdata";4import module namespace ns = "http://example.org/datamodule/" at "node_type.xqdata";
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
7declare namespace err = "http://www.w3.org/2005/xqt-errors";7declare namespace err = "http://www.w3.org/2005/xqt-errors";
88
9declare function local:create-person($name as xs:string) as schema-element(s:person) 9declare function local:create-person($name as xs:string) as schema-element(s:person)
1010
=== modified file 'test/rbkt/Queries/zorba/collections/node_type.xqdata'
--- test/rbkt/Queries/zorba/collections/node_type.xqdata 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/node_type.xqdata 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace ns = "http://example.org/datamodule/";1module namespace ns = "http://example.org/datamodule/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5import schema namespace s = "http://www.zorba-xquery.org/schema" at "node_type.xsd";5import schema namespace s = "http://www.zorba-xquery.org/schema" at "node_type.xsd";
66
77
=== modified file 'test/rbkt/Queries/zorba/collections/paging_1.xq'
--- test/rbkt/Queries/zorba/collections/paging_1.xq 2013-08-07 05:28:39 +0000
+++ test/rbkt/Queries/zorba/collections/paging_1.xq 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
4import module namespace ref = "http://zorba.io/modules/reference";4import module namespace ref = "http://zorba.io/modules/reference";
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
7declare namespace zerr = "http://zorba.io/errors";7declare namespace zerr = "http://zorba.io/errors";
88
9declare function local:order($items)9declare function local:order($items)
1010
=== modified file 'test/rbkt/Queries/zorba/collections/paging_2.xq'
--- test/rbkt/Queries/zorba/collections/paging_2.xq 2013-07-24 08:12:12 +0000
+++ test/rbkt/Queries/zorba/collections/paging_2.xq 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
4import module namespace ref = "http://zorba.io/modules/reference";4import module namespace ref = "http://zorba.io/modules/reference";
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
77
8declare %ann:sequential function local:test()8declare %ann:sequential function local:test()
9{9{
1010
=== modified file 'test/rbkt/Queries/zorba/collections/paging_3.xq'
--- test/rbkt/Queries/zorba/collections/paging_3.xq 2013-07-24 08:12:12 +0000
+++ test/rbkt/Queries/zorba/collections/paging_3.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3import module namespace ref = "http://zorba.io/modules/reference";3import module namespace ref = "http://zorba.io/modules/reference";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
6declare namespace ns = "http://www.zorba-xquery.com/test";6declare namespace ns = "http://www.zorba-xquery.com/test";
77
8declare %ann:sequential function local:test()8declare %ann:sequential function local:test()
99
=== modified file 'test/rbkt/Queries/zorba/collections/paging_4.xq'
--- test/rbkt/Queries/zorba/collections/paging_4.xq 2013-07-24 08:12:12 +0000
+++ test/rbkt/Queries/zorba/collections/paging_4.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3import module namespace ref = "http://zorba.io/modules/reference";3import module namespace ref = "http://zorba.io/modules/reference";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
6declare namespace ns = "http://www.zorba-xquery.com/test";6declare namespace ns = "http://www.zorba-xquery.com/test";
77
8declare %ann:sequential function local:test()8declare %ann:sequential function local:test()
99
=== modified file 'test/rbkt/Queries/zorba/collections/paging_5.xq'
--- test/rbkt/Queries/zorba/collections/paging_5.xq 2013-07-24 08:12:12 +0000
+++ test/rbkt/Queries/zorba/collections/paging_5.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
3import module namespace ref = "http://zorba.io/modules/reference";3import module namespace ref = "http://zorba.io/modules/reference";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
6declare namespace ns = "http://www.zorba-xquery.com/test";6declare namespace ns = "http://www.zorba-xquery.com/test";
77
8declare %ann:sequential function local:test()8declare %ann:sequential function local:test()
99
=== modified file 'test/rbkt/Queries/zorba/collections/q1.xq'
--- test/rbkt/Queries/zorba/collections/q1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/q1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/q12.xq'
--- test/rbkt/Queries/zorba/collections/q12.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/q12.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:foo($collName as xs:QName) {7declare %ann:sequential function local:foo($collName as xs:QName) {
8 ddl:create($collName,<a/>);8 ddl:create($collName,<a/>);
99
=== modified file 'test/rbkt/Queries/zorba/collections/remove_node_at_1.xq'
--- test/rbkt/Queries/zorba/collections/remove_node_at_1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/remove_node_at_1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/collections/remove_node_at_border.xq'
--- test/rbkt/Queries/zorba/collections/remove_node_at_border.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/remove_node_at_border.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
6declare namespace err = "http://www.w3.org/2005/xqt-errors";6declare namespace err = "http://www.w3.org/2005/xqt-errors";
77
8declare %ann:sequential function local:ddl() {8declare %ann:sequential function local:ddl() {
99
=== modified file 'test/rbkt/Queries/zorba/collections/remove_nodes_1.xq'
--- test/rbkt/Queries/zorba/collections/remove_nodes_1.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/collections/remove_nodes_1.xq 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";2import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";3import module namespace ns = "http://example.org/datamodule/" at "collections.xqdata";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:sequential function local:test()7declare %ann:sequential function local:test()
8{8{
99
=== modified file 'test/rbkt/Queries/zorba/file/common.xqlib'
--- test/rbkt/Queries/zorba/file/common.xqlib 2013-08-02 17:12:50 +0000
+++ test/rbkt/Queries/zorba/file/common.xqlib 2013-08-09 11:00:15 +0000
@@ -4,7 +4,7 @@
44
5import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";5import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
66
7declare namespace ann = "http://www.zorba-xquery.com/annotations";7declare namespace ann = "http://zorba.io/annotations";
88
99
10declare function commons:error($messages as xs:string*) as xs:string* {10declare function commons:error($messages as xs:string*) as xs:string* {
1111
=== modified file 'test/rbkt/Queries/zorba/file/copy.xqlib'
--- test/rbkt/Queries/zorba/file/copy.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/file/copy.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace file = "http://expath.org/ns/file";3import module namespace file = "http://expath.org/ns/file";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:nondeterministic %ann:sequential function fct:test-copy($rbktPath as xs:string, $file as xs:string) {7declare %ann:nondeterministic %ann:sequential function fct:test-copy($rbktPath as xs:string, $file as xs:string) {
88
99
=== modified file 'test/rbkt/Queries/zorba/file/createWriteReadDeleteSeries.xq'
--- test/rbkt/Queries/zorba/file/createWriteReadDeleteSeries.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/file/createWriteReadDeleteSeries.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace file = "http://expath.org/ns/file";1import module namespace file = "http://expath.org/ns/file";
2import module namespace commons = "http://expath.org/ns/file/tests/commons" at "common.xqlib";2import module namespace commons = "http://expath.org/ns/file/tests/commons" at "common.xqlib";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare variable $xml := <elem>value</elem>;6declare variable $xml := <elem>value</elem>;
7declare variable $testDir := "tmpCreateWriteReadDeleteSeries";7declare variable $testDir := "tmpCreateWriteReadDeleteSeries";
88
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-1.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-1.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-1.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace functx1 = "http://www.28msec.com/compile-time/lib/functx1" at "functx1.xqlib";3import module namespace functx1 = "http://www.28msec.com/compile-time/lib/functx1" at "functx1.xqlib";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
77
8declare function def:t ()8declare function def:t ()
99
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-10.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-10.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-10.xqlib 2013-08-09 11:00:15 +0000
@@ -11,7 +11,7 @@
11import module namespace functx9 = "http://www.28msec.com/compile-time/lib/functx9" at "functx9.xqlib";11import module namespace functx9 = "http://www.28msec.com/compile-time/lib/functx9" at "functx9.xqlib";
12import module namespace functx10 = "http://www.28msec.com/compile-time/lib/functx10" at "functx10.xqlib";12import module namespace functx10 = "http://www.28msec.com/compile-time/lib/functx10" at "functx10.xqlib";
1313
14declare namespace ann = "http://www.zorba-xquery.com/annotations";14declare namespace ann = "http://zorba.io/annotations";
1515
16declare function def:t ()16declare function def:t ()
17{17{
1818
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-2.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-2.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-2.xqlib 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
3import module namespace functx1 = "http://www.28msec.com/compile-time/lib/functx1" at "functx1.xqlib";3import module namespace functx1 = "http://www.28msec.com/compile-time/lib/functx1" at "functx1.xqlib";
4import module namespace functx2 = "http://www.28msec.com/compile-time/lib/functx2" at "functx2.xqlib";4import module namespace functx2 = "http://www.28msec.com/compile-time/lib/functx2" at "functx2.xqlib";
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
77
8declare function def:t ()8declare function def:t ()
9{9{
1010
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-3.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-3.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-3.xqlib 2013-08-09 11:00:15 +0000
@@ -4,7 +4,7 @@
4import module namespace functx2 = "http://www.28msec.com/compile-time/lib/functx2" at "functx2.xqlib";4import module namespace functx2 = "http://www.28msec.com/compile-time/lib/functx2" at "functx2.xqlib";
5import module namespace functx3 = "http://www.28msec.com/compile-time/lib/functx3" at "functx3.xqlib";5import module namespace functx3 = "http://www.28msec.com/compile-time/lib/functx3" at "functx3.xqlib";
66
7declare namespace ann = "http://www.zorba-xquery.com/annotations";7declare namespace ann = "http://zorba.io/annotations";
88
9declare function def:t ()9declare function def:t ()
10{10{
1111
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-4.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-4.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-4.xqlib 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5import module namespace functx3 = "http://www.28msec.com/compile-time/lib/functx3" at "functx3.xqlib";5import module namespace functx3 = "http://www.28msec.com/compile-time/lib/functx3" at "functx3.xqlib";
6import module namespace functx4 = "http://www.28msec.com/compile-time/lib/functx4" at "functx4.xqlib";6import module namespace functx4 = "http://www.28msec.com/compile-time/lib/functx4" at "functx4.xqlib";
77
8declare namespace ann = "http://www.zorba-xquery.com/annotations";8declare namespace ann = "http://zorba.io/annotations";
99
10declare function def:t ()10declare function def:t ()
11{11{
1212
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-5.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-5.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-5.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6import module namespace functx4 = "http://www.28msec.com/compile-time/lib/functx4" at "functx4.xqlib";6import module namespace functx4 = "http://www.28msec.com/compile-time/lib/functx4" at "functx4.xqlib";
7import module namespace functx5 = "http://www.28msec.com/compile-time/lib/functx5" at "functx5.xqlib";7import module namespace functx5 = "http://www.28msec.com/compile-time/lib/functx5" at "functx5.xqlib";
88
9declare namespace ann = "http://www.zorba-xquery.com/annotations";9declare namespace ann = "http://zorba.io/annotations";
1010
11declare function def:t ()11declare function def:t ()
12{12{
1313
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-6.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-6.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-6.xqlib 2013-08-09 11:00:15 +0000
@@ -7,7 +7,7 @@
7import module namespace functx5 = "http://www.28msec.com/compile-time/lib/functx5" at "functx5.xqlib";7import module namespace functx5 = "http://www.28msec.com/compile-time/lib/functx5" at "functx5.xqlib";
8import module namespace functx6 = "http://www.28msec.com/compile-time/lib/functx6" at "functx6.xqlib";8import module namespace functx6 = "http://www.28msec.com/compile-time/lib/functx6" at "functx6.xqlib";
99
10declare namespace ann = "http://www.zorba-xquery.com/annotations";10declare namespace ann = "http://zorba.io/annotations";
1111
12declare function def:t ()12declare function def:t ()
13{13{
1414
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-7.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-7.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-7.xqlib 2013-08-09 11:00:15 +0000
@@ -8,7 +8,7 @@
8import module namespace functx6 = "http://www.28msec.com/compile-time/lib/functx6" at "functx6.xqlib";8import module namespace functx6 = "http://www.28msec.com/compile-time/lib/functx6" at "functx6.xqlib";
9import module namespace functx7 = "http://www.28msec.com/compile-time/lib/functx7" at "functx7.xqlib";9import module namespace functx7 = "http://www.28msec.com/compile-time/lib/functx7" at "functx7.xqlib";
1010
11declare namespace ann = "http://www.zorba-xquery.com/annotations";11declare namespace ann = "http://zorba.io/annotations";
1212
13declare function def:t ()13declare function def:t ()
14{14{
1515
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-8.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-8.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-8.xqlib 2013-08-09 11:00:15 +0000
@@ -9,7 +9,7 @@
9import module namespace functx7 = "http://www.28msec.com/compile-time/lib/functx7" at "functx7.xqlib";9import module namespace functx7 = "http://www.28msec.com/compile-time/lib/functx7" at "functx7.xqlib";
10import module namespace functx8 = "http://www.28msec.com/compile-time/lib/functx8" at "functx8.xqlib";10import module namespace functx8 = "http://www.28msec.com/compile-time/lib/functx8" at "functx8.xqlib";
1111
12declare namespace ann = "http://www.zorba-xquery.com/annotations";12declare namespace ann = "http://zorba.io/annotations";
1313
14declare function def:t ()14declare function def:t ()
15{15{
1616
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-9.xqlib'
--- test/rbkt/Queries/zorba/functx/functx-x-9.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-9.xqlib 2013-08-09 11:00:15 +0000
@@ -10,7 +10,7 @@
10import module namespace functx8 = "http://www.28msec.com/compile-time/lib/functx8" at "functx8.xqlib";10import module namespace functx8 = "http://www.28msec.com/compile-time/lib/functx8" at "functx8.xqlib";
11import module namespace functx9 = "http://www.28msec.com/compile-time/lib/functx9" at "functx9.xqlib";11import module namespace functx9 = "http://www.28msec.com/compile-time/lib/functx9" at "functx9.xqlib";
1212
13declare namespace ann = "http://www.zorba-xquery.com/annotations";13declare namespace ann = "http://zorba.io/annotations";
1414
15declare function def:t ()15declare function def:t ()
16{16{
1717
=== modified file 'test/rbkt/Queries/zorba/functx/functx-x-call.xq'
--- test/rbkt/Queries/zorba/functx/functx-x-call.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/functx-x-call.xq 2013-08-09 11:00:15 +0000
@@ -19,7 +19,7 @@
19import module namespace f10 = "http://www.28msec.com/compile-time/functx-x-10"19import module namespace f10 = "http://www.28msec.com/compile-time/functx-x-10"
20 at "functx-x-10.xqlib";20 at "functx-x-10.xqlib";
2121
22declare namespace ann = "http://www.zorba-xquery.com/annotations";22declare namespace ann = "http://zorba.io/annotations";
2323
24f1:t(),24f1:t(),
25f2:t(),25f2:t(),
2626
=== modified file 'test/rbkt/Queries/zorba/functx/substring-before-last.xq'
--- test/rbkt/Queries/zorba/functx/substring-before-last.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/functx/substring-before-last.xq 2013-08-09 11:00:15 +0000
@@ -1,3 +1,3 @@
1import module namespace functx = "http://www.functx.com/";1import module namespace functx = "http://www.functx.com";
22
3functx:substring-before-last('abc-def-ghi', '-')3functx:substring-before-last('abc-def-ghi', '-')
4\ No newline at end of file4\ No newline at end of file
55
=== modified file 'test/rbkt/Queries/zorba/groupby/collation01.xq'
--- test/rbkt/Queries/zorba/groupby/collation01.xq 2012-06-08 09:00:33 +0000
+++ test/rbkt/Queries/zorba/groupby/collation01.xq 2013-08-09 11:00:15 +0000
@@ -1,14 +1,14 @@
11
22
3for $x in ("AA", "aa")3for $x in ("AA", "aa")
4group by $x collation "http://www.zorba-xquery.com/collations/SECONDARY/en/EN", $x4group by $x collation "http://zorba.io/collations/SECONDARY/en/EN", $x
5return <res>{$x}</res>5return <res>{$x}</res>
6,6,
7"7"
8"8"
9,9,
10for $x in ("AA", "aa")10for $x in ("AA", "aa")
11group by $x, $x collation "http://www.zorba-xquery.com/collations/SECONDARY/en/EN"11group by $x, $x collation "http://zorba.io/collations/SECONDARY/en/EN"
12return <res>{$x}</res>12return <res>{$x}</res>
13,13,
14"14"
1515
=== modified file 'test/rbkt/Queries/zorba/groupby/groupby31.xq'
--- test/rbkt/Queries/zorba/groupby/groupby31.xq 2012-06-05 17:10:39 +0000
+++ test/rbkt/Queries/zorba/groupby/groupby31.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
3declare variable $global := 0;3declare variable $global := 0;
44
55
=== modified file 'test/rbkt/Queries/zorba/index/auctions_module1.xqlib'
--- test/rbkt/Queries/zorba/index/auctions_module1.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/auctions_module1.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
88
9declare namespace ann = "http://www.zorba-xquery.com/annotations";9declare namespace ann = "http://zorba.io/annotations";
1010
11declare variable $auctions:auctions := xs:QName("auctions:auctions");11declare variable $auctions:auctions := xs:QName("auctions:auctions");
12declare variable $auctions:PersonId := xs:QName("auctions:PersonId");12declare variable $auctions:PersonId := xs:QName("auctions:PersonId");
1313
=== modified file 'test/rbkt/Queries/zorba/index/auto_idx_01.xqlib'
--- test/rbkt/Queries/zorba/index/auto_idx_01.xqlib 2013-06-24 19:46:35 +0000
+++ test/rbkt/Queries/zorba/index/auto_idx_01.xqlib 2013-08-09 11:00:15 +0000
@@ -10,7 +10,7 @@
10import module namespace iddl = 10import module namespace iddl =
11"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";11"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1212
13declare namespace an = "http://www.zorba-xquery.com/annotations";13declare namespace an = "http://zorba.io/annotations";
1414
15declare collection upd:auctions as node()*;15declare collection upd:auctions as node()*;
1616
1717
=== modified file 'test/rbkt/Queries/zorba/index/available.xq'
--- test/rbkt/Queries/zorba/index/available.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/available.xq 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";5import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
6import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";6import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
77
8declare namespace ann = "http://www.zorba-xquery.com/annotations";8declare namespace ann = "http://zorba.io/annotations";
99
10declare %ann:sequential function local:test_create() {10declare %ann:sequential function local:test_create() {
11 ddl:create(xs:QName("decl:coll1"));11 ddl:create(xs:QName("decl:coll1"));
1212
=== modified file 'test/rbkt/Queries/zorba/index/count.xqlib'
--- test/rbkt/Queries/zorba/index/count.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/count.xqlib 2013-08-09 11:00:15 +0000
@@ -7,7 +7,7 @@
7import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";7import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
8import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";8import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
99
10declare namespace ann = "http://www.zorba-xquery.com/annotations";10declare namespace ann = "http://zorba.io/annotations";
1111
12declare collection def:user as node()*;12declare collection def:user as node()*;
1313
1414
=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_01.xqlib'
--- test/rbkt/Queries/zorba/index/declare_index/declare_01.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/declare_index/declare_01.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare collection decl:coll1;7declare collection decl:coll1;
88
99
=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_02.xqlib'
--- test/rbkt/Queries/zorba/index/declare_index/declare_02.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/declare_index/declare_02.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace manip = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace manip = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare collection decl:coll1;7declare collection decl:coll1;
88
99
=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_03.xqlib'
--- test/rbkt/Queries/zorba/index/declare_index/declare_03.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/declare_index/declare_03.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace manip = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace manip = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare collection decl:coll1;7declare collection decl:coll1;
88
99
=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_04.xqlib'
--- test/rbkt/Queries/zorba/index/declare_index/declare_04.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/declare_index/declare_04.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare collection decl:coll1;7declare collection decl:coll1;
88
99
=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_05.xqlib'
--- test/rbkt/Queries/zorba/index/declare_index/declare_05.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/declare_index/declare_05.xqlib 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace decl = "http://www.test.com/";1module namespace decl = "http://www.test.com/";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare collection decl:coll1;5declare collection decl:coll1;
66
77
=== modified file 'test/rbkt/Queries/zorba/index/declared.xqlib'
--- test/rbkt/Queries/zorba/index/declared.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/declared.xqlib 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
3import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";3import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
4import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";4import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
55
6declare namespace ann = "http://www.zorba-xquery.com/annotations";6declare namespace ann = "http://zorba.io/annotations";
77
8declare collection decl:coll1;8declare collection decl:coll1;
99
1010
=== modified file 'test/rbkt/Queries/zorba/index/delete_from_collection_01.xqlib'
--- test/rbkt/Queries/zorba/index/delete_from_collection_01.xqlib 2012-04-25 16:31:01 +0000
+++ test/rbkt/Queries/zorba/index/delete_from_collection_01.xqlib 2013-08-09 11:00:15 +0000
@@ -8,7 +8,7 @@
88
9import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml"; 9import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1010
11declare namespace an = "http://www.zorba-xquery.com/annotations";11declare namespace an = "http://zorba.io/annotations";
1212
1313
14declare collection seq:counters as node()*;14declare collection seq:counters as node()*;
1515
=== modified file 'test/rbkt/Queries/zorba/index/error_module1.xqlib'
--- test/rbkt/Queries/zorba/index/error_module1.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/error_module1.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
66
7module namespace idx = "http://www.w3.org/TestModules/idx";7module namespace idx = "http://www.w3.org/TestModules/idx";
88
9declare namespace ann = "http://www.zorba-xquery.com/annotations";9declare namespace ann = "http://zorba.io/annotations";
1010
11declare %ann:value-range index idx:foo 11declare %ann:value-range index idx:foo
12on nodes doc("auction.xml")/site/people/person12on nodes doc("auction.xml")/site/people/person
1313
=== modified file 'test/rbkt/Queries/zorba/index/error_module2.xqlib'
--- test/rbkt/Queries/zorba/index/error_module2.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/error_module2.xqlib 2013-08-09 11:00:15 +0000
@@ -4,7 +4,7 @@
44
5module namespace idx = "http://www.w3.org/TestModules/idx";5module namespace idx = "http://www.w3.org/TestModules/idx";
66
7declare namespace ann = "http://www.zorba-xquery.com/annotations";7declare namespace ann = "http://zorba.io/annotations";
88
9declare %ann:value-range index idx:foo 9declare %ann:value-range index idx:foo
10on nodes ./site/people/person10on nodes ./site/people/person
1111
=== modified file 'test/rbkt/Queries/zorba/index/error_module3.xqlib'
--- test/rbkt/Queries/zorba/index/error_module3.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/error_module3.xqlib 2013-08-09 11:00:15 +0000
@@ -7,7 +7,7 @@
77
8import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";8import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
99
10declare namespace ann = "http://www.zorba-xquery.com/annotations";10declare namespace ann = "http://zorba.io/annotations";
1111
12declare collection idx:auctions as node()*;12declare collection idx:auctions as node()*;
1313
1414
=== modified file 'test/rbkt/Queries/zorba/index/index_does_not_exist.xqlib'
--- test/rbkt/Queries/zorba/index/index_does_not_exist.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/index_does_not_exist.xqlib 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";5import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
6import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";6import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
77
8declare namespace ann = "http://www.zorba-xquery.com/annotations";8declare namespace ann = "http://zorba.io/annotations";
99
10declare %ann:ordered collection news-data:employees as schema-element(news-schemas:employee)*;10declare %ann:ordered collection news-data:employees as schema-element(news-schemas:employee)*;
1111
1212
=== modified file 'test/rbkt/Queries/zorba/index/keys_mod.xqlib'
--- test/rbkt/Queries/zorba/index/keys_mod.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/keys_mod.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare %ann:unordered collection keys-lib:foo as node()*;7declare %ann:unordered collection keys-lib:foo as node()*;
88
99
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_01.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_01.xqlib 2013-01-29 06:01:31 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_01.xqlib 2013-08-09 11:00:15 +0000
@@ -11,7 +11,7 @@
11import module namespace iddl = 11import module namespace iddl =
12"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";12"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1313
14declare namespace an = "http://www.zorba-xquery.com/annotations";14declare namespace an = "http://zorba.io/annotations";
1515
1616
17declare %an:ordered collection accounts:accounts as element(account);17declare %an:ordered collection accounts:accounts as element(account);
1818
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_02.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_02.xqlib 2013-02-17 00:04:30 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_02.xqlib 2013-08-09 11:00:15 +0000
@@ -11,7 +11,7 @@
11import module namespace iddl = 11import module namespace iddl =
12"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";12"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1313
14declare namespace an = "http://www.zorba-xquery.com/annotations";14declare namespace an = "http://zorba.io/annotations";
1515
1616
17declare %an:ordered collection sessions:sessions as element()*;17declare %an:ordered collection sessions:sessions as element()*;
1818
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_03.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_03.xqlib 2013-02-17 00:04:30 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_03.xqlib 2013-08-09 11:00:15 +0000
@@ -10,7 +10,7 @@
10import module namespace iddl = 10import module namespace iddl =
11"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";11"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1212
13declare namespace an = "http://www.zorba-xquery.com/annotations";13declare namespace an = "http://zorba.io/annotations";
1414
1515
16declare %an:ordered collection sessions:sessions as element()*;16declare %an:ordered collection sessions:sessions as element()*;
1717
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_04.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_04.xqlib 2012-12-14 18:01:41 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_04.xqlib 2013-08-09 11:00:15 +0000
@@ -9,7 +9,7 @@
9import module namespace iddl = 9import module namespace iddl =
10"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";10"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1111
12declare namespace an = "http://www.zorba-xquery.com/annotations";12declare namespace an = "http://zorba.io/annotations";
1313
1414
15declare collection sessions:sessions;15declare collection sessions:sessions;
1616
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_05.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_05.xqlib 2012-12-18 15:33:17 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_05.xqlib 2013-08-09 11:00:15 +0000
@@ -9,7 +9,7 @@
9import module namespace iddl = 9import module namespace iddl =
10"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";10"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1111
12declare namespace an = "http://www.zorba-xquery.com/annotations";12declare namespace an = "http://zorba.io/annotations";
1313
1414
15declare %an:ordered collection sessions:sessions;15declare %an:ordered collection sessions:sessions;
1616
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_06.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_06.xqlib 2013-01-03 22:31:40 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_06.xqlib 2013-08-09 11:00:15 +0000
@@ -16,7 +16,7 @@
16import module namespace doc = 16import module namespace doc =
17"http://www.zorba-xquery.com/modules/store/dynamic/documents";17"http://www.zorba-xquery.com/modules/store/dynamic/documents";
1818
19declare namespace an = "http://www.zorba-xquery.com/annotations";19declare namespace an = "http://zorba.io/annotations";
2020
21declare construction strip;21declare construction strip;
2222
2323
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_07.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_07.xqlib 2012-12-20 13:26:06 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_07.xqlib 2013-08-09 11:00:15 +0000
@@ -15,7 +15,7 @@
15import module namespace doc = 15import module namespace doc =
16"http://www.zorba-xquery.com/modules/store/dynamic/documents";16"http://www.zorba-xquery.com/modules/store/dynamic/documents";
1717
18declare namespace an = "http://www.zorba-xquery.com/annotations";18declare namespace an = "http://zorba.io/annotations";
1919
2020
21declare collection x:auctions;21declare collection x:auctions;
2222
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_08.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_08.xqlib 2013-02-21 06:30:02 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_08.xqlib 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
33
4import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";4import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
55
6declare namespace an = "http://www.zorba-xquery.com/annotations";6declare namespace an = "http://zorba.io/annotations";
77
8declare collection db28:answers as object()*;8declare collection db28:answers as object()*;
99
1010
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_09.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_09.xqlib 2013-02-21 21:46:03 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_09.xqlib 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
33
4import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";4import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
55
6declare namespace an = "http://www.zorba-xquery.com/annotations";6declare namespace an = "http://zorba.io/annotations";
77
8declare collection db28:answers as object()*;8declare collection db28:answers as object()*;
99
1010
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_10.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_10.xqlib 2013-02-21 22:41:14 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_10.xqlib 2013-08-09 11:00:15 +0000
@@ -4,7 +4,7 @@
4import module namespace db = 4import module namespace db =
5"http://www.zorba-xquery.com/modules/store/static/collections/dml";5"http://www.zorba-xquery.com/modules/store/static/collections/dml";
66
7declare namespace an = "http://www.zorba-xquery.com/annotations";7declare namespace an = "http://zorba.io/annotations";
88
9declare collection db28:answers as object()*;9declare collection db28:answers as object()*;
1010
1111
=== modified file 'test/rbkt/Queries/zorba/index/match_veq_11.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_11.xqlib 2013-02-22 00:08:45 +0000
+++ test/rbkt/Queries/zorba/index/match_veq_11.xqlib 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
3import module namespace db = 3import module namespace db =
4"http://www.zorba-xquery.com/modules/store/static/collections/dml";4"http://www.zorba-xquery.com/modules/store/static/collections/dml";
55
6declare namespace an = "http://www.zorba-xquery.com/annotations";6declare namespace an = "http://zorba.io/annotations";
77
8declare collection ca:custaccs as node()*;8declare collection ca:custaccs as node()*;
99
1010
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_01.xqlib'
--- test/rbkt/Queries/zorba/index/match_vrange_01.xqlib 2013-01-29 06:01:31 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_01.xqlib 2013-08-09 11:00:15 +0000
@@ -13,7 +13,7 @@
13import module namespace idml = 13import module namespace idml =
14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1515
16declare namespace an = "http://www.zorba-xquery.com/annotations";16declare namespace an = "http://zorba.io/annotations";
1717
1818
19declare %private %an:ordered collection data:parents;19declare %private %an:ordered collection data:parents;
2020
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02.xq'
--- test/rbkt/Queries/zorba/index/match_vrange_02.xq 2013-01-11 22:14:05 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_02.xq 2013-08-09 11:00:15 +0000
@@ -13,7 +13,7 @@
13import module namespace idml = 13import module namespace idml =
14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1515
16declare namespace an = "http://www.zorba-xquery.com/annotations";16declare namespace an = "http://zorba.io/annotations";
1717
1818
19declare function19declare function
2020
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02.xqlib'
--- test/rbkt/Queries/zorba/index/match_vrange_02.xqlib 2013-01-29 06:01:31 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_02.xqlib 2013-08-09 11:00:15 +0000
@@ -12,7 +12,7 @@
12import module namespace idml = 12import module namespace idml =
13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1414
15declare namespace an = "http://www.zorba-xquery.com/annotations";15declare namespace an = "http://zorba.io/annotations";
1616
17declare construction strip;17declare construction strip;
1818
1919
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02a.xq'
--- test/rbkt/Queries/zorba/index/match_vrange_02a.xq 2013-01-04 13:50:49 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_02a.xq 2013-08-09 11:00:15 +0000
@@ -13,7 +13,7 @@
13import module namespace idml = 13import module namespace idml =
14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1515
16declare namespace an = "http://www.zorba-xquery.com/annotations";16declare namespace an = "http://zorba.io/annotations";
1717
1818
19declare function 19declare function
2020
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_02b.xq'
--- test/rbkt/Queries/zorba/index/match_vrange_02b.xq 2013-01-12 22:10:40 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_02b.xq 2013-08-09 11:00:15 +0000
@@ -13,7 +13,7 @@
13import module namespace idml = 13import module namespace idml =
14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1515
16declare namespace an = "http://www.zorba-xquery.com/annotations";16declare namespace an = "http://zorba.io/annotations";
1717
1818
19declare variable $doc11 := 19declare variable $doc11 :=
2020
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_03.xq'
--- test/rbkt/Queries/zorba/index/match_vrange_03.xq 2013-01-29 06:01:31 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_03.xq 2013-08-09 11:00:15 +0000
@@ -13,7 +13,7 @@
13import module namespace idml = 13import module namespace idml =
14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";14"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1515
16declare namespace an = "http://www.zorba-xquery.com/annotations";16declare namespace an = "http://zorba.io/annotations";
1717
1818
19declare function19declare function
2020
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_03.xqlib'
--- test/rbkt/Queries/zorba/index/match_vrange_03.xqlib 2013-01-29 06:01:31 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_03.xqlib 2013-08-09 11:00:15 +0000
@@ -12,7 +12,7 @@
12import module namespace idml = 12import module namespace idml =
13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1414
15declare namespace an = "http://www.zorba-xquery.com/annotations";15declare namespace an = "http://zorba.io/annotations";
1616
17declare construction strip;17declare construction strip;
1818
1919
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_04.xqlib'
--- test/rbkt/Queries/zorba/index/match_vrange_04.xqlib 2013-04-27 16:36:36 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_04.xqlib 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
33
4import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";4import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
55
6declare namespace an = "http://www.zorba-xquery.com/annotations";6declare namespace an = "http://zorba.io/annotations";
77
8declare %an:mutable %an:unordered %an:mutable-nodes collection db28:foo;8declare %an:mutable %an:unordered %an:mutable-nodes collection db28:foo;
99
1010
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_05.xqlib'
--- test/rbkt/Queries/zorba/index/match_vrange_05.xqlib 2013-05-04 21:26:57 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_05.xqlib 2013-08-09 11:00:15 +0000
@@ -10,7 +10,7 @@
10import module namespace iddl = 10import module namespace iddl =
11"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";11"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
1212
13declare namespace an = "http://www.zorba-xquery.com/annotations";13declare namespace an = "http://zorba.io/annotations";
1414
1515
16declare %an:ordered collection foo:foo as object()*;16declare %an:ordered collection foo:foo as object()*;
1717
=== modified file 'test/rbkt/Queries/zorba/index/match_vrange_06.xqlib'
--- test/rbkt/Queries/zorba/index/match_vrange_06.xqlib 2013-05-09 18:50:15 +0000
+++ test/rbkt/Queries/zorba/index/match_vrange_06.xqlib 2013-08-09 11:00:15 +0000
@@ -3,7 +3,7 @@
33
4import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";4import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
55
6declare namespace an = "http://www.zorba-xquery.com/annotations";6declare namespace an = "http://zorba.io/annotations";
77
8declare %an:mutable %an:unordered %an:mutable-nodes collection db28:foo;8declare %an:mutable %an:unordered %an:mutable-nodes collection db28:foo;
99
1010
=== modified file 'test/rbkt/Queries/zorba/index/multi_key_01.xq'
--- test/rbkt/Queries/zorba/index/multi_key_01.xq 2013-01-03 20:25:05 +0000
+++ test/rbkt/Queries/zorba/index/multi_key_01.xq 2013-08-09 11:00:15 +0000
@@ -12,7 +12,7 @@
12import module namespace idml = 12import module namespace idml =
13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1414
15declare namespace an = "http://www.zorba-xquery.com/annotations";15declare namespace an = "http://zorba.io/annotations";
1616
1717
18declare variable $doc11 := 18declare variable $doc11 :=
1919
=== modified file 'test/rbkt/Queries/zorba/index/multi_key_01.xqlib'
--- test/rbkt/Queries/zorba/index/multi_key_01.xqlib 2013-01-03 20:25:05 +0000
+++ test/rbkt/Queries/zorba/index/multi_key_01.xqlib 2013-08-09 11:00:15 +0000
@@ -12,7 +12,7 @@
12import module namespace idml = 12import module namespace idml =
13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1414
15declare namespace an = "http://www.zorba-xquery.com/annotations";15declare namespace an = "http://zorba.io/annotations";
1616
17declare construction strip;17declare construction strip;
1818
1919
=== modified file 'test/rbkt/Queries/zorba/index/multi_key_02.xq'
--- test/rbkt/Queries/zorba/index/multi_key_02.xq 2013-01-03 20:25:05 +0000
+++ test/rbkt/Queries/zorba/index/multi_key_02.xq 2013-08-09 11:00:15 +0000
@@ -12,7 +12,7 @@
12import module namespace idml = 12import module namespace idml =
13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1414
15declare namespace an = "http://www.zorba-xquery.com/annotations";15declare namespace an = "http://zorba.io/annotations";
1616
1717
18declare variable $doc11 := 18declare variable $doc11 :=
1919
=== modified file 'test/rbkt/Queries/zorba/index/multi_key_02.xqlib'
--- test/rbkt/Queries/zorba/index/multi_key_02.xqlib 2013-01-03 20:25:05 +0000
+++ test/rbkt/Queries/zorba/index/multi_key_02.xqlib 2013-08-09 11:00:15 +0000
@@ -12,7 +12,7 @@
12import module namespace idml = 12import module namespace idml =
13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";13"http://www.zorba-xquery.com/modules/store/static/indexes/dml";
1414
15declare namespace an = "http://www.zorba-xquery.com/annotations";15declare namespace an = "http://zorba.io/annotations";
1616
17declare construction strip;17declare construction strip;
1818
1919
=== modified file 'test/rbkt/Queries/zorba/index/numbers.xqlib'
--- test/rbkt/Queries/zorba/index/numbers.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/numbers.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
88
9declare namespace ann = "http://www.zorba-xquery.com/annotations";9declare namespace ann = "http://zorba.io/annotations";
1010
1111
12declare variable $num:collname := xs:QName("num:numbers");12declare variable $num:collname := xs:QName("num:numbers");
1313
=== modified file 'test/rbkt/Queries/zorba/index/paging.xqlib'
--- test/rbkt/Queries/zorba/index/paging.xqlib 2013-01-03 20:25:05 +0000
+++ test/rbkt/Queries/zorba/index/paging.xqlib 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5import module namespace iddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";5import module namespace iddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
77
8declare namespace an = "http://www.zorba-xquery.com/annotations";8declare namespace an = "http://zorba.io/annotations";
99
10declare collection data:people as node()*;10declare collection data:people as node()*;
11declare variable $data:people := xs:QName("data:people");11declare variable $data:people := xs:QName("data:people");
1212
=== modified file 'test/rbkt/Queries/zorba/index/remove_collection_with_index.xqlib'
--- test/rbkt/Queries/zorba/index/remove_collection_with_index.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/remove_collection_with_index.xqlib 2013-08-09 11:00:15 +0000
@@ -2,7 +2,7 @@
22
3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";3import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
44
5declare namespace ann = "http://www.zorba-xquery.com/annotations";5declare namespace ann = "http://zorba.io/annotations";
66
7declare collection decl:coll1;7declare collection decl:coll1;
88
99
=== modified file 'test/rbkt/Queries/zorba/index/undo2.xqlib'
--- test/rbkt/Queries/zorba/index/undo2.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/index/undo2.xqlib 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";5import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
77
8declare namespace an = "http://www.zorba-xquery.com/annotations";8declare namespace an = "http://zorba.io/annotations";
99
10declare variable $auctions:auctions1 := xs:QName("auctions:auctions1");10declare variable $auctions:auctions1 := xs:QName("auctions:auctions1");
11declare variable $auctions:PersonId1 := xs:QName("auctions:PersonId1");11declare variable $auctions:PersonId1 := xs:QName("auctions:PersonId1");
1212
=== modified file 'test/rbkt/Queries/zorba/index/undo4.xqlib'
--- test/rbkt/Queries/zorba/index/undo4.xqlib 2012-07-03 03:12:05 +0000
+++ test/rbkt/Queries/zorba/index/undo4.xqlib 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";5import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
77
8declare namespace an = "http://www.zorba-xquery.com/annotations";8declare namespace an = "http://zorba.io/annotations";
99
1010
1111
1212
=== modified file 'test/rbkt/Queries/zorba/index/unique.xqlib'
--- test/rbkt/Queries/zorba/index/unique.xqlib 2012-04-22 21:55:56 +0000
+++ test/rbkt/Queries/zorba/index/unique.xqlib 2013-08-09 11:00:15 +0000
@@ -5,7 +5,7 @@
5import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";5import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";6import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
77
8declare namespace an = "http://www.zorba-xquery.com/annotations";8declare namespace an = "http://zorba.io/annotations";
99
10declare variable $auctions:auctions1 := xs:QName("auctions:auctions1");10declare variable $auctions:auctions1 := xs:QName("auctions:auctions1");
11declare variable $auctions:PersonId1 := xs:QName("auctions:PersonId1");11declare variable $auctions:PersonId1 := xs:QName("auctions:PersonId1");
1212
=== modified file 'test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-no-index.xqlib'
--- test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-no-index.xqlib 2012-06-15 14:33:58 +0000
+++ test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-no-index.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
88
9declare namespace ann = "http://www.zorba-xquery.com/annotations";9declare namespace ann = "http://zorba.io/annotations";
1010
11declare variable $foaf:network:= xs:QName("foaf:network");11declare variable $foaf:network:= xs:QName("foaf:network");
1212
1313
=== modified file 'test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index-and-xml.xqlib'
--- test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index-and-xml.xqlib 2012-09-04 23:48:51 +0000
+++ test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index-and-xml.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
88
9declare namespace ann = "http://www.zorba-xquery.com/annotations";9declare namespace ann = "http://zorba.io/annotations";
1010
11declare variable $foaf:network:= xs:QName("foaf:network");11declare variable $foaf:network:= xs:QName("foaf:network");
12declare variable $foaf:person:= xs:QName("foaf:person");12declare variable $foaf:person:= xs:QName("foaf:person");
1313
=== modified file 'test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index.xqlib'
--- test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index.xqlib 2012-06-15 14:37:19 +0000
+++ test/rbkt/Queries/zorba/jsoniq/collection-and-index/foaf_module-with-index.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";6import module namespace index_ddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";7import module namespace index_dml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
88
9declare namespace ann = "http://www.zorba-xquery.com/annotations";9declare namespace ann = "http://zorba.io/annotations";
1010
11declare variable $foaf:network:= xs:QName("foaf:network");11declare variable $foaf:network:= xs:QName("foaf:network");
12declare variable $foaf:person:= xs:QName("foaf:person");12declare variable $foaf:person:= xs:QName("foaf:person");
1313
=== modified file 'test/rbkt/Queries/zorba/jsoniq/dataguide.xq'
--- test/rbkt/Queries/zorba/jsoniq/dataguide.xq 2013-03-20 01:19:04 +0000
+++ test/rbkt/Queries/zorba/jsoniq/dataguide.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace an = "http://www.zorba-xquery.com/annotations";1declare namespace an = "http://zorba.io/annotations";
22
3declare variable $input:=3declare variable $input:=
4 for $i in 1 to 10004 for $i in 1 to 1000
55
=== modified file 'test/rbkt/Queries/zorba/jsoniq/dataguide1.jq'
--- test/rbkt/Queries/zorba/jsoniq/dataguide1.jq 2013-05-13 12:19:46 +0000
+++ test/rbkt/Queries/zorba/jsoniq/dataguide1.jq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace an = "http://www.zorba-xquery.com/annotations";1declare namespace an = "http://zorba.io/annotations";
22
3declare default function namespace "foo.com";3declare default function namespace "foo.com";
44
55
=== modified file 'test/rbkt/Queries/zorba/misc/guestbook.xqlib'
--- test/rbkt/Queries/zorba/misc/guestbook.xqlib 2012-06-21 09:42:44 +0000
+++ test/rbkt/Queries/zorba/misc/guestbook.xqlib 2013-08-09 11:00:15 +0000
@@ -6,7 +6,7 @@
66
7import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";7import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
88
9declare namespace an = "http://www.zorba-xquery.com/annotations";9declare namespace an = "http://zorba.io/annotations";
1010
11declare collection guestbook:entries as node()*;11declare collection guestbook:entries as node()*;
1212
1313
=== modified file 'test/rbkt/Queries/zorba/modules/schema1-lib1.xqlib'
--- test/rbkt/Queries/zorba/modules/schema1-lib1.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/modules/schema1-lib1.xqlib 2013-08-09 11:00:15 +0000
@@ -8,7 +8,7 @@
8import schema namespace foo = "http://expath.org/ns/http-client";8import schema namespace foo = "http://expath.org/ns/http-client";
9:)9:)
1010
11declare namespace ann = "http://www.zorba-xquery.com/annotations";11declare namespace ann = "http://zorba.io/annotations";
1212
13declare %ann:sequential function f:test($e)13declare %ann:sequential function f:test($e)
14{14{
1515
=== modified file 'test/rbkt/Queries/zorba/modules/schema1-lib2.xqlib'
--- test/rbkt/Queries/zorba/modules/schema1-lib2.xqlib 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/modules/schema1-lib2.xqlib 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1module namespace lib = "http://www.example.com/lib";1module namespace lib = "http://www.example.com/lib";
22
3declare namespace ann = "http://www.zorba-xquery.com/annotations";3declare namespace ann = "http://zorba.io/annotations";
44
5declare namespace foo = "http://expath.org/ns/http-client";5declare namespace foo = "http://expath.org/ns/http-client";
66
77
=== modified file 'test/rbkt/Queries/zorba/no-copy/baseuri.xq'
--- test/rbkt/Queries/zorba/no-copy/baseuri.xq 2012-10-12 09:05:54 +0000
+++ test/rbkt/Queries/zorba/no-copy/baseuri.xq 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
11
2declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";2declare namespace opt = "http://zorba.io/options/optimizer";
33
4declare base-uri "http://x.com/root";4declare base-uri "http://x.com/root";
55
66
=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide-c.xq'
--- test/rbkt/Queries/zorba/no-copy/dataguide-c.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/dataguide-c.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1import module namespace map = 1import module namespace map =
2 "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";2 "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare %ann:assignable variable $co as xs:integer :=0;6declare %ann:assignable variable $co as xs:integer :=0;
77
88
=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide-nc.xq'
--- test/rbkt/Queries/zorba/no-copy/dataguide-nc.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/dataguide-nc.xq 2013-08-09 11:00:15 +0000
@@ -1,9 +1,9 @@
1import module namespace map = 1import module namespace map =
2 "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";2 "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";
33
4declare namespace ann = "http://www.zorba-xquery.com/annotations";4declare namespace ann = "http://zorba.io/annotations";
55
6declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";6declare namespace opt = "http://zorba.io/options/optimizer";
77
8declare option opt:enable "for-serialization-only";8declare option opt:enable "for-serialization-only";
99
1010
=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide2-c.xq'
--- test/rbkt/Queries/zorba/no-copy/dataguide2-c.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/dataguide2-c.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
33
4declare function local:collapseNodes($x as node()*) as node()*4declare function local:collapseNodes($x as node()*) as node()*
55
=== modified file 'test/rbkt/Queries/zorba/no-copy/dataguide2-nc.xq'
--- test/rbkt/Queries/zorba/no-copy/dataguide2-nc.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/dataguide2-nc.xq 2013-08-09 11:00:15 +0000
@@ -1,7 +1,7 @@
1declare namespace ann = "http://www.zorba-xquery.com/annotations";1declare namespace ann = "http://zorba.io/annotations";
22
33
4declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";4declare namespace opt = "http://zorba.io/options/optimizer";
55
6declare option opt:enable "for-serialization-only";6declare option opt:enable "for-serialization-only";
77
88
=== modified file 'test/rbkt/Queries/zorba/no-copy/dblp-q0.xq'
--- test/rbkt/Queries/zorba/no-copy/dblp-q0.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/dblp-q0.xq 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
11
2declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";2declare namespace opt = "http://zorba.io/options/optimizer";
33
4declare option opt:enable "for-serialization-only";4declare option opt:enable "for-serialization-only";
55
66
=== modified file 'test/rbkt/Queries/zorba/no-copy/eval12.xq'
--- test/rbkt/Queries/zorba/no-copy/eval12.xq 2012-10-09 16:33:56 +0000
+++ test/rbkt/Queries/zorba/no-copy/eval12.xq 2013-08-09 11:00:15 +0000
@@ -1,5 +1,5 @@
11
2declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";2declare namespace opt = "http://zorba.io/options/optimizer";
33
4import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";4import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";
55
66
=== modified file 'test/rbkt/Queries/zorba/no-copy/eval15.xq'
--- test/rbkt/Queries/zorba/no-copy/eval15.xq 2012-10-09 16:33:56 +0000
+++ test/rbkt/Queries/zorba/no-copy/eval15.xq 2013-08-09 11:00:15 +0000
@@ -1,6 +1,6 @@
1import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";1import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";
22
3declare namespace an = "http://www.zorba-xquery.com/annotations";3declare namespace an = "http://zorba.io/annotations";
44
55
6declare variable $local:account := ();6declare variable $local:account := ();
77
=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9065.xq'
--- test/rbkt/Queries/zorba/no-copy/hashjoin-9065.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/hashjoin-9065.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";1declare namespace opt = "http://zorba.io/options/optimizer";
22
3declare option opt:enable "for-serialization-only";3declare option opt:enable "for-serialization-only";
44
55
=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9198.xq'
--- test/rbkt/Queries/zorba/no-copy/hashjoin-9198.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/hashjoin-9198.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";1declare namespace opt = "http://zorba.io/options/optimizer";
22
3declare option opt:enable "for-serialization-only";3declare option opt:enable "for-serialization-only";
44
55
=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9199.xq'
--- test/rbkt/Queries/zorba/no-copy/hashjoin-9199.xq 2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/no-copy/hashjoin-9199.xq 2013-08-09 11:00:15 +0000
@@ -1,4 +1,4 @@
1declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";1declare namespace opt = "http://zorba.io/options/optimizer";
22
3declare option opt:enable "for-serialization-only";3declare option opt:enable "for-serialization-only";
44
55
=== modified file 'test/rbkt/Queries/zorba/no-copy/hashjoin-9212.xq'
--- 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