Juan Zacarias has proposed merging lp:~zorba-coders/zorba/update3.0-xqdoc into 
lp:zorba.

Commit message:
Update xqdoc module to zorba 3.0

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/update3.0-xqdoc/+merge/189738

Update xqdoc module to zorba 3.0
-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0-xqdoc/+merge/189738
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/xqdoc/src/xqdoc-html.xq'
--- doc/zorba/xqdoc/src/xqdoc-html.xq	2013-10-05 00:21:53 +0000
+++ doc/zorba/xqdoc/src/xqdoc-html.xq	2013-10-07 23:28:21 +0000
@@ -15,7 +15,7 @@
 :)
 import module namespace file = "http://expath.org/ns/file";;
 
-import module namespace xqdoc       = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqdoc       = "http://zorba.io/modules/xqdoc";;
 import module namespace batch       = "http://www.zorba-xquery.com/modules/xqdoc/batch";;
 import module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";;
 import module namespace xqdoc-html  = "http://www.zorba-xquery.com/xqdoc-html"; at "xqdoc-html.xqy";

=== modified file 'doc/zorba/xqdoc/src/xqdoc-html.xqy'
--- doc/zorba/xqdoc/src/xqdoc-html.xqy	2013-08-09 09:04:36 +0000
+++ doc/zorba/xqdoc/src/xqdoc-html.xqy	2013-10-07 23:28:21 +0000
@@ -18,7 +18,7 @@
 
 import module namespace file = "http://expath.org/ns/file";;
 
-import module namespace xqdoc = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqdoc = "http://zorba.io/modules/xqdoc";;
 import module namespace batch = "http://www.zorba-xquery.com/modules/xqdoc/batch";;
 
 declare namespace xqd = "http://www.xqdoc.org/1.0";;

=== modified file 'doc/zorba/xqdoc/src/zorba_module_dependencies.xqy'
--- doc/zorba/xqdoc/src/zorba_module_dependencies.xqy	2013-09-17 00:26:50 +0000
+++ doc/zorba/xqdoc/src/zorba_module_dependencies.xqy	2013-10-07 23:28:21 +0000
@@ -27,7 +27,7 @@
 import module namespace functx      = "http://www.functx.com";;
 
 import module namespace dot   = "http://www.zorba-xquery.com/modules/image/graphviz";;
-import module namespace xqd   = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd   = "http://zorba.io/modules/xqdoc";;
 import module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";;
 import module namespace dml   = "http://www.zorba-xquery.com/modules/store/static/collections/dml";;
 import module namespace ddl   = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";;

=== modified file 'modules/CMakeLists.txt'
--- modules/CMakeLists.txt	2013-10-03 08:28:18 +0000
+++ modules/CMakeLists.txt	2013-10-07 23:28:21 +0000
@@ -27,10 +27,10 @@
 ADD_SUBDIRECTORY(store)
 ADD_SUBDIRECTORY(structured-items)
 ADD_SUBDIRECTORY(w3c)
-ADD_SUBDIRECTORY(xml)
+ADD_SUBDIRECTORY(xml)    
+ADD_SUBDIRECTORY(xqdoc)
 ADD_SUBDIRECTORY(zorba-query)
 
-
 # Add external module projects - any subdirectories of a directory
 # named "zorba_modules" as a sibling to the main Zorba source
 # directory.

=== modified file 'modules/com/zorba-xquery/www/modules/CMakeLists.txt'
--- modules/com/zorba-xquery/www/modules/CMakeLists.txt	2013-10-01 03:34:33 +0000
+++ modules/com/zorba-xquery/www/modules/CMakeLists.txt	2013-10-07 23:28:21 +0000
@@ -12,7 +12,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-DECLARE_ZORBA_SCHEMA(FILE xqdoc.xsd URI "http://www.xqdoc.org/1.0";)
 DECLARE_ZORBA_MODULE(FILE datetime.xq VERSION 2.0
   URI "http://www.zorba-xquery.com/modules/datetime";)
 DECLARE_ZORBA_MODULE(FILE fetch.xq VERSION 2.0
@@ -21,10 +20,6 @@
   URI "http://www.zorba-xquery.com/modules/reflection";)
 DECLARE_ZORBA_MODULE(FILE uri.xq VERSION 1.0
   URI "http://www.zorba-xquery.com/modules/uri";)
