~paul-lucas/zorba/bug-932374

« back to all changes in this revision

Viewing changes to src/diagnostics/diagnostic_list_xq.xq

  • Committer: Paul J. Lucas
  • Date: 2012-09-25 16:08:49 UTC
  • mfrom: (10819.2.241 zorba)
  • Revision ID: paul@lucasmail.org-20120925160849-hoos4owhfui5cps8
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  if ($namespace = "err")
77
77
    then "http://www.w3.org/2005/xqt-errors"
78
78
  else if ($namespace = "jerr")
79
 
    then "http://www.jsoniq.org/errors"
 
79
    then "http://jsoniq.org/errors"
80
80
  else if ($namespace = "zerr")
81
81
    then "http://www.zorba-xquery.com/errors"
82
82
  else if ($namespace = "zwarn")