~zorba-coders/zorba/bug1123835

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/uris/disable-http-5.xq

  • Committer: sorin.marian.nasoi
  • Date: 2013-08-13 09:07:33 UTC
  • mfrom: (11278.1.318 lp_zorba)
  • Revision ID: spungi@gmail.com-20130813090733-vjl1znp7np45y12z
- merge lp:zorba trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(: Cannot specify this option inside query, unfortunately, since options :)
2
2
(: must come after imports. :)
3
 
declare namespace op = "http://www.zorba-xquery.com/options/features";
 
3
declare namespace op = "http://zorba.io/options/features";
4
4
declare option op:disable "http-uri-resolution";
5
5
 
6
6
1