~zorba-coders/zorba/functx-uri-fix

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/spec/xquery_1_1.xq

  • Committer: Chris Hillery
  • Date: 2012-01-10 07:43:13 UTC
  • Revision ID: chillery+launchpad@lambda.nu-20120110074313-17hzul6ufyb96kc1
Corrected URI of functx module to "http://www.functx.com" (without trailing
slash).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import module namespace util = "http://www.zorba-xquery.com/util" at "xquery_spec.xqi";
4
4
 
5
5
import module namespace sctx = "http://www.zorba-xquery.com/modules/introspection/sctx";
6
 
import module namespace functx = "http://www.functx.com/";
 
6
import module namespace functx = "http://www.functx.com";
7
7
import module namespace file = "http://expath.org/ns/file";
8
8
 
9
9
import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";