~zorba-coders/zorba/new-base64-api-nosqldb

« back to all changes in this revision

Viewing changes to src/nosqldb.xq

  • Committer: Zorba Jenkins
  • Author(s): chillery+launchpad at lambda
  • Date: 2013-07-17 15:38:57 UTC
  • mfrom: (30.1.1 oracle-nosql-db)
  • Revision ID: jenkins@lambda.nu-20130717153857-ssqg20pp2tp7ptwb
Updated for new base64 module namespace URI.
Approved: Luis Rodriguez Gonzalez, Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
(:~
41
41
 : Import module for encoding/decoding base64Binary to/from string.
42
42
 :)
43
 
import module namespace base64 = "http://www.zorba-xquery.com/modules/converters/base64";
 
43
import module namespace base64 = "http://zorba.io/modules/base64";
44
44
 
45
45
declare namespace jn = "http://jsoniq.org/functions";
46
46
declare namespace an = "http://www.zorba-xquery.com/annotations";