-DECLARE_ZORBA_MODULE(FILE xqdoc.xq VERSION 2.0
-  URI "http://www.zorba-xquery.com/modules/xqdoc";)
-DECLARE_ZORBA_SCHEMA(FILE xqdoc-options.xsd 
-  URI "http://www.zorba-xquery.com/modules/xqdoc-options";) 
 
 # Subdirectories
 

=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/batch.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc/batch.xq	2013-08-09 08:27:30 +0000
+++ modules/com/zorba-xquery/www/modules/xqdoc/batch.xq	2013-10-07 23:28:21 +0000
@@ -30,7 +30,7 @@
 
 import module namespace file = "http://expath.org/ns/file";;
 
-import module namespace xqdoc = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqdoc = "http://zorba.io/modules/xqdoc";;
 import module namespace menu  = "http://www.zorba-xquery.com/modules/xqdoc/menu";;
 import module namespace html  = "http://www.zorba-xquery.com/modules/xqdoc/html";;
 

=== added directory 'modules/xqdoc'
=== added file 'modules/xqdoc/CMakeLists.txt'
--- modules/xqdoc/CMakeLists.txt	1970-01-01 00:00:00 +0000
+++ modules/xqdoc/CMakeLists.txt	2013-10-07 23:28:21 +0000
@@ -0,0 +1,5 @@
+DECLARE_ZORBA_SCHEMA(FILE xqdoc.xsd URI "http://www.xqdoc.org/1.0";)
+DECLARE_ZORBA_MODULE(FILE xqdoc.xq VERSION 2.0
+  URI "http://zorba.io/modules/xqdoc";)
+DECLARE_ZORBA_SCHEMA(FILE xqdoc-options.xsd 
+  URI "http://zorba.io/modules/xqdoc-options";) 

=== renamed file 'modules/com/zorba-xquery/www/modules/xqdoc-options.xsd' => 'modules/xqdoc/xqdoc-options.xsd'
--- modules/com/zorba-xquery/www/modules/xqdoc-options.xsd	2012-09-26 17:39:48 +0000
+++ modules/xqdoc/xqdoc-options.xsd	2013-10-07 23:28:21 +0000
@@ -16,8 +16,8 @@
 -->
 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
-  targetNamespace="http://www.zorba-xquery.com/modules/xqdoc-options";
-  xmlns="http://www.zorba-xquery.com/modules/xqdoc-options";
+  targetNamespace="http://zorba.io/modules/xqdoc-options";
+  xmlns="http://zorba.io/modules/xqdoc-options";
   elementFormDefault="qualified"
   attributeFormDefault="unqualified">
 

=== renamed file 'modules/com/zorba-xquery/www/modules/xqdoc.xq' => 'modules/xqdoc/xqdoc.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc.xq	2013-09-19 01:09:27 +0000
+++ modules/xqdoc/xqdoc.xq	2013-10-07 23:28:21 +0000
@@ -59,13 +59,13 @@
  : @project Zorba/XQDoc/XQDoc Core
  :
  :)
-module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+module namespace xqd = "http://zorba.io/modules/xqdoc";;
 
 import module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";;
 import module namespace schema = "http://zorba.io/modules/schema";;
 
 import schema namespace opt =
-  "http://www.zorba-xquery.com/modules/xqdoc-options";;
+  "http://zorba.io/modules/xqdoc-options";;
 
 declare namespace an = "http://zorba.io/annotations";;
 declare namespace ver = "http://zorba.io/options/versioning";;
@@ -82,7 +82,7 @@
  : @param $module-uri The URL of the module for which to
  :        generate XQDoc.
  : @return An element according to the xqdoc schema
