~zorba-coders/zorba/trunk

« back to all changes in this revision

Viewing changes to modules/w3c/pregenerated/xqt-errors.xq

  • Committer: Zorba Build Bot
  • Author(s): paul at lucasmail
  • Date: 2013-03-21 19:33:22 UTC
  • mfrom: (11255.2.76 bug-1123162)
  • Revision ID: chillery+buildbot@lambda.nu-20130321193322-6fdtcp5ldf1dhych
Fixed many date/time formatting bugs by completely rewriting the code; added basic support for multiple calendar systems; added default countries-for-languages look-up for locales. Approved: Matthias Brantner, Sorin Marian Nasoi, Nicolae Brinza, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
869
869
 : 
870
870
 : @see http://www.w3.org/2005/xqt-errors
871
871
:)
872
 
declare variable $err:XTDE1340 as xs:QName := fn:QName($err:NS, "err:XTDE1340");
 
872
declare variable $err:FOFD1340 as xs:QName := fn:QName($err:NS, "err:FOFD1340");
873
873
 
874
874
(:~
875
875
 :
876
 
 : It is a non-recoverable dynamic error if a component specifier within the
877
 
 : picture refers to components that are not available in the given type of
878
 
 : \c $value.
 
876
 : It is a non-recoverable dynamic error if a component specifier within
 
877
 : the picture refers to components that are not available in the given
 
878
 : type of $value.
879
879
 : 
880
880
 : @see http://www.w3.org/2005/xqt-errors
881
881
:)
882
 
declare variable $err:XTDE1350 as xs:QName := fn:QName($err:NS, "err:XTDE1350");
 
882
declare variable $err:FOFD1350 as xs:QName := fn:QName($err:NS, "err:FOFD1350");
883
883
 
884
884
(:~
885
885
 :