zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #25039
[Merge] lp:~zorba-coders/zorba/bug-1210410-html into lp:zorba/html-module
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-html into lp:zorba/html-module.
Commit message:
Updated options and annotations URIs to zorba.io.
Requested reviews:
Chris Hillery (ceejatec)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
Your team Zorba Coders is subscribed to branch lp:zorba/html-module.
=== modified file 'src/html.xq'
--- src/html.xq 2013-06-15 19:38:58 +0000
+++ src/html.xq 2013-08-09 10:12:44 +0000
@@ -40,7 +40,7 @@
declare namespace err = "http://ww.w3.org/2005/xqt-errors";
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
+declare namespace ver = "http://zorba.io/options/versioning";
declare option ver:module-version "1.0";
(:~
=== modified file 'test/Queries/link_crawler2.xq2'
--- test/Queries/link_crawler2.xq2 2013-08-07 15:49:39 +0000
+++ test/Queries/link_crawler2.xq2 2013-08-09 10:12:44 +0000
@@ -21,7 +21,7 @@
import schema namespace opt = "http://zorba.io/modules/xml-options";
import module namespace file = "http://expath.org/ns/file";
-declare namespace an = "http://www.zorba-xquery.com/annotations";
+declare namespace an = "http://zorba.io/annotations";
declare namespace xhtml="http://www.w3.org/1999/xhtml";
declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
declare namespace err="http://www.w3.org/2005/xqt-errors";
References