← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/1189803-csv into lp:zorba/csv-module

 

Luis Rodriguez Gonzalez has proposed merging lp:~zorba-coders/zorba/1189803-csv into lp:zorba/csv-module.

Requested reviews:
  Luis Rodriguez Gonzalez (kuraru)
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/1189803-csv/+merge/187949
-- 
https://code.launchpad.net/~zorba-coders/zorba/1189803-csv/+merge/187949
Your team Zorba Coders is subscribed to branch lp:zorba/csv-module.
=== modified file 'src/csv.xq'
--- src/csv.xq	2013-08-29 03:32:20 +0000
+++ src/csv.xq	2013-09-26 22:41:04 +0000
@@ -28,7 +28,7 @@
 (:~
  : Import module for checking if csv options element is validated.
  :)
-import module namespace schemaOptions = "http://www.zorba-xquery.com/modules/schema";;
+import module namespace schemaOptions = "http://zorba.io/modules/schema";;
 
 (:~
  : Contains the definitions of the csv options element.