~zorba-coders/zorba/bug1123835

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/xqxq/url-schema-resolver.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:
2
2
 
3
3
declare namespace resolver = 'http://www.zorba-xquery.com/modules/xqxq/url-resolver';
4
4
 
5
 
declare namespace op = "http://www.zorba-xquery.com/options/features";
6
 
declare namespace f = "http://www.zorba-xquery.com/features";
 
5
declare namespace op = "http://zorba.io/options/features";
 
6
declare namespace f = "http://zorba.io/features";
7
7
 
8
8
declare function resolver:url-resolver($namespace as xs:string, $entity as xs:string) {
9
9
  if($namespace = 'http://test' and $entity = 'schema')