~zorba-coders/zorba/image-module

« back to all changes in this revision

Viewing changes to test/Queries/image/manipulation_3.xq

  • Committer: Zorba Jenkins
  • Author(s): chillery+launchpad at lambda
  • Date: 2013-08-09 12:28:03 UTC
  • mfrom: (58.1.1 image)
  • Revision ID: jenkins@lambda.nu-20130809122803-naq7vpw97i6uf99v
Updated options and annotations URIs to zorba.io.
Approved: Sorin Marian Nasoi, Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import module namespace man = 'http://www.zorba-xquery.com/modules/image/manipulation';
9
9
import schema namespace image = 'http://www.zorba-xquery.com/modules/image/image';
10
10
 
11
 
declare namespace an = "http://www.zorba-xquery.com/annotations";
 
11
declare namespace an = "http://zorba.io/annotations";
12
12
 
13
13
declare variable $local:image-dir := fn:concat(file:dir-name(fn:static-base-uri()), "/images/");
14
14