- :  (<tt>http://www.zorba-xquery.com/modules/xqdoc.xsd</tt>).
+ :  (<tt>http://zorba.io/modules/xqdoc.xsd</tt>).
  : @error zerr::ZXQD0002 if the xqdoc comments in the
  :  module contain invalid XML
  : @deprecated please use the fetch:content#1 and xqd:xqdoc-content#1 function
@@ -109,14 +109,14 @@
  :        generate XQDoc.
  : @param $options XQDoc generation options, e.g.:
  : <pre>
- : &lt;enable xmlns="http://www.zorba-xquery.com/modules/xqdoc-options";
+ : &lt;enable xmlns="http://zorba.io/modules/xqdoc-options";
  :   comments="true"
  :   functions="true"
  :   indexes="true"
  : /&gt;
  : </pre>
  : @return An element according to the xqdoc schema
- :  (<tt>http://www.zorba-xquery.com/modules/xqdoc.xsd</tt>).
+ :  (<tt>http://zorba.io/modules/xqdoc.xsd</tt>).
  : @error zerr::ZXQD0002 if the xqdoc comments in the
  :  module contain invalid XML
  : @deprecated please use the fetch:content#1 and xqd:xqdoc-content#2 function
@@ -147,7 +147,7 @@
  : @param $module The module (as string) for which to generate
  :  the XQDoc documentation.
  : @return An element according to the xqdoc schema
- :  (<tt>http://www.zorba-xquery.com/modules/xqdoc.xsd</tt>).
+ :  (<tt>http://zorba.io/modules/xqdoc.xsd</tt>).
  : @error zerr::ZXQD0002 if the xqdoc comments in the
  :  module contain invalid XML
  :)
@@ -173,14 +173,14 @@
  :  the XQDoc documentation.
  : @param $options XQDoc generation options, e.g.:
  : <pre>
- : &lt;enable xmlns="http://www.zorba-xquery.com/modules/xqdoc-options";
+ : &lt;enable xmlns="http://zorba.io/modules/xqdoc-options";
  :   comments="true"
  :   functions="true"
  :   indexes="true"
  : &gt;
  : </pre>
  : @return An element according to the xqdoc schema
- :  (<tt>http://www.zorba-xquery.com/modules/xqdoc.xsd</tt>).
+ :  (<tt>http://zorba.io/modules/xqdoc.xsd</tt>).
  : @error zerr::ZXQD0002 if the xqdoc comments in the
  :  module contain invalid XML
  :)

=== renamed file 'modules/com/zorba-xquery/www/modules/xqdoc.xsd' => 'modules/xqdoc/xqdoc.xsd'
=== modified file 'src/context/static_context.cpp'
--- src/context/static_context.cpp	2013-10-03 04:14:17 +0000
+++ src/context/static_context.cpp	2013-10-07 23:28:21 +0000
@@ -428,7 +428,7 @@
 
 const char*
 static_context::ZORBA_XQDOC_FN_NS =
-"http://www.zorba-xquery.com/modules/xqdoc";;
+"http://zorba.io/modules/xqdoc";;
 
 const char*
 static_context::ZORBA_RANDOM_FN_NS =

=== modified file 'src/functions/pregenerated/func_xqdoc.cpp'
--- src/functions/pregenerated/func_xqdoc.cpp	2013-03-05 23:11:50 +0000
+++ src/functions/pregenerated/func_xqdoc.cpp	2013-10-07 23:28:21 +0000
@@ -57,7 +57,7 @@
 
       {
     DECL_WITH_KIND(sctx, fn_zorba_xqdoc_xqdoc_content_impl,
-        (createQName("http://www.zorba-xquery.com/modules/xqdoc","","xqdoc-content-impl";), 
+        (createQName("http://zorba.io/modules/xqdoc","","xqdoc-content-impl";), 
         GENV_TYPESYSTEM.STRING_TYPE_ONE, 
         GENV_TYPESYSTEM.STRING_TYPE_ONE, 
         GENV_TYPESYSTEM.ELEMENT_TYPE_ONE),
@@ -70,7 +70,7 @@
 
       {
     DECL_WITH_KIND(sctx, fn_zorba_xqdoc_xqdoc_content_options_impl,
-        (createQName("http://www.zorba-xquery.com/modules/xqdoc","","xqdoc-content-options-impl";), 
+        (createQName("http://zorba.io/modules/xqdoc","","xqdoc-content-options-impl";), 
         GENV_TYPESYSTEM.STRING_TYPE_ONE, 
         GENV_TYPESYSTEM.STRING_TYPE_ONE, 
         GENV_TYPESYSTEM.ELEMENT_TYPE_ONE, 

=== modified file 'src/runtime/seq/seq_impl.cpp'
--- src/runtime/seq/seq_impl.cpp	2013-10-03 22:47:09 +0000
+++ src/runtime/seq/seq_impl.cpp	2013-10-07 23:28:21 +0000
@@ -43,7 +43,7 @@
   ;
 
   return new Item_set_type(
-    lBucketCount,
+     lBucketCount,
     Item_set_type::hasher(),
     Item_value_equal( tm, tz, coll, loc )
   );

=== modified file 'src/runtime/spec/mappings.xml'
--- src/runtime/spec/mappings.xml	2013-10-01 22:39:42 +0000
+++ src/runtime/spec/mappings.xml	2013-10-07 23:28:21 +0000
@@ -86,7 +86,7 @@
       define="ZORBA_DATETIME_FN_NS"
       prefix="fn-zorba-dateTime"/>
 
-    <zorba:namespace uri="http://www.zorba-xquery.com/modules/xqdoc";
+    <zorba:namespace uri="http://zorba.io/modules/xqdoc";
                      define="ZORBA_XQDOC_FN_NS"
                      prefix="fn-zorba-xqdoc"/>
 

=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/indentation.xml.res'
--- test/rbkt/ExpQueryResults/zorba/xqdoc/indentation.xml.res	2013-02-07 17:24:36 +0000
+++ test/rbkt/ExpQueryResults/zorba/xqdoc/indentation.xml.res	2013-10-07 23:28:21 +0000
@@ -6,7 +6,7 @@
   <xqdoc:module type="main">
     <xqdoc:uri>indentation.xq</xqdoc:uri>
     <xqdoc:custom tag="namespaces">
-      <xqdoc:namespace prefix="xqd" uri="http://www.zorba-xquery.com/modules/xqdoc"; isSchema="false"/>
+      <xqdoc:namespace prefix="xqd" uri="http://zorba.io/modules/xqdoc"; isSchema="false"/>
     </xqdoc:custom>
   </xqdoc:module>
   <xqdoc:imports>

=== modified file 'test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res'
--- test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res	2013-08-09 08:27:30 +0000
+++ test/rbkt/ExpQueryResults/zorba/xqdoc/local.xml.res	2013-10-07 23:28:21 +0000
@@ -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://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>
+<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://zorba.io/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>

=== modified file 'test/rbkt/Queries/zorba/schemas/validate_xqdoc_01.xq'
--- test/rbkt/Queries/zorba/schemas/validate_xqdoc_01.xq	2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/schemas/validate_xqdoc_01.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace x = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 exists(validate lax { x:xqdoc("http://www.zorba-xquery.com/modules/http-client";)  })

=== modified file 'test/rbkt/Queries/zorba/schemas/validate_xqdoc_02.xq'
--- test/rbkt/Queries/zorba/schemas/validate_xqdoc_02.xq	2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/schemas/validate_xqdoc_02.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace x = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 exists(validate { x:xqdoc("http://www.zorba-xquery.com/modules/http-client";)  })

=== modified file 'test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm'
--- test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm	2013-09-19 01:09:27 +0000
+++ test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm	2013-10-07 23:28:21 +0000
@@ -426,7 +426,7 @@
               <span>xqdoc</span>
               <ul>
                 <li>
-                  <a href="www.zorba-xquery.com_modules_xqdoc.html" title="http://www.zorba-xquery.com/modules/xqdoc";>xqdoc</a>
+                  <a href="www.zorba-xquery.com_modules_xqdoc.html" title="http://zorba.io/modules/xqdoc";>xqdoc</a>
                   <sup>
                     <a href="http://www.w3.org/TR/xquery-30/#dt-external-function"; target="_blank" title="There are external functions (either private or public) declared in this module.">(E)</a>
                   </sup>

=== modified file 'test/rbkt/Queries/zorba/xqdoc/basic.xq'
--- test/rbkt/Queries/zorba/xqdoc/basic.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/basic.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://zorba.io/annotations";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/basic_options.xq'
--- test/rbkt/Queries/zorba/xqdoc/basic_options.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/basic_options.xq	2013-10-07 23:28:21 +0000
@@ -1,8 +1,8 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://zorba.io/annotations";;
-declare namespace opt = "http://www.zorba-xquery.com/modules/xqdoc-options";; 
+declare namespace opt = "http://zorba.io/modules/xqdoc-options";; 
 
 declare variable $local:dir :=
   let $base-uri := fn:static-base-uri()

=== modified file 'test/rbkt/Queries/zorba/xqdoc/basic_with_error.xq'
--- test/rbkt/Queries/zorba/xqdoc/basic_with_error.xq	2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/xqdoc/basic_with_error.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace err = "http://www.w3.org/2005/xqt-errors";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/collindex.xq'
--- test/rbkt/Queries/zorba/xqdoc/collindex.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/collindex.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://zorba.io/annotations";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/content.xq'
--- test/rbkt/Queries/zorba/xqdoc/content.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/content.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import module namespace file = "http://expath.org/ns/file";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 

=== modified file 'test/rbkt/Queries/zorba/xqdoc/content_options.xq'
--- test/rbkt/Queries/zorba/xqdoc/content_options.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/content_options.xq	2013-10-07 23:28:21 +0000
@@ -1,9 +1,9 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import module namespace file = "http://expath.org/ns/file";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://zorba.io/annotations";;
-declare namespace opt = "http://www.zorba-xquery.com/modules/xqdoc-options";; 
+declare namespace opt = "http://zorba.io/modules/xqdoc-options";; 
 
 declare %ann:sequential function local:remove-date($xqdoc)
 {

=== modified file 'test/rbkt/Queries/zorba/xqdoc/content_with_error.xq'
--- test/rbkt/Queries/zorba/xqdoc/content_with_error.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/content_with_error.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://zorba.io/annotations";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/indentation.xq'
--- test/rbkt/Queries/zorba/xqdoc/indentation.xq	2013-02-07 17:24:36 +0000
+++ test/rbkt/Queries/zorba/xqdoc/indentation.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 
 declare variable $local:dir :=
   let $base-uri := fn:static-base-uri()

=== modified file 'test/rbkt/Queries/zorba/xqdoc/local.xq'
--- test/rbkt/Queries/zorba/xqdoc/local.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/local.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0"; at "xqdoc-1.0.xsd";
 
 declare namespace ann = "http://zorba.io/annotations";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/local.xqlib'
--- test/rbkt/Queries/zorba/xqdoc/local.xqlib	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/local.xqlib	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0"; at "xqdoc-1.0.xsd";
 
 declare namespace ann = "http://zorba.io/annotations";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq'
--- test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq	2013-09-30 21:52:11 +0000
+++ test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq	2013-10-07 23:28:21 +0000
@@ -1,7 +1,7 @@
 xquery version "3.0";
 
 import module namespace file = "http://expath.org/ns/file";;
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";;
 
 import schema namespace xqdoc = "http://www.xqdoc.org/1.0";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/no_global_var.xq'
--- test/rbkt/Queries/zorba/xqdoc/no_global_var.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/no_global_var.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://zorba.io/annotations";;

=== modified file 'test/rbkt/Queries/zorba/xqdoc/testSchemaTypes.xq'
--- test/rbkt/Queries/zorba/xqdoc/testSchemaTypes.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/testSchemaTypes.xq	2013-10-07 23:28:21 +0000
@@ -1,5 +1,5 @@
 (: test if prefixes declared by schema imports can be used in type constructors :)
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 
 declare namespace ann = "http://zorba.io/annotations";;
 

=== modified file 'test/rbkt/Queries/zorba/xqdoc/unorderedAnnotations.xq'
--- test/rbkt/Queries/zorba/xqdoc/unorderedAnnotations.xq	2013-08-09 08:27:30 +0000
+++ test/rbkt/Queries/zorba/xqdoc/unorderedAnnotations.xq	2013-10-07 23:28:21 +0000
@@ -1,4 +1,4 @@
-import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace xqd = "http://zorba.io/modules/xqdoc";;
 import schema namespace xqds = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://zorba.io/annotations";;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to