~zorba-coders/zorba/bug1123835

« back to all changes in this revision

Viewing changes to modules/pregenerated/zorba-warnings.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:
21
21
 
22
22
(:~
23
23
 : This module contains one variable declaration for each diagnostic of the
24
 
 : http://zorba.io/modules/zorba-warnings namespace.
 
24
 : http://zorba.io/warnings namespace.
25
25
 : The variables serves as documentation for the errors but can also
26
26
 : be used in the code. For example, one useful scenario is to compare
27
27
 : an error caught in the catch clause of a try-catch expression with one of
33
33
 
34
34
xquery version '1.0';
35
35
 
36
 
module namespace zwarn = 'http://zorba.io/modules/zorba-warnings';
 
36
module namespace zwarn = 'http://zorba.io/warnings';
37
37
 
38
 
declare variable $zwarn:NS := 'http://zorba.io/modules/zorba-warnings';
 
38
declare variable $zwarn:NS := 'http://zorba.io/warnings';
39
39
 
40
40
(:~
41
41
